Trim trailing whitespace
Browse files
examples/falcon/config-7b-qlora.yml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# 40b: tiiuae/falcon-40b
|
| 3 |
base_model: tiiuae/falcon-7b
|
| 4 |
base_model_config: tiiuae/falcon-7b
|
| 5 |
-
# required by falcon custom model code: https://huggingface.co/tiiuae/falcon-7b/tree/main
|
| 6 |
trust_remote_code: true
|
| 7 |
model_type: AutoModelForCausalLM
|
| 8 |
tokenizer_type: AutoTokenizer
|
|
|
|
| 2 |
# 40b: tiiuae/falcon-40b
|
| 3 |
base_model: tiiuae/falcon-7b
|
| 4 |
base_model_config: tiiuae/falcon-7b
|
| 5 |
+
# required by falcon custom model code: https://huggingface.co/tiiuae/falcon-7b/tree/main
|
| 6 |
trust_remote_code: true
|
| 7 |
model_type: AutoModelForCausalLM
|
| 8 |
tokenizer_type: AutoTokenizer
|