beamaia commited on
Commit
f99eba2
1 Parent(s): 5fc60d3

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "Weni/WeniGPT-Agents-Llama3-5.0.79-SFT-merged",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "up_proj",
25
  "q_proj",
26
- "v_proj",
27
- "down_proj",
28
  "o_proj",
29
- "gate_proj"
 
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3-70B-Instruct",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "q_proj",
 
 
24
  "o_proj",
25
+ "k_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "up_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a03202b6acd1f25cb95cdf2872f0e6fb3aa4a30c3dfdc23f041d843930e86b8
3
  size 6627156248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d137e511bca5d19d21b42be8bd24141e4edab751e2ce840b62bbdef5026ad3
3
  size 6627156248
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 8192,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -1,4 +1,6 @@
1
  {
 
 
2
  "added_tokens_decoder": {
3
  "128000": {
4
  "content": "<|begin_of_text|>",
@@ -2060,8 +2062,5 @@
2060
  ],
2061
  "model_max_length": 1000000000000000019884624838656,
2062
  "pad_token": "<|end_of_text|>",
2063
- "stride": 0,
2064
- "tokenizer_class": "PreTrainedTokenizerFast",
2065
- "truncation_side": "right",
2066
- "truncation_strategy": "longest_first"
2067
  }
 
1
  {
2
+ "add_bos_token": false,
3
+ "add_eos_token": true,
4
  "added_tokens_decoder": {
5
  "128000": {
6
  "content": "<|begin_of_text|>",
 
2062
  ],
2063
  "model_max_length": 1000000000000000019884624838656,
2064
  "pad_token": "<|end_of_text|>",
2065
+ "tokenizer_class": "PreTrainedTokenizerFast"
 
 
 
2066
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6efbfacb1bd4246105fb968c73512f01080c6c548d71fc0d30e01db2580eaef9
3
- size 6968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eace8fb9295b5f6073e5c82ca95806d4f3e1270ef54f30633e10491766d5b97
3
+ size 6648