kallaballa
commited on
Commit
•
543fc5c
1
Parent(s):
9aedf81
config for llm-tuner
Browse files- config.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"adapter_type": "lora",
|
4 |
"adapter_fusion": "dynamic",
|
5 |
"task_type": "text2text-generation",
|
6 |
-
"model_type": "llama"
|
7 |
}
|
|
|
3 |
"adapter_type": "lora",
|
4 |
"adapter_fusion": "dynamic",
|
5 |
"task_type": "text2text-generation",
|
6 |
+
"model_type": "llama-for-causal-lm"
|
7 |
}
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{ "model_type": "
|
|
|
1 |
+
{ "model_type": "lama-for-causal-lm", "tokenizer_class": "LlamaTokenizerFast", "vocab_size": 50257, "bos_token_id": 50256, "eos_token_id": 50256, "unk_token_id": 0, "pad_token_id": 50256, "do_lower_case": false }
|