Instructions to use eltorio/Llama-3.2-3B-appreciation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eltorio/Llama-3.2-3B-appreciation with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3.2-3b-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "eltorio/Llama-3.2-3B-appreciation") - Notebooks
- Google Colab
- Kaggle
File size: 1,196 Bytes
67901f2 | 1 2 3 4 5 6 7 8 9 10 11 | {"time":"2024-12-05T14:53:12.091211209Z","level":"INFO","msg":"using version","core version":"0.18.3"}
{"time":"2024-12-05T14:53:12.091237601Z","level":"INFO","msg":"created symlink","path":"/kaggle/working/wandb/run-20241205_145312-gk7cicq7/logs/debug-core.log"}
{"time":"2024-12-05T14:53:14.092176833Z","level":"ERROR","msg":"dialing: google: could not find default credentials. See https://cloud.google.com/docs/authentication/external/set-up-adc for more information"}
{"time":"2024-12-05T14:53:14.094904045Z","level":"INFO","msg":"created new stream","id":"gk7cicq7"}
{"time":"2024-12-05T14:53:14.094932189Z","level":"INFO","msg":"stream: started","id":"gk7cicq7"}
{"time":"2024-12-05T14:53:14.09497736Z","level":"INFO","msg":"sender: started","stream_id":{"value":"gk7cicq7"}}
{"time":"2024-12-05T14:53:14.094995607Z","level":"INFO","msg":"handler: started","stream_id":{"value":"gk7cicq7"}}
{"time":"2024-12-05T14:53:14.094964812Z","level":"INFO","msg":"writer: Do: started","stream_id":{"value":"gk7cicq7"}}
{"time":"2024-12-05T14:53:14.278621216Z","level":"INFO","msg":"wandb-core","!BADKEY":null}
{"time":"2024-12-05T14:53:14.280828936Z","level":"INFO","msg":"Starting system monitor"}
|