Instructions to use erickdp/gs3n-roberta-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use erickdp/gs3n-roberta-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="erickdp/gs3n-roberta-model", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("erickdp/gs3n-roberta-model") model = AutoModelForSequenceClassification.from_pretrained("erickdp/gs3n-roberta-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
tags:
|
| 3 |
language: es
|
| 4 |
widget:
|
| 5 |
-
- text: "
|
| 6 |
datasets:
|
| 7 |
- erixxdp/autotrain-data-gsemodel
|
| 8 |
co2_eq_emissions: 0.027846282970913613
|
|
|
|
| 1 |
---
|
| 2 |
+
tags: xerox
|
| 3 |
language: es
|
| 4 |
widget:
|
| 5 |
+
- text: "Debo de levantarme temprano para hacer ejercicio"
|
| 6 |
datasets:
|
| 7 |
- erixxdp/autotrain-data-gsemodel
|
| 8 |
co2_eq_emissions: 0.027846282970913613
|