Update README.md
Browse files
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 |
|