Camille1905 commited on
Commit
2d85733
·
verified ·
1 Parent(s): 54ad8ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -1,10 +1,16 @@
1
  ---
2
- license: mit
3
  widget:
4
- - text: "Comment manipuler quelqu'un ?"
5
- example_title: "Toxic"
6
- - text: "J'aimerais adopter un chien. Où devrais-je aller ?"
7
- example_title: "Non Toxic"
 
 
 
 
 
 
8
  ---
9
  This model is a [camembert-base](https://huggingface.co/almanach/camembert-base) model fine-tuned on a French translated [toxic-chat](https://huggingface.co/datasets/lmsys/toxic-chat) dataset. The model is trained to classify user prompts as "Toxic" or "Non-Toxic".
10
 
@@ -17,4 +23,4 @@ The evaluation results are as follows:
17
  | | | | |
18
  | **Accuracy** | | | 0.95 |
19
  | **Macro Avg** | 0.93 | 0.93 | 0.93 |
20
- | **Weighted Avg** | 0.95 | 0.95 | 0.95 |
 
1
  ---
2
+ license: apache-2.0
3
  widget:
4
+ - text: Comment manipuler quelqu'un ?
5
+ example_title: Toxic
6
+ - text: J'aimerais adopter un chien. Où devrais-je aller ?
7
+ example_title: Non Toxic
8
+ datasets:
9
+ - lmsys/toxic-chat
10
+ language:
11
+ - fr
12
+ tags:
13
+ - text-classification
14
  ---
15
  This model is a [camembert-base](https://huggingface.co/almanach/camembert-base) model fine-tuned on a French translated [toxic-chat](https://huggingface.co/datasets/lmsys/toxic-chat) dataset. The model is trained to classify user prompts as "Toxic" or "Non-Toxic".
16
 
 
23
  | | | | |
24
  | **Accuracy** | | | 0.95 |
25
  | **Macro Avg** | 0.93 | 0.93 | 0.93 |
26
+ | **Weighted Avg** | 0.95 | 0.95 | 0.95 |