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:a8030bf711023d6467622ba52c3951eba0f6e669f988a0579704fb81212cb926
|
| 3 |
size 438140149
|
runs/Jan11_00-49-43_4053820fab0a/events.out.tfevents.1673398187.4053820fab0a.3403.9
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:0000c73f700b1b2ab20efc45afded01648a5dbea1322ae3d2ad2525ca06279c5
|
| 3 |
+
size 12573
|
runs/Jan11_00-49-43_4053820fab0a/events.out.tfevents.1673398608.4053820fab0a.3403.11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:faa1207f6b89812114e1663c34e18866b6570c08cba401ca1e7ecffe48c9d20b
|
| 3 |
+
size 415
|