Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# GPT-2 Sentiment Analysis for Tweets
|
2 |
|
3 |
## Model Details
|
@@ -45,4 +58,4 @@ result = classifier(text)
|
|
45 |
|
46 |
# Output the result
|
47 |
print(result)
|
48 |
-
# Example Output: [{'label': 'Positive', 'score': 0.999}]
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- mteb/tweet_sentiment_extraction
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
base_model:
|
10 |
+
- openai-community/gpt2
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
library_name: transformers
|
13 |
+
---
|
14 |
# GPT-2 Sentiment Analysis for Tweets
|
15 |
|
16 |
## Model Details
|
|
|
58 |
|
59 |
# Output the result
|
60 |
print(result)
|
61 |
+
# Example Output: [{'label': 'Positive', 'score': 0.999}]
|