Instructions to use Linhz/Vinewsqa_bartpho_qag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Linhz/Vinewsqa_bartpho_qag with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Linhz/Vinewsqa_bartpho_qag") model = AutoModelForSeq2SeqLM.from_pretrained("Linhz/Vinewsqa_bartpho_qag") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bf7d1d0338ecfde682ee0be466be9f34c091199f9b5f1de94de3186cc25e27d
|
| 3 |
+
size 526442592
|