Instructions to use blackhole33/ExtractQuestionAnswer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blackhole33/ExtractQuestionAnswer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="blackhole33/ExtractQuestionAnswer")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("blackhole33/ExtractQuestionAnswer") model = AutoModelForQuestionAnswering.from_pretrained("blackhole33/ExtractQuestionAnswer") - Notebooks
- Google Colab
- Kaggle
Rifat Mamayusupov commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,8 +3,10 @@ license: mit
|
|
| 3 |
---
|
| 4 |
# Model description
|
| 5 |
|
| 6 |
-
**ExtractQuestionAnswer** model bu open-source modellardan olindi,
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
|
| 9 |
Keyinchlik kuchli va Abstract model ishlab chiqarish uchun ishlatiladi.
|
| 10 |
Dataset ko'rinishi: SQUAD kabi bo'adi.
|
|
|
|
| 3 |
---
|
| 4 |
# Model description
|
| 5 |
|
| 6 |
+
**ExtractQuestionAnswer** model bu open-source modellardan olindi,
|
| 7 |
+
asosiy maqsat dataset taxlash uchun ishlatiladi.
|
| 8 |
+
Foydalanuvchilar bemalol kunlik tasklarni bajarish uchun ishlatsa bo'ladi,
|
| 9 |
+
va Space workspace ham mavjud.
|
| 10 |
|
| 11 |
Keyinchlik kuchli va Abstract model ishlab chiqarish uchun ishlatiladi.
|
| 12 |
Dataset ko'rinishi: SQUAD kabi bo'adi.
|