Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
license: apache-2.0
|
4 |
-
datasets:
|
5 |
-
- imdb
|
6 |
tags:
|
7 |
- text-classification
|
8 |
-
-
|
9 |
- bert
|
10 |
-
|
11 |
---
|
12 |
|
|
|
13 |
# BERT Sentiment Classifier
|
14 |
|
15 |
This model is a fine-tuned version of BERT (Bidirectional Encoder Representations from Transformers) designed to classify text sentiment into positive or negative. It's trained on a large corpus of movie reviews and can be adapted for similar natural language processing tasks.
|
|
|
1 |
---
|
2 |
language: en
|
3 |
license: apache-2.0
|
|
|
|
|
4 |
tags:
|
5 |
- text-classification
|
6 |
+
- tensorflow
|
7 |
- bert
|
8 |
+
library_name: tensorflow
|
9 |
---
|
10 |
|
11 |
+
|
12 |
# BERT Sentiment Classifier
|
13 |
|
14 |
This model is a fine-tuned version of BERT (Bidirectional Encoder Representations from Transformers) designed to classify text sentiment into positive or negative. It's trained on a large corpus of movie reviews and can be adapted for similar natural language processing tasks.
|