rasyosef commited on
Commit
5856f12
1 Parent(s): 57c35ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -12,6 +12,9 @@ datasets:
12
  metrics:
13
  - accuracy
14
  pipeline_tag: text-classification
 
 
 
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
@@ -21,7 +24,10 @@ probably proofread and complete it, then remove this comment. -->
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
 
26
  ## Model description
27
 
 
12
  metrics:
13
  - accuracy
14
  pipeline_tag: text-classification
15
+ language:
16
+ - en
17
+ library_name: keras
18
  ---
19
 
20
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
 
24
 
25
  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.
26
  It achieves the following results on the evaluation set:
27
+ - Train Loss: 0.0760
28
+ - Train Accuracy: 0.9736
29
+ - Validation Loss: 0.2081
30
+ - Validation Accuracy: 0.9346
31
 
32
  ## Model description
33