mi55th commited on
Commit
bd29416
·
verified ·
1 Parent(s): 5f1f6fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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