Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Sentiment Analysis
|
2 |
|
3 |
This is a BERT model fine-tuned for sentiment analysis.
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- sst-2
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
# Sentiment Analysis
|
10 |
|
11 |
This is a BERT model fine-tuned for sentiment analysis.
|