Poulpidot commited on
Commit
8f13942
1 Parent(s): 82bd824

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -7,4 +7,18 @@ language:
7
  metrics:
8
  - accuracy
9
  pipeline_tag: text-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
 
7
  metrics:
8
  - accuracy
9
  pipeline_tag: text-classification
10
+
11
+ model-index:
12
+ - name: distilcamenbert-french-hate-speech
13
+ results:
14
+ - task:
15
+ type: text-classification
16
+ name: Text Classification
17
+ dataset:
18
+ type: french-hate-speech-superset
19
+ name: french-hate-speech-superset
20
+ metrics:
21
+ - type: accuracy
22
+ value: 0.830691
23
+ name: Accuracy
24
  ---