EddyGiusepe commited on
Commit
6d9d4cc
1 Parent(s): b865406

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q_proj",
23
- "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:919de8235d2ef3526e6076f993b51d797bbebce09a73d755798112cad0e97525
3
  size 4517152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d46b0ad2b8150fb8509454c5d59802849050c2343fb03c29fd0c0f33f8387ac
3
  size 4517152
runs/Jan27_04-12-02_e6ba3a9e0894/events.out.tfevents.1706328733.e6ba3a9e0894.680.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f01b9bab681bdb6037c1068226d70dd5efb9136ff619a3a51eddbc0a96b4eaa3
3
+ size 8149
special_tokens_map.json CHANGED
@@ -13,13 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": true,
19
- "normalized": false,
20
- "rstrip": true,
21
- "single_word": false
22
- },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "</s>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
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": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -55,7 +55,7 @@
55
  "eos_token": "</s>",
56
  "legacy": false,
57
  "model_max_length": 1000000000000000019884624838656,
58
- "pad_token": "[PAD]",
59
  "padding_side": "right",
60
  "sp_model_kwargs": {},
61
  "tokenizer_class": "LlamaTokenizer",
 
55
  "eos_token": "</s>",
56
  "legacy": false,
57
  "model_max_length": 1000000000000000019884624838656,
58
+ "pad_token": "</s>",
59
  "padding_side": "right",
60
  "sp_model_kwargs": {},
61
  "tokenizer_class": "LlamaTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ff943e9ec442dee4700c3f5f31f09ff5f48409f062d758feeb9dda4d3a71d4f
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d25e7156a3c1380fc95611b63401163613484b8333f47dd586b635a2819589
3
  size 4664