rafimumtaz commited on
Commit
9f835e2
1 Parent(s): 2b473d9

Training in progress, step 186

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": null,
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-3.2-1B",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9873f97b5e92defce5b2f0b43085784062661ba29a93c6613084f0a28f338d13
3
- size 6826392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7830e126e3b6c7ffc5a237202f695d382a7d428b1517d66e9628bb5ac6c79ec4
3
+ size 6824216
runs/Oct09_08-59-34_0d19356e166f/events.out.tfevents.1728464375.0d19356e166f.434.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f641ee702d5519b49cf69802f164caeb76d2841ba2716e246febce8ae4acbcde
3
+ size 5709
special_tokens_map.json CHANGED
@@ -13,11 +13,5 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": {
17
- "content": "<|end_of_text|>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- }
23
  }
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<|end_of_text|>"
 
 
 
 
 
 
17
  }
tokenizer_config.json CHANGED
@@ -2052,18 +2052,11 @@
2052
  "bos_token": "<|begin_of_text|>",
2053
  "clean_up_tokenization_spaces": true,
2054
  "eos_token": "<|end_of_text|>",
2055
- "max_length": 256,
2056
  "model_input_names": [
2057
  "input_ids",
2058
  "attention_mask"
2059
  ],
2060
  "model_max_length": 131072,
2061
- "pad_to_multiple_of": null,
2062
  "pad_token": "<|end_of_text|>",
2063
- "pad_token_type_id": 0,
2064
- "padding_side": "right",
2065
- "stride": 0,
2066
- "tokenizer_class": "PreTrainedTokenizerFast",
2067
- "truncation_side": "right",
2068
- "truncation_strategy": "longest_first"
2069
  }
 
2052
  "bos_token": "<|begin_of_text|>",
2053
  "clean_up_tokenization_spaces": true,
2054
  "eos_token": "<|end_of_text|>",
 
2055
  "model_input_names": [
2056
  "input_ids",
2057
  "attention_mask"
2058
  ],
2059
  "model_max_length": 131072,
 
2060
  "pad_token": "<|end_of_text|>",
2061
+ "tokenizer_class": "PreTrainedTokenizerFast"
 
 
 
 
 
2062
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3cd1e82d09125e18ccdb28c545fa6feb34b3a901987e1c3b21351ecffa038a7
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3faee95b0f61b1a693e5d0a5aba6710828009bce2dff8de424333ab35c9e31db
3
  size 5176