Instructions to use AWeirdDev/zh-tw-llama-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AWeirdDev/zh-tw-llama-2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "AWeirdDev/zh-tw-llama-2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ tags:
|
|
| 4 |
- trl
|
| 5 |
- sft
|
| 6 |
- generated_from_trainer
|
| 7 |
-
- conversational
|
| 8 |
datasets:
|
| 9 |
- generator
|
| 10 |
base_model: NousResearch/Llama-2-7b-chat-hf
|
|
|
|
| 4 |
- trl
|
| 5 |
- sft
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
datasets:
|
| 8 |
- generator
|
| 9 |
base_model: NousResearch/Llama-2-7b-chat-hf
|