Commit
·
0978fca
1
Parent(s):
27d510c
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (d729ee32b8e1a77a91795b9cd4ae069fc3fb419d)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -7,12 +7,13 @@ datasets:
|
|
7 |
- hc3_fr_custom_ms_hg
|
8 |
metrics:
|
9 |
- f1
|
|
|
10 |
model-index:
|
11 |
- name: camemberta-chatgptdetect-noisy
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Text Classification
|
15 |
type: text-classification
|
|
|
16 |
dataset:
|
17 |
name: HC3 FULL_FR_1.0_0.5_0.5
|
18 |
type: glue
|
@@ -20,9 +21,9 @@ model-index:
|
|
20 |
split: val
|
21 |
args: full_fr_1.0_0.5_0.5
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: f1
|
25 |
value: 0.9790566381351302
|
|
|
26 |
---
|
27 |
|
28 |
# camemberta-chatgptdetect-noisy
|
|
|
7 |
- hc3_fr_custom_ms_hg
|
8 |
metrics:
|
9 |
- f1
|
10 |
+
base_model: almanach/camemberta-base
|
11 |
model-index:
|
12 |
- name: camemberta-chatgptdetect-noisy
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: text-classification
|
16 |
+
name: Text Classification
|
17 |
dataset:
|
18 |
name: HC3 FULL_FR_1.0_0.5_0.5
|
19 |
type: glue
|
|
|
21 |
split: val
|
22 |
args: full_fr_1.0_0.5_0.5
|
23 |
metrics:
|
24 |
+
- type: f1
|
|
|
25 |
value: 0.9790566381351302
|
26 |
+
name: F1
|
27 |
---
|
28 |
|
29 |
# camemberta-chatgptdetect-noisy
|