iapp/iapp_wiki_qa_squad
Updated • 237 • 7
How to use phoner45/finetune_iapp_thaiqa_v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="phoner45/finetune_iapp_thaiqa_v2") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("phoner45/finetune_iapp_thaiqa_v2")
model = AutoModelForQuestionAnswering.from_pretrained("phoner45/finetune_iapp_thaiqa_v2")This model is a fine-tuned version of phoner45/phoner45-finetune-iapp-thaiqa on the iapp_wiki_qa_squad dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: