Views
No views yet
1# Layer dimensions
2mlp_input: 1024
3mlp_tag_hidden: 16
4mlp_arc_hidden: 512
5mlp_lab_hidden: 128
6# Lexers
7lexers:
8 - name: word_embeddings
9 type: words
10 embedding_size: 256
11 word_dropout: 0.5
12 - name: char_level_embeddings
13 type: chars_rnn
14 embedding_size: 64
15 lstm_output_size: 128
16 - name: fasttext
17 type: fasttext
18 - name: camembertv2_base_p2_17k_last_layer
19 type: bert
20 model: /scratch/camembertv2/runs/models/camembertv2-base-bf16/post/ckpt-p2-17000/pt/
21 layers: [11]
22 subwords_reduction: "mean"
23# Training hyperparameters
24encoder_dropout: 0.5
25mlp_dropout: 0.5
26batch_size: 8
27epochs: 64
28lr:
29 base: 0.00003
30 schedule:
31 shape: linear
32 warmup_steps: 100
331@misc{antoun2024camembert20smarterfrench,
2 title={CamemBERT 2.0: A Smarter French Language Model Aged to Perfection},
3 author={Wissam Antoun and Francis Kulumba and Rian Touchent and Éric de la Clergerie and Benoît Sagot and Djamé Seddah},
4 year={2024},
5 eprint={2411.08868},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL},
8 url={https://arxiv.org/abs/2411.08868},
9}
10
11@inproceedings{grobol:hal-03223424,
12 title = {Analyse en dépendances du français avec des plongements contextualisés},
13 author = {Grobol, Loïc and Crabbé, Benoît},
14 url = {https://hal.archives-ouvertes.fr/hal-03223424},
15 booktitle = {Actes de la 28ème Conférence sur le Traitement Automatique des Langues Naturelles},
16 eventtitle = {TALN-RÉCITAL 2021},
17 venue = {Lille, France},
18 pdf = {https://hal.archives-ouvertes.fr/hal-03223424/file/HOPS_final.pdf},
19 hal_id = {hal-03223424},
20 hal_version = {v1},
21}
22