pt-sk commited on
Commit
19d5371
1 Parent(s): 9098175

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ should probably proofread and complete it, then remove this comment. -->
39
  # Distilbert-finetuned-emotion
40
 
41
  Distilbert is a variant of bert model(one of LLM models). This model with a classification head is used to classify the emotions of the input tweet.
42
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
43
  It achieves the following results on the evaluation set:
44
  - Loss: 0.2195
45
  - Accuracy: 0.9235
 
39
  # Distilbert-finetuned-emotion
40
 
41
  Distilbert is a variant of bert model(one of LLM models). This model with a classification head is used to classify the emotions of the input tweet.
42
+ This model is a fine-tuned version of distilbert-base-uncased on the emotion dataset.
43
  It achieves the following results on the evaluation set:
44
  - Loss: 0.2195
45
  - Accuracy: 0.9235