wissamantoun
commited on
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -9,21 +9,25 @@ datasets:
|
|
9 |
- FQuAD
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
-
pipeline_tag:
|
13 |
library_name: transformers
|
14 |
model-index:
|
15 |
- name: almanach/camembertv2-base-fquad
|
16 |
results:
|
17 |
- task:
|
18 |
-
type:
|
19 |
-
name:
|
20 |
dataset:
|
21 |
type: FQuAD
|
22 |
name: FQuAD
|
23 |
metrics:
|
24 |
-
- name:
|
25 |
-
type:
|
26 |
-
value:
|
|
|
|
|
|
|
|
|
27 |
verified: false
|
28 |
---
|
29 |
|
@@ -41,9 +45,9 @@ The model is part of the almanach/camembertv2-base family of model finetunes.
|
|
41 |
- **Model type:** roberta
|
42 |
- **Language(s) (NLP):** French
|
43 |
- **License:** MIT
|
44 |
-
- **Finetuned from model
|
45 |
|
46 |
-
### Model Sources
|
47 |
|
48 |
<!-- Provide the basic links for the model. -->
|
49 |
|
@@ -250,6 +254,7 @@ weight_decay: 0.0
|
|
250 |
#### Results
|
251 |
|
252 |
**F1-Score:** 83.03359
|
|
|
253 |
|
254 |
## Technical Specifications
|
255 |
|
|
|
9 |
- FQuAD
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
+
pipeline_tag: question-answering
|
13 |
library_name: transformers
|
14 |
model-index:
|
15 |
- name: almanach/camembertv2-base-fquad
|
16 |
results:
|
17 |
- task:
|
18 |
+
type: question-answering
|
19 |
+
name: FQuAD
|
20 |
dataset:
|
21 |
type: FQuAD
|
22 |
name: FQuAD
|
23 |
metrics:
|
24 |
+
- name: f1
|
25 |
+
type: f1
|
26 |
+
value: 83.03359
|
27 |
+
verified: false
|
28 |
+
- name: Extact Match
|
29 |
+
type: em
|
30 |
+
value: 64.77415
|
31 |
verified: false
|
32 |
---
|
33 |
|
|
|
45 |
- **Model type:** roberta
|
46 |
- **Language(s) (NLP):** French
|
47 |
- **License:** MIT
|
48 |
+
- **Finetuned from model :** almanach/camembertv2-base
|
49 |
|
50 |
+
### Model Sources
|
51 |
|
52 |
<!-- Provide the basic links for the model. -->
|
53 |
|
|
|
254 |
#### Results
|
255 |
|
256 |
**F1-Score:** 83.03359
|
257 |
+
**Exact Match:** 64.77415
|
258 |
|
259 |
## Technical Specifications
|
260 |
|