Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
-
This GPT-2 model was fine-tuned using +350k nuclear energy tweets from twitter/X. The classification accuracy is 95%.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: text-classification
|
9 |
---
|
10 |
+
This GPT-2 model was fine-tuned using +350k nuclear energy tweets from twitter/X. The classification accuracy is 95%.
|