Instructions to use thu-coai/LongLM-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thu-coai/LongLM-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thu-coai/LongLM-large") model = AutoModelForSeq2SeqLM.from_pretrained("thu-coai/LongLM-large") - Notebooks
- Google Colab
- Kaggle
Commit History
Adding `safetensors` variant of this model (#2) 3de8d84
Update README.md b7df389
Update README.md 461383e
Jian Guan commited on
Upload pytorch_model.bin with git-lfs 3dc608a
Guan commited on
Create README.md d68d475
Guan commited on
Upload tokenizer_config.json fb9e083
Guan commited on
Upload spiece.model with git-lfs 0fdc212
Guan commited on
Upload special_tokens_map.json d5ae24c
Guan commited on
Upload config.json f5ae4a8
Guan commited on