lvwerra HF staff commited on
Commit
cb6f713
1 Parent(s): 0c3d3a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -31,7 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  # distilbert-base-uncased-finetuned-emotion
33
 
34
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
 
35
  It achieves the following results on the evaluation set:
36
  - Loss: 0.2192
37
  - Accuracy: 0.927
 
31
 
32
  # distilbert-base-uncased-finetuned-emotion
33
 
34
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset. The model is trained in Chapter 2: Text Classification in the [NLP with Transformers book](https://learning.oreilly.com/library/view/natural-language-processing/9781098103231/). You can find the full code in the accompanying [Github repository](https://github.com/nlp-with-transformers/notebooks/blob/main/02_classification.ipynb).
35
+
36
  It achieves the following results on the evaluation set:
37
  - Loss: 0.2192
38
  - Accuracy: 0.927