Instructions to use voidful/changpt-bart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voidful/changpt-bart with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("voidful/changpt-bart") model = AutoModelForSeq2SeqLM.from_pretrained("voidful/changpt-bart") - Notebooks
- Google Colab
- Kaggle
Commit ·
f7a4e21
1
Parent(s): 421706d
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (0abbd5723f7a07ecd1dede689ac2922adb793e5f)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0f7ec290b3e6f4b943fbf19e69dcd6e93c481043b87e607cf9266404b2ef3d6
|
| 3 |
+
size 718511828
|