Instructions to use RUCAIBox/live-bart-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RUCAIBox/live-bart-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("RUCAIBox/live-bart-base") model = AutoModelForSeq2SeqLM.from_pretrained("RUCAIBox/live-bart-base") - Notebooks
- Google Colab
- Kaggle
Commit ·
d761cfb
1
Parent(s): a812fd5
Initial commit
Browse files- trans.bart.pth +3 -0
trans.bart.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7883aefe1940c2322f2d6252413aa5928fe5b99e1d384360c1553493689f0c9
|
| 3 |
+
size 18890963
|