Merge pull request #273 from OpenAccess-AI-Collective/NanoCode012-patch-1
Browse files
README.md
CHANGED
@@ -305,6 +305,8 @@ base_model_ignore_patterns:
|
|
305 |
# if the base_model repo on hf hub doesn't include configuration .json files,
|
306 |
# you can set that here, or leave this empty to default to base_model
|
307 |
base_model_config: ./llama-7b-hf
|
|
|
|
|
308 |
# Optional tokenizer configuration override in case you want to use a different tokenizer
|
309 |
# than the one defined in the base model
|
310 |
tokenizer_config:
|
|
|
305 |
# if the base_model repo on hf hub doesn't include configuration .json files,
|
306 |
# you can set that here, or leave this empty to default to base_model
|
307 |
base_model_config: ./llama-7b-hf
|
308 |
+
# you can specify to choose a specific model revision from huggingface hub
|
309 |
+
model_revision:
|
310 |
# Optional tokenizer configuration override in case you want to use a different tokenizer
|
311 |
# than the one defined in the base model
|
312 |
tokenizer_config:
|