rasyosef commited on
Commit
57c35ae
1 Parent(s): 0a84741

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,6 +8,7 @@ model-index:
8
  results: []
9
  datasets:
10
  - sst2
 
11
  metrics:
12
  - accuracy
13
  pipeline_tag: text-classification
@@ -18,7 +19,7 @@ probably proofread and complete it, then remove this comment. -->
18
 
19
  # roberta-base-finetuned-sst2
20
 
21
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
 
24
 
 
8
  results: []
9
  datasets:
10
  - sst2
11
+ - glue
12
  metrics:
13
  - accuracy
14
  pipeline_tag: text-classification
 
19
 
20
  # roberta-base-finetuned-sst2
21
 
22
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue [sst2](https://huggingface.co/datasets/sst2) dataset.
23
  It achieves the following results on the evaluation set:
24
 
25