Instructions to use gsl22/Metricas_teste2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gsl22/Metricas_teste2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gsl22/Metricas_teste2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gsl22/Metricas_teste2") model = AutoModelForSequenceClassification.from_pretrained("gsl22/Metricas_teste2") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267883181
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae29c497c3ebefedfb286d75ebce8eda4884876f63f1c08b7615feadcc176ce5
|
| 3 |
size 267883181
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59844f564a87a5d10cab2c2acd3a5e2b3dbd09d124a2d82db74291ce79d90f39
|
| 3 |
size 3963
|