Compare commits

...

10 Commits

Author SHA1 Message Date
Sebastian d39b8d4166 Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#10)
- Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (b3248a74a95a165bba47175373d8f3a2856495cd)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
2022-12-05 16:09:06 +00:00
Tuana Celik e888b4b0bc Update README.md 2022-11-16 20:07:40 +00:00
Tuana Celik 65f7840c86 Update README.md 2022-09-21 12:21:35 +00:00
Tuana Celik 1820469fc2 Update README.md 2022-08-15 11:51:51 +00:00
Tuana d3c3bb6f2a Add evaluation results on the squad_v2 config of squad_v2 (#5)
- Add evaluation results on the squad_v2 config of squad_v2 (a1274dfa55793a6962cf26958124ca31c76ea169)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
2022-07-22 11:42:08 +00:00
timomo 4dc572bcd6 Add TF weights (#3)
- Add TF weights (0855ed47567e7f34c7d3d7d61db26bdf1764bf07)


Co-authored-by: Joao Gante <joaogante@users.noreply.huggingface.co>
2022-06-08 10:38:25 +00:00
timomo 52a2b42447 Add TF weights (#2)
- Add TF weights (a754c03c1bbe25f33ed526da45bdc31039509b00)


Co-authored-by: Joao Gante <joaogante@users.noreply.huggingface.co>
2022-06-02 19:49:35 +00:00
Malte Pietsch 0e7b626daf Fix typo 2022-05-27 08:34:01 +00:00
Celik 5e7a47e8a4 Update README.md 2022-05-11 09:14:27 +00:00
Celik 541c7e4180 Update README.md 2022-05-11 08:51:55 +00:00
2 changed files with 41 additions and 9 deletions

View File

@ -1,8 +1,35 @@
---
language: en
license: cc-by-4.0
datasets:
- squad_v2
license: cc-by-4.0
model-index:
- name: deepset/roberta-base-squad2
results:
- task:
type: question-answering
name: Question Answering
dataset:
name: squad_v2
type: squad_v2
config: squad_v2
split: validation
metrics:
- type: exact_match
value: 79.9309
name: Exact Match
verified: true
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMDhhNjg5YzNiZGQ1YTIyYTAwZGUwOWEzZTRiYzdjM2QzYjA3ZTUxNDM1NjE1MTUyMjE1MGY1YzEzMjRjYzVjYiIsInZlcnNpb24iOjF9.EH5JJo8EEFwU7osPz3s7qanw_tigeCFhCXjSfyN0Y1nWVnSfulSxIk_DbAEI5iE80V4EKLyp5-mYFodWvL2KDA
- type: f1
value: 82.9501
name: F1
verified: true
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMjk5ZDYwOGQyNjNkMWI0OTE4YzRmOTlkY2JjNjQ0YTZkNTMzMzNkYTA0MDFmNmI3NjA3NjNlMjhiMDQ2ZjJjNSIsInZlcnNpb24iOjF9.DDm0LNTkdLbGsue58bg1aH_s67KfbcmkvL-6ZiI2s8IoxhHJMSf29H_uV2YLyevwx900t-MwTVOW3qfFnMMEAQ
- type: total
value: 11869
name: total
verified: true
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMGFkMmI2ODM0NmY5NGNkNmUxYWViOWYxZDNkY2EzYWFmOWI4N2VhYzY5MGEzMTVhOTU4Zjc4YWViOGNjOWJjMCIsInZlcnNpb24iOjF9.fexrU1icJK5_MiifBtZWkeUvpmFISqBLDXSQJ8E6UnrRof-7cU0s4tX_dIsauHWtUpIHMPZCf5dlMWQKXZuAAA
---
# roberta-base for QA
@ -39,7 +66,7 @@ Please note that we have also released a distilled version of this model called
## Usage
### In Haystack
Haystack is an NLP framework by deepset. You can use this model in a Hasytack pipeline to do question answering at scale (over many documents). To load the model in [Haystack](https://github.com/deepset-ai/haystack/):
Haystack is an NLP framework by deepset. You can use this model in a Haystack pipeline to do question answering at scale (over many documents). To load the model in [Haystack](https://github.com/deepset-ai/haystack/):
```python
reader = FARMReader(model_name_or_path="deepset/roberta-base-squad2")
# or
@ -84,17 +111,18 @@ Evaluated on the SQuAD 2.0 dev set with the [official eval script](https://works
## Authors
**Branden Chan:** branden.chan@deepset.ai
**Timo Möller:** timo.moelle@deepset.ai
**Timo Möller:** timo.moeller@deepset.ai
**Malte Pietsch:** malte.pietsch@deepset.ai
**Tanay Soni:** tanay.soni@deepset.ai
## About us
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
<img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/haystack-logo-colored.svg" class="w-40"/>
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
</div>
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
<img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/deepset-logo-colored.svg" class="w-40"/>
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
</div>
</div>
@ -106,11 +134,12 @@ Some of our other work:
- [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
- [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
<p>For more info on Haystack, visit our <strong><a href="https://github.com/deepset-ai/haystack">GitHub</a></strong> repo and <strong><a href="https://haystack.deepset.ai">Documentation</a></strong>. You can also <strong><a class="h-7" href="https://haystack.deepset.ai/community/join">join us on <img alt="slack" class="h-7 inline-block m-0" style="margin: 0" src="https://huggingface.co/spaces/deepset/README/resolve/main/Slack_RGB.png"/></a></strong></p>
## Get in touch and join the Haystack community
Get in touch:
<p>For more info on Haystack, visit our <strong><a href="https://github.com/deepset-ai/haystack">GitHub</a></strong> repo and <strong><a href="https://docs.haystack.deepset.ai">Documentation</a></strong>.
We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
[Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Slack](https://haystack.deepset.ai/community/join) | [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions) | [Website](https://deepset.ai)
[Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Discord](https://haystack.deepset.ai/community) | [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions) | [Website](https://deepset.ai)
By the way: [we're hiring!](http://www.deepset.ai/jobs)

BIN
tf_model.h5 (Stored with Git LFS) Normal file

Binary file not shown.