Instructions to use Marmara-NLP/Turna_Question_answering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Marmara-NLP/Turna_Question_answering with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Marmara-NLP/Turna_Question_answering", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ This model is a fine-tuned version of [boun-tabi-LMG/TURNA](https://huggingface.
|
|
| 27 |
Turkish language model trained for question answering
|
| 28 |
## Intended uses & limitations
|
| 29 |
|
| 30 |
-
This model can be used as a starting point to train the Turna model for question answering, for now it's still not well trained and may require a larger dataset
|
| 31 |
## Training and evaluation data
|
| 32 |
|
| 33 |
- Clips/Mfaq turkish dataset: huggingface.co/datasets/clips/mfaq/viewer/tr_flat
|
|
|
|
| 27 |
Turkish language model trained for question answering
|
| 28 |
## Intended uses & limitations
|
| 29 |
|
| 30 |
+
This model can be used as a starting point to further train the Turna model for question answering, for now it's still not well trained and may require a larger dataset
|
| 31 |
## Training and evaluation data
|
| 32 |
|
| 33 |
- Clips/Mfaq turkish dataset: huggingface.co/datasets/clips/mfaq/viewer/tr_flat
|