Instructions to use mzasada/plt5-base-poquad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mzasada/plt5-base-poquad2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mzasada/plt5-base-poquad2") model = AutoModelForSeq2SeqLM.from_pretrained("mzasada/plt5-base-poquad2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,13 @@ datasets:
|
|
| 5 |
language:
|
| 6 |
- pl
|
| 7 |
widget:
|
| 8 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Model plt5_base learned on poquad_v2 wich is equivalent of SQuAD_2 on polish language.
|
|
|
|
| 5 |
language:
|
| 6 |
- pl
|
| 7 |
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
Pytanie: Kiedy urodził się Schumacher. Kontekst: Michael Schumacher, wym.
|
| 10 |
+
ˈmɪçaʔe:l ˈʃu:maxɐ ( odsłuchaj) (ur. 3 stycznia 1969 w Hürth) – niemiecki
|
| 11 |
+
kierowca wyścigowy, w latach 1991–2006 i 2010–2012 startujący w
|
| 12 |
+
mistrzostwach świata Formuły 1.
|
| 13 |
+
tags:
|
| 14 |
+
- allegro/plt5-base
|
| 15 |
---
|
| 16 |
|
| 17 |
Model plt5_base learned on poquad_v2 wich is equivalent of SQuAD_2 on polish language.
|