Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: fr
|
3 |
+
license: mit
|
4 |
+
datasets:
|
5 |
+
- amazon_reviews_multi
|
6 |
+
- allocine
|
7 |
+
widget:
|
8 |
+
- text: "Je pensais lire un livre nul, mais finalement je l'ai trouvé super..."
|
9 |
+
---
|
10 |
+
|
11 |
+
DistilCamemBERT-Sentiment
|
12 |
+
=========================
|
13 |
+
|
14 |
+
We present DistilCamemBERT-Sentiment which is [DistilCamemBERT](https://huggingface.co/cmarkea/distilcamembert-base) fine tuned for the sentiment analysis task for the French language. The problem of the modelizations based on CamemBERT is at the scaling moment, for the production phase for example. Indeed, inference cost can be a technological issue. To counteract this effect, we propose this modelization which **divides the inference time by 2** with the same consumption power thanks to [DistilCamemBERT](https://huggingface.co/cmarkea/distilcamembert-base).
|
15 |
+
|
16 |
+
Dataset
|
17 |
+
-------
|
18 |
+
|
19 |
+
Evaluation results
|
20 |
+
------------------
|
21 |
+
|
22 |
+
Benchmark
|
23 |
+
---------
|
24 |
+
|
25 |
+
How to use DistilCamemBERT-NER
|
26 |
+
------------------------------
|