Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use ArturoGL/practica2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ArturoGL/practica2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ArturoGL/practica2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ArturoGL/practica2") model = AutoModelForSequenceClassification.from_pretrained("ArturoGL/practica2") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
runs/Sep20_23-32-29_72829c2d96e3/events.out.tfevents.1695252793.72829c2d96e3.23977.0
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:ebcb858e70a08552ab83dd2711c77cf5da2287f66b496def558abde35eaa44b0
|
| 3 |
+
size 5552
|