gohjiayi commited on
Commit
3eb0da3
·
verified ·
1 Parent(s): 41b4e63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # Suicidal-ELECTRA
2
  This text classification model predicts whether a sequence of words are suicidal (1) or non-suicidal (0).
3
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google/electra-base-discriminator
7
+ pipeline_tag: text-classification
8
+ ---
9
  # Suicidal-ELECTRA
10
  This text classification model predicts whether a sequence of words are suicidal (1) or non-suicidal (0).
11