File size: 545 Bytes
d6cd3a1 1f0d729 d6cd3a1 3526da2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
language:
- fr
tags:
- classification
license: apache-2.0
metrics:
- accuracy
- f1-score
---
# camembert-fr-covid-tweet-classification
This model is a fine-tune checkpoint of [Yanzhu/bertweetfr-base](https://huggingface.co/Yanzhu/bertweetfr-base), fine-tuned on SST-2.
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)~.
# Fine-tuning hyper-parameters
- learning_rate = 1e-5
- batch_size = 32
- warmup = 600
- max_seq_length = 128
- num_train_epochs = 3.0
|