Instructions to use voidful/bart-base-chinese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voidful/bart-base-chinese with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("voidful/bart-base-chinese") model = AutoModelForSeq2SeqLM.from_pretrained("voidful/bart-base-chinese") - Notebooks
- Google Colab
- Kaggle
update 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 712393463
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b6a3917f6a4be14a750bdf51dee18cc5524fc407bd5b138d5c46a450bcdff19
|
| 3 |
size 712393463
|