Moreno La Quatra commited on
Commit
3e04807
1 Parent(s): e01caf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -37,7 +37,9 @@ should probably proofread and complete it, then remove this comment. -->
37
 
38
  # distilbert-base-cased-emotion
39
 
40
- This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
 
 
41
  It achieves the following results on the evaluation set:
42
  - Loss: 0.3272
43
  - Accuracy: 0.9235
 
37
 
38
  # distilbert-base-cased-emotion
39
 
40
+ **Training:** The model has been trained using the script provided in the following repository https://github.com/MorenoLaQuatra/transformers-tasks-templates
41
+
42
+ This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on [emotion](https://huggingface.co/datasets/emotion) dataset.
43
  It achieves the following results on the evaluation set:
44
  - Loss: 0.3272
45
  - Accuracy: 0.9235