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 +1 -1
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:20b7f2b48ad53523428bcead1e9edb50a72ce80a469f4669bdc980bb0f446be3
|
| 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 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c29187dabf06615c5eed85c131f0d4d55caee2e32cf55d0634f00a317598827
|
| 3 |
size 5496
|