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 438140149
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8cc2ac50a674a84388f40f94f77b9780b5e8cc9dd87870afcb297b30d19125d
|
| 3 |
size 438140149
|
runs/Jan08_19-47-31_50cc6bd24d93/events.out.tfevents.1673207255.50cc6bd24d93.212.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:4606b42f90a0fc1ee2186307a6490fec9d70639a0bf4ddca2313c6e4d709b85b
|
| 3 |
+
size 6077
|
runs/Jan08_19-47-53_50cc6bd24d93/events.out.tfevents.1673207278.50cc6bd24d93.212.8
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:4c1f585bcd74a31a3b5f16cf5bf6c1ced4377555bc6c01e61250e75ebd0ac23b
|
| 3 |
+
size 12020
|
runs/Jan08_19-47-53_50cc6bd24d93/events.out.tfevents.1673207523.50cc6bd24d93.212.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a125a72a92e1b2ff6c77379be4d70073846dd69b628ed03eb0f67f8196b649b
|
| 3 |
+
size 415
|