Monsia commited on
Commit
3526da2
1 Parent(s): d6cd3a1

Update README.md

Browse files

add model descriptions

Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -12,4 +12,12 @@ metrics:
12
  - f1-score
13
  ---
14
 
15
-
 
 
 
 
 
 
 
 
12
  - f1-score
13
  ---
14
 
15
+ # camembert-fr-covid-tweet-classification
16
+ This model is a fine-tune checkpoint of [Yanzhu/bertweetfr-base](https://huggingface.co/Yanzhu/bertweetfr-base), fine-tuned on SST-2.
17
+ This model reaches an accuracy of 66.0 on the dev ~set (for comparison, Bert bert-base-uncased version reaches an accuracy of 92.7)~.
18
+ # Fine-tuning hyper-parameters
19
+ - learning_rate = 1e-5
20
+ - batch_size = 32
21
+ - warmup = 600
22
+ - max_seq_length = 128
23
+ - num_train_epochs = 3.0