Text Classification
Transformers
PyTorch
Spanish
roberta
Inference Endpoints
dariolopez commited on
Commit
81b0e90
·
1 Parent(s): 29309ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -3,6 +3,7 @@ language:
3
  - es
4
  metrics:
5
  - f1
 
6
  ---
7
 
8
 
@@ -24,4 +25,4 @@ pipe("Quiero acabar con todo. No merece la pena vivir.")
24
 
25
  pipe("El partido de fútbol fue igualado, disfrutamos mucho jugando juntos.")
26
  [{'label': 'Non-Suicide', 'score': 0.999990701675415}]
27
- ```
 
3
  - es
4
  metrics:
5
  - f1
6
+ pipeline_tag: text-classification
7
  ---
8
 
9
 
 
25
 
26
  pipe("El partido de fútbol fue igualado, disfrutamos mucho jugando juntos.")
27
  [{'label': 'Non-Suicide', 'score': 0.999990701675415}]
28
+ ```