Instructions to use thu-coai/LongLM-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thu-coai/LongLM-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thu-coai/LongLM-base") model = AutoModelForSeq2SeqLM.from_pretrained("thu-coai/LongLM-base") - Notebooks
- Google Colab
- Kaggle
Guan commited on
Commit ·
aa11db8
1
Parent(s): 834161f
Upload spiece.model with git-lfs
Browse files- spiece.model +3 -0
spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:830e1e16012640ca728fd681f0077269cf5ba629c609951ecff7e1f7b5d497ae
|
| 3 |
+
size 691427
|