Checkpoint for illmac (https://github.com/deeplearningplus/iLLMAC)
1. Use transformers
#pip install transformers
#pip install torch
#pip install tiktoken
#pip install sentencepiece
## Install any other packages you need.
import torch
import transformers
model = transformers.AutoModelForCausalLM.from_pretrained("liu121/illmac")
tokenizer = transformers.AutoTokenizer.from_pretrained("liu121/illmac")
2. Save to local dir
huggingface-cli download --resume-download liu121/illmac --local-dir illmac --local-dir-use-symlinks False
- Downloads last month
- 5
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.