Instructions to use interneuronai/az-question-answering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use interneuronai/az-question-answering with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="interneuronai/az-question-answering")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("interneuronai/az-question-answering") model = AutoModelForQuestionAnswering.from_pretrained("interneuronai/az-question-answering", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -89,7 +89,6 @@ Users are encouraged to use this model responsibly and consider the ethical impl
|
|
| 89 |
# Citation
|
| 90 |
Please cite this model as follows:
|
| 91 |
```
|
| 92 |
-
@misc {alas_development_center_2024,
|
| 93 |
author = { {Alas Development Center} },
|
| 94 |
title = { az-question-answering},
|
| 95 |
year = 2024,
|
|
|
|
| 89 |
# Citation
|
| 90 |
Please cite this model as follows:
|
| 91 |
```
|
|
|
|
| 92 |
author = { {Alas Development Center} },
|
| 93 |
title = { az-question-answering},
|
| 94 |
year = 2024,
|