Instructions to use Linhz/AlphaEdu_BartPho with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Linhz/AlphaEdu_BartPho with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Linhz/AlphaEdu_BartPho") model = AutoModelForSeq2SeqLM.from_pretrained("Linhz/AlphaEdu_BartPho") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbcbdde61f6865d240e177ddf5c4fb9e74282a22686fad76da6f9d18edd4d67b
|
| 3 |
+
size 526442440
|