Instructions to use mpasila/Llama-3.1-Swallow-JP-EN-Translator-v1-LoRA-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mpasila/Llama-3.1-Swallow-JP-EN-Translator-v1-LoRA-8B with PEFT:
Task type is invalid.
- Transformers
How to use mpasila/Llama-3.1-Swallow-JP-EN-Translator-v1-LoRA-8B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mpasila/Llama-3.1-Swallow-JP-EN-Translator-v1-LoRA-8B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
File size: 112 Bytes
ab082e6 | 1 2 3 4 5 6 | {
"bos_token": "<|begin_of_text|>",
"eos_token": "<|im_end|>",
"pad_token": "<|finetune_right_pad_id|>"
}
|