Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# BERT Sentiment Classifier
|
3 |
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- imdb
|
6 |
+
tags:
|
7 |
+
- text-classification
|
8 |
+
- sentiment-analysis
|
9 |
+
- bert
|
10 |
+
- english
|
11 |
+
---
|
12 |
|
13 |
# BERT Sentiment Classifier
|
14 |
|