Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Monti06/ModeloNLPdemo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Monti06/ModeloNLPdemo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Monti06/ModeloNLPdemo")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Monti06/ModeloNLPdemo") model = AutoModelForSequenceClassification.from_pretrained("Monti06/ModeloNLPdemo") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328519925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e9c339b674215d6a46ebfc312a2b69841ff8e6fdd492f47f75d1f09e20a45be
|
| 3 |
size 328519925
|
runs/Sep20_21-42-08_4dfb094dcb66/events.out.tfevents.1695246171.4dfb094dcb66.288.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:fbf4a67135d8e7fdebcd679d4ab4e5933ebf9e4f888badc87c4b509d5ae47972
|
| 3 |
+
size 5207
|