Text Classification
Transformers
PyTorch
Spanish
roberta
Inference Endpoints
dariolopez commited on
Commit
ea5a583
·
1 Parent(s): e610672

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -73,6 +73,14 @@ The training lasted a total of 10 minutes using a NVIDIA GPU GeForce RTX 3090.
73
 
74
  The model is designed for use in Spanish language, specifically to detect suicidal ideation/behavior.
75
 
 
 
 
 
 
 
 
 
76
  ## Intended uses & limitations
77
 
78
  In progress.
 
73
 
74
  The model is designed for use in Spanish language, specifically to detect suicidal ideation/behavior.
75
 
76
+ ## Limitations
77
+
78
+ It is a research toy project. Don't expect a professional, bug-free model. We have found some false positives and false negatives. If you find a bug, please send us your feedback.
79
+
80
+ ## Bias
81
+
82
+ The model was fine-tuned using a dataset mainly collected on Reddit, Twitter, and ChatGPT. So there is probably an age bias because [the Internet is used more by younger people](https://www.statista.com/statistics/272365/age-distribution-of-internet-users-worldwide).
83
+
84
  ## Intended uses & limitations
85
 
86
  In progress.