Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Rami/multi-label-class-classification-on-github-issues with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rami/multi-label-class-classification-on-github-issues with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Rami/multi-label-class-classification-on-github-issues")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Rami/multi-label-class-classification-on-github-issues") model = AutoModelForSequenceClassification.from_pretrained("Rami/multi-label-class-classification-on-github-issues") - Inference
- Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267987757
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7746a749f7ae77160f515d6e5da058fb9e4812fe5f3d027676e1b2f48b1c28e
|
| 3 |
size 267987757
|
runs/Jan07_17-49-41_79e5d04155a9/events.out.tfevents.1673114285.79e5d04155a9.1987.6
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fe1ef42b5d9a8308157ad11e788b0d57f643f72add2f6bfe507922337dfe1a1
|
| 3 |
+
size 11846
|
runs/Jan07_17-49-41_79e5d04155a9/events.out.tfevents.1673114552.79e5d04155a9.1987.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95b7e690bf6f7784c484267ef77b94ad659919b8813cdda3a5f690b9840c0f27
|
| 3 |
+
size 415
|