File size: 594 Bytes
e0003b0
 
340b183
 
 
 
 
 
 
541fcfc
8d470b9
 
 
541fcfc
 
8d470b9
541fcfc
8d470b9
541fcfc
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: cc
language:
- hi
- bn
- en
metrics:
- f1
- exact_match
pipeline_tag: question-answering
---
# mBERT-hi-be-MLM-SQuAD-TyDi-MLQA Model Card

## Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("question-answering", model="hapandya/mBERT-hi-be-MLM-SQuAD-TyDi-MLQA")

## Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering

tokenizer = AutoTokenizer.from_pretrained("hapandya/mBERT-hi-be-MLM-SQuAD-TyDi-MLQA")
model = AutoModelForQuestionAnswering.from_pretrained("hapandya/mBERT-hi-be-MLM-SQuAD-TyDi-MLQA")