Add evaluation results on the plain_text config and validation split of squad
#1
by
autoevaluator
HF Staff
- opened
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
-
thumbnail:
|
| 4 |
license: mit
|
| 5 |
tags:
|
| 6 |
- question-answering
|
|
@@ -11,10 +11,56 @@ datasets:
|
|
| 11 |
metrics:
|
| 12 |
- squad
|
| 13 |
widget:
|
| 14 |
-
- text:
|
| 15 |
-
context: "The Amazon rainforest (Portuguese: Floresta
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
## BERT-base uncased model fine-tuned on SQuAD v1
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
+
thumbnail: null
|
| 4 |
license: mit
|
| 5 |
tags:
|
| 6 |
- question-answering
|
|
|
|
| 11 |
metrics:
|
| 12 |
- squad
|
| 13 |
widget:
|
| 14 |
+
- text: Which name is also used to describe the Amazon rainforest in English?
|
| 15 |
+
context: "The Amazon rainforest (Portuguese: Floresta Amaz\xF4nica or Amaz\xF4nia;\
|
| 16 |
+
\ Spanish: Selva Amaz\xF3nica, Amazon\xEDa or usually Amazonia; French: For\xEA\
|
| 17 |
+
t amazonienne; Dutch: Amazoneregenwoud), also known in English as Amazonia or\
|
| 18 |
+
\ the Amazon Jungle, is a moist broadleaf forest that covers most of the Amazon\
|
| 19 |
+
\ basin of South America. This basin encompasses 7,000,000 square kilometres (2,700,000\
|
| 20 |
+
\ sq mi), of which 5,500,000 square kilometres (2,100,000 sq mi) are covered by\
|
| 21 |
+
\ the rainforest. This region includes territory belonging to nine nations. The\
|
| 22 |
+
\ majority of the forest is contained within Brazil, with 60% of the rainforest,\
|
| 23 |
+
\ followed by Peru with 13%, Colombia with 10%, and with minor amounts in Venezuela,\
|
| 24 |
+
\ Ecuador, Bolivia, Guyana, Suriname and French Guiana. States or departments\
|
| 25 |
+
\ in four nations contain \"Amazonas\" in their names. The Amazon represents over\
|
| 26 |
+
\ half of the planet's remaining rainforests, and comprises the largest and most\
|
| 27 |
+
\ biodiverse tract of tropical rainforest in the world, with an estimated 390\
|
| 28 |
+
\ billion individual trees divided into 16,000 species."
|
| 29 |
+
- text: How many square kilometers of rainforest is covered in the basin?
|
| 30 |
+
context: "The Amazon rainforest (Portuguese: Floresta Amaz\xF4nica or Amaz\xF4nia;\
|
| 31 |
+
\ Spanish: Selva Amaz\xF3nica, Amazon\xEDa or usually Amazonia; French: For\xEA\
|
| 32 |
+
t amazonienne; Dutch: Amazoneregenwoud), also known in English as Amazonia or\
|
| 33 |
+
\ the Amazon Jungle, is a moist broadleaf forest that covers most of the Amazon\
|
| 34 |
+
\ basin of South America. This basin encompasses 7,000,000 square kilometres (2,700,000\
|
| 35 |
+
\ sq mi), of which 5,500,000 square kilometres (2,100,000 sq mi) are covered by\
|
| 36 |
+
\ the rainforest. This region includes territory belonging to nine nations. The\
|
| 37 |
+
\ majority of the forest is contained within Brazil, with 60% of the rainforest,\
|
| 38 |
+
\ followed by Peru with 13%, Colombia with 10%, and with minor amounts in Venezuela,\
|
| 39 |
+
\ Ecuador, Bolivia, Guyana, Suriname and French Guiana. States or departments\
|
| 40 |
+
\ in four nations contain \"Amazonas\" in their names. The Amazon represents over\
|
| 41 |
+
\ half of the planet's remaining rainforests, and comprises the largest and most\
|
| 42 |
+
\ biodiverse tract of tropical rainforest in the world, with an estimated 390\
|
| 43 |
+
\ billion individual trees divided into 16,000 species."
|
| 44 |
+
model-index:
|
| 45 |
+
- name: csarron/bert-base-uncased-squad-v1
|
| 46 |
+
results:
|
| 47 |
+
- task:
|
| 48 |
+
type: question-answering
|
| 49 |
+
name: Question Answering
|
| 50 |
+
dataset:
|
| 51 |
+
name: squad
|
| 52 |
+
type: squad
|
| 53 |
+
config: plain_text
|
| 54 |
+
split: validation
|
| 55 |
+
metrics:
|
| 56 |
+
- name: Exact Match
|
| 57 |
+
type: exact_match
|
| 58 |
+
value: 80.9104
|
| 59 |
+
verified: true
|
| 60 |
+
- name: F1
|
| 61 |
+
type: f1
|
| 62 |
+
value: 88.2302
|
| 63 |
+
verified: true
|
| 64 |
---
|
| 65 |
|
| 66 |
## BERT-base uncased model fine-tuned on SQuAD v1
|