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
Commit 路
45eab7c
1
Parent(s): e2180ba
add model
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265501809
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ad6d128904b8389516c5894d5e461d2372cfd6b73c4c6df420717b88156b119
|
| 3 |
size 265501809
|