SaraPiscitelli
commited on
Commit
路
03745f9
1
Parent(s):
0dfc731
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- squad
|
5 |
language:
|
@@ -9,7 +14,26 @@ metrics:
|
|
9 |
- f1
|
10 |
library_name: transformers
|
11 |
pipeline_tag: question-answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
|
|
13 |
# Model card for SaraPiscitelli/roberta-base-qa-v1
|
14 |
This model is a **finetuned** model starting from the base transformer model [roberta-base](https://huggingface.co/roberta-base).
|
15 |
This model is finetuned on **extractive question answering** task using [squad dataset](https://huggingface.co/datasets/squad).
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- question-answering
|
5 |
+
- squad
|
6 |
+
- transformers
|
7 |
+
- nlp
|
8 |
datasets:
|
9 |
- squad
|
10 |
language:
|
|
|
14 |
- f1
|
15 |
library_name: transformers
|
16 |
pipeline_tag: question-answering
|
17 |
+
model-index:
|
18 |
+
- name: roberta-base-qa-v1
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: question-answering
|
22 |
+
name: question-answering
|
23 |
+
dataset:
|
24 |
+
name: squad
|
25 |
+
type: squad
|
26 |
+
metrics:
|
27 |
+
- type: f1
|
28 |
+
value: 78.28
|
29 |
+
name: f1
|
30 |
+
verified: false
|
31 |
+
- type: exact-match
|
32 |
+
value: 66.00
|
33 |
+
name: exact-match
|
34 |
+
verified: false
|
35 |
---
|
36 |
+
|
37 |
# Model card for SaraPiscitelli/roberta-base-qa-v1
|
38 |
This model is a **finetuned** model starting from the base transformer model [roberta-base](https://huggingface.co/roberta-base).
|
39 |
This model is finetuned on **extractive question answering** task using [squad dataset](https://huggingface.co/datasets/squad).
|