knslee07 commited on
Commit
61aab1d
1 Parent(s): bd7a9c0

updates the model card information

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,9 +14,9 @@ model-index:
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- # HF_results
18
 
19
- This model is a fine-tuned version of [google/electra-small-discriminator](https://huggingface.co/google/electra-small-discriminator) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.2403
22
  - Accuracy: 0.9314
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
+ # IMDB Sentiment Analysis
18
 
19
+ This model is a fine-tuned version of [google/electra-small-discriminator](https://huggingface.co/google/electra-small-discriminator) on the IMDB sentiment dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.2403
22
  - Accuracy: 0.9314