Update README.md
Browse filesEjemplo del readmi en español
README.md
CHANGED
@@ -30,7 +30,7 @@ from setfit import SetFitModel
|
|
30 |
# Download from Hub and run inference
|
31 |
model = SetFitModel.from_pretrained("rovargasc/setfit-model_clasificadorEstudiantes")
|
32 |
# Run inference
|
33 |
-
preds = model(["
|
34 |
```
|
35 |
|
36 |
## BibTeX entry and citation info
|
|
|
30 |
# Download from Hub and run inference
|
31 |
model = SetFitModel.from_pretrained("rovargasc/setfit-model_clasificadorEstudiantes")
|
32 |
# Run inference
|
33 |
+
preds = model(["El profesor es muy bueno", "¿Cómo puedo preparar un arroz con pollo?"])
|
34 |
```
|
35 |
|
36 |
## BibTeX entry and citation info
|