Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 29 |
|
| 30 |
# camembert-bank-post-classifier
|
| 31 |
|
| 32 |
-
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
|
| 33 |
It classifies posts on an internal social media in 7 categories :
|
| 34 |
- Annonce RH & Vie de l'Entreprise
|
| 35 |
- Communication de la Direction & Stratégie
|
|
@@ -38,22 +37,21 @@ It classifies posts on an internal social media in 7 categories :
|
|
| 38 |
- Projet, Produit & Innovation
|
| 39 |
- RSE & Engagement Citoyen
|
| 40 |
- Événement Externe & Partenariat
|
| 41 |
-
It achieves the following results on the evaluation set:
|
| 42 |
-
- Loss: 0.5783
|
| 43 |
-
- Accuracy: 0.8682
|
| 44 |
-
- F1: 0.8663
|
| 45 |
|
| 46 |
## Model description
|
| 47 |
|
| 48 |
-
|
| 49 |
|
| 50 |
## Intended uses & limitations
|
| 51 |
|
| 52 |
-
|
| 53 |
|
| 54 |
## Training and evaluation data
|
| 55 |
|
| 56 |
-
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
## Training procedure
|
| 59 |
|
|
|
|
| 29 |
|
| 30 |
# camembert-bank-post-classifier
|
| 31 |
|
|
|
|
| 32 |
It classifies posts on an internal social media in 7 categories :
|
| 33 |
- Annonce RH & Vie de l'Entreprise
|
| 34 |
- Communication de la Direction & Stratégie
|
|
|
|
| 37 |
- Projet, Produit & Innovation
|
| 38 |
- RSE & Engagement Citoyen
|
| 39 |
- Événement Externe & Partenariat
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
| 43 |
+
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
|
| 44 |
|
| 45 |
## Intended uses & limitations
|
| 46 |
|
| 47 |
+
Classifying posts under 7 categories.
|
| 48 |
|
| 49 |
## Training and evaluation data
|
| 50 |
|
| 51 |
+
It achieves the following results on the evaluation set:
|
| 52 |
+
- Loss: 0.5783
|
| 53 |
+
- Accuracy: 0.8682
|
| 54 |
+
- F1: 0.8663
|
| 55 |
|
| 56 |
## Training procedure
|
| 57 |
|