rafimumtaz commited on
Commit
07fbd5f
1 Parent(s): ea92035

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:d34e3e3968a4ce3191997752a005416fa67aaa1de0656ced057186bc3bdc74e8
3
- size 6827480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ebbd604b62318edfb984bf39bce06b6499ca9da83a619104985bf9620255298
3
+ size 6824216
runs/Oct09_07-38-19_271e8bc1445b/events.out.tfevents.1728459501.271e8bc1445b.490.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4082697694c81dff4dc435fb11a2c974848d2fbeacd9b3eff1a82ceb339f1c52
3
+ size 5705
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": 128,
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:7a8bf56492a604ba2979209b85610a36b5a36c6c76d9584002fa137009cdfe42
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8dbd272e6b49863bd62e96249073eefd90bbaef04188387bd5472e64b254776
3
  size 5176