Instructions to use sosuke/train_logs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sosuke/train_logs with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tokyotech-llm/Swallow-7b-instruct-v0.1") model = PeftModel.from_pretrained(base_model, "sosuke/train_logs") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7b53b4e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c08c84e53c0a606c0350c8b48b5ba0726939a52ffc27d39a1e46f4cb47c998f
size 5048
|