sukanta commited on
Commit
70e2ec9
1 Parent(s): 7e07016

add credits to model card.

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -99,6 +99,12 @@ model = AutoModel.from_pretrained("sentinetyd/suicidality")
99
  ## Ethical Considerations
100
  Suicidality is a sensitive and serious topic. It's important to exercise caution and consider ethical implications when using this model. Predictions made by the model should be handled with care and used to complement human judgment and intervention.
101
 
 
 
 
 
 
 
102
  ## Contributions
103
  We welcome contributions and feedback from the community to further improve the model's performance, enhance the dataset, and ensure its responsible deployment.
104
 
 
99
  ## Ethical Considerations
100
  Suicidality is a sensitive and serious topic. It's important to exercise caution and consider ethical implications when using this model. Predictions made by the model should be handled with care and used to complement human judgment and intervention.
101
 
102
+
103
+ ## Model Credits
104
+
105
+ We would like to acknowledge the "gooohjy/suicidal-electra" model available on Hugging Face's model repository. You can find the model at [this link](https://huggingface.co/gooohjy/suicidal-electra). We used this model as a starting point and fine-tuned it to create our specialized suicidality detection model.
106
+
107
+
108
  ## Contributions
109
  We welcome contributions and feedback from the community to further improve the model's performance, enhance the dataset, and ensure its responsible deployment.
110