Instructions to use MarcoYuTono/huawei-noahTinyBERT_General_6L_768_HotpotQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MarcoYuTono/huawei-noahTinyBERT_General_6L_768_HotpotQA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="MarcoYuTono/huawei-noahTinyBERT_General_6L_768_HotpotQA")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("MarcoYuTono/huawei-noahTinyBERT_General_6L_768_HotpotQA") model = AutoModelForQuestionAnswering.from_pretrained("MarcoYuTono/huawei-noahTinyBERT_General_6L_768_HotpotQA", device_map="auto") - Notebooks
- Google Colab
- Kaggle
This model fine-tuned huawei-noahTinyBERT_General_6L_768 on HotpotQA.
| EM | F1 |
|---|---|
| 31.552419 | 53.535072 |
- Downloads last month
- 47