Update README.md
Browse files
README.md
CHANGED
|
@@ -87,16 +87,6 @@ Puede integrarse en:
|
|
| 87 |
|
| 88 |
---
|
| 89 |
|
| 90 |
-
## How to Get Started with the Model
|
| 91 |
-
```python
|
| 92 |
-
from transformers import pipeline
|
| 93 |
-
|
| 94 |
-
clasificador = pipeline("text-classification", model="SenaSoft/chdv-sentiment-analysis")
|
| 95 |
-
clasificador("El servicio estuvo excelente, volveré pronto!")
|
| 96 |
-
```
|
| 97 |
-
|
| 98 |
-
---
|
| 99 |
-
|
| 100 |
## Training Details
|
| 101 |
|
| 102 |
### Training Data
|
|
|
|
| 87 |
|
| 88 |
---
|
| 89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
## Training Details
|
| 91 |
|
| 92 |
### Training Data
|