Compare commits
10 Commits
d3579a1b2b
...
d39b8d4166
Author | SHA1 | Date |
---|---|---|
|
d39b8d4166 | |
|
e888b4b0bc | |
|
65f7840c86 | |
|
1820469fc2 | |
|
d3c3bb6f2a | |
|
4dc572bcd6 | |
|
52a2b42447 | |
|
0e7b626daf | |
|
5e7a47e8a4 | |
|
541c7e4180 |
47
README.md
47
README.md
|
@ -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)
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue