helliun commited on
Commit
ff0caa0
1 Parent(s): 004855c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ decoded = tokenizer.decode(results[:,0])
61
  print(decoded)
62
  ```
63
 
64
- ## Training and Evaluation
65
 
66
  The model was fine-tuned on a subset of the `mteb/tweet-sentiment-extraction` dataset with emotional analyses generated synthetically by GPT-4.
67
 
 
61
  print(decoded)
62
  ```
63
 
64
+ ## Training
65
 
66
  The model was fine-tuned on a subset of the `mteb/tweet-sentiment-extraction` dataset with emotional analyses generated synthetically by GPT-4.
67