Instructions to use josecaloca/multiclass-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use josecaloca/multiclass-text-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="josecaloca/multiclass-text-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("josecaloca/multiclass-text-classification") model = AutoModelForSequenceClassification.from_pretrained("josecaloca/multiclass-text-classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5
Browse files- model.safetensors +1 -1
- training_args.bin +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267838720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b1f9e81104adf2e811f7607a11455f6af273bc131eeabc0b7ed663edd7f6fff
|
| 3 |
size 267838720
|
training_args.bin
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:c8c9f65956123ff062a3eb9f6011135cf896ed9d63ee3d0bd8b8ec7f55e234ab
|
| 3 |
+
size 5496
|