Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# DistilBERT Incoherence Classifier
|
3 |
|
@@ -64,4 +76,4 @@ The model has been trained on a generated dataset, so care must be taken in eval
|
|
64 |
|
65 |
## License
|
66 |
|
67 |
-
CC-BY-SA 4.0
|
|
|
1 |
+
---
|
2 |
+
base_model: distilbert-base-uncased
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
license: cc-by-sa-4.0
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
tags:
|
9 |
+
- text-classification
|
10 |
+
datasets:
|
11 |
+
- SuccubusBot/incoherent-text-dataset
|
12 |
+
---
|
13 |
|
14 |
# DistilBERT Incoherence Classifier
|
15 |
|
|
|
76 |
|
77 |
## License
|
78 |
|
79 |
+
CC-BY-SA 4.0
|