Add hub model id config options to all example yml files (#2196) [skip ci]

* added hub model_id in example yml

* add hub model id to example yml
This commit is contained in:
Sunny Liu
2024-12-17 11:24:30 -05:00
committed by GitHub
parent 1f623e6cc8
commit 1c14c4a15c
87 changed files with 286 additions and 8 deletions

View File

@@ -1,7 +1,10 @@
# use google/gemma-7b if you have access
base_model: mhenrichsen/gemma-7b
# optionally might have model_type or tokenizer_type
model_type: AutoModelForCausalLM
tokenizer_type: AutoTokenizer
# Automatically upload checkpoint and final model to HF
# hub_model_id: username/custom_model_name
load_in_8bit: false
load_in_4bit: true