Commit ·
b9dd199
1
Parent(s): f0b79a7
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
sdk: static
|
|
|
|
| 4 |
pinned: true
|
| 5 |
---
|
| 6 |
Welcome to the space of ChouBERT, a French language model for plant health text mining.
|
|
@@ -9,9 +10,9 @@ On l'appelle ChouBERT parce qu'il est fait pour surveiller les végétaux comme
|
|
| 9 |
|
| 10 |
We further pre-trained CamemBERT base model on French plant health bulletins and Tweets to build ChouBERT.
|
| 11 |
|
| 12 |
-
ChouBERT
|
| 13 |
|
| 14 |
-
ChouBERT
|
| 15 |
Shufan Jiang, Rafael Angarita, Stéphane Cormier, Julien Orensanz, Francis Rousseaux. ChouBERT: Pre-training French Language Model for Crowdsensing with Tweets in Phytosanitary Context. International Conference on Research Challenges in Information Science (RCIS), 2022, Barcelona, Spain. pp.653-661, ⟨10.1007/978-3-031-05760-1_40⟩. <https://hal.archives-ouvertes.fr/hal-03621123>
|
| 16 |
|
| 17 |
-
ChouBERT
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
sdk: static
|
| 4 |
+
language: French
|
| 5 |
pinned: true
|
| 6 |
---
|
| 7 |
Welcome to the space of ChouBERT, a French language model for plant health text mining.
|
|
|
|
| 10 |
|
| 11 |
We further pre-trained CamemBERT base model on French plant health bulletins and Tweets to build ChouBERT.
|
| 12 |
|
| 13 |
+
ChouBERT-n are pre-trained for n epochs with MLM.
|
| 14 |
|
| 15 |
+
ChouBERT-n-plant-health-tweet-classifier are fine-tuned ChouBERT-n for distinguishing tweets about Plant Health observation from other tweets. We describe how we build ChouBRET in this paper:
|
| 16 |
Shufan Jiang, Rafael Angarita, Stéphane Cormier, Julien Orensanz, Francis Rousseaux. ChouBERT: Pre-training French Language Model for Crowdsensing with Tweets in Phytosanitary Context. International Conference on Research Challenges in Information Science (RCIS), 2022, Barcelona, Spain. pp.653-661, ⟨10.1007/978-3-031-05760-1_40⟩. <https://hal.archives-ouvertes.fr/hal-03621123>
|
| 17 |
|
| 18 |
+
ChouBERT-n-plant-health-ner are fine-tuned ChouBERT-n for Named Entity Recongnition (NER) in plant health domain. We will upload the NER paper later.
|