Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,15 @@ datasets:
|
|
| 5 |
- stanfordnlp/sst2
|
| 6 |
base_model:
|
| 7 |
- google-bert/bert-base-uncased
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
# BERT-base-uncased fine-tuned on SST-2 (GLUE)
|
| 10 |
|
|
|
|
| 5 |
- stanfordnlp/sst2
|
| 6 |
base_model:
|
| 7 |
- google-bert/bert-base-uncased
|
| 8 |
+
tags:
|
| 9 |
+
- sentiment-analysis
|
| 10 |
+
- text-classification
|
| 11 |
+
- transformers
|
| 12 |
+
- pytorch
|
| 13 |
+
- bert
|
| 14 |
+
- sst2
|
| 15 |
+
- glue
|
| 16 |
+
pipeline_tag: text-classification
|
| 17 |
---
|
| 18 |
# BERT-base-uncased fine-tuned on SST-2 (GLUE)
|
| 19 |
|