orcn commited on
Commit
9033a3d
·
verified ·
1 Parent(s): d8a3789

(Trained with Unsloth)

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. tokenizer_config.json +3 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "unsloth/Llama-3.2-11B-Vision-Instruct",
3
  "architectures": [
4
  "MllamaForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "orcn/llama-2-5epoch",
3
  "architectures": [
4
  "MllamaForConditionalGeneration"
5
  ],
tokenizer_config.json CHANGED
@@ -2062,12 +2062,15 @@
2062
  "clean_up_tokenization_spaces": true,
2063
  "eos_token": "<|eot_id|>",
2064
  "extra_special_tokens": {},
 
2065
  "model_input_names": [
2066
  "input_ids",
2067
  "attention_mask"
2068
  ],
2069
  "model_max_length": 131072,
 
2070
  "pad_token": "<|finetune_right_pad_id|>",
 
2071
  "padding_side": "right",
2072
  "processor_class": "MllamaProcessor",
2073
  "tokenizer_class": "PreTrainedTokenizer",
 
2062
  "clean_up_tokenization_spaces": true,
2063
  "eos_token": "<|eot_id|>",
2064
  "extra_special_tokens": {},
2065
+ "max_length": null,
2066
  "model_input_names": [
2067
  "input_ids",
2068
  "attention_mask"
2069
  ],
2070
  "model_max_length": 131072,
2071
+ "pad_to_multiple_of": null,
2072
  "pad_token": "<|finetune_right_pad_id|>",
2073
+ "pad_token_type_id": 0,
2074
  "padding_side": "right",
2075
  "processor_class": "MllamaProcessor",
2076
  "tokenizer_class": "PreTrainedTokenizer",