Update README.md
Browse files
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
|