Transformers
Safetensors
lora_r_4
lora_alpha_16
batch_size_12
deepseek
lora-finetuned
lora_r_2
sft-lora-finetuned
lora_r_8
batch_size_8
lora_alpha_8
lora_r_16
batch_size_4
lora_alpha_32
soft_length
baseline
Instructions to use thisisisaac/cs234 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thisisisaac/cs234 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("thisisisaac/cs234", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": { | |
| "content": "<|begin▁of▁sentence|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eos_token": { | |
| "content": "<|end▁of▁sentence|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": "<|end▁of▁sentence|>" | |
| } | |