clips/mfaq
Viewer • Updated • 14.8M • 3.38k • 36
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)This model is a fine-tuned version of boun-tabi-LMG/TURNA on an unknown dataset.
Turkish language model trained for question answering
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
Clips/Mfaq turkish dataset: huggingface.co/datasets/clips/mfaq/viewer/tr_flat Size: 100k rows training, 2.7k validation This is a multilingual corpus of Frequently Asked Questions parsed from the Common Crawl.
The following hyperparameters were used during training:
Base model
boun-tabi-LMG/TURNA
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Marmara-NLP/Turna_Question_answering", set_active=True)