EddyGiusepe commited on
Commit
6f64850
1 Parent(s): 04a6f33

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
- "v_proj",
23
- "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
+ "v_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:7d6263d6e62e276c6689864f39501285f61f0c6f3c5c1ba85ac91d54f1f2e314
3
  size 4517152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9379336b5abb58eff6866204e853fcf72225f34d799c1f973df4262c8d31a45
3
  size 4517152
runs/Jan27_18-35-34_5447d6ad1c84/events.out.tfevents.1706380561.5447d6ad1c84.2193.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40cb1803fb6bbc5601c314c4a1269a4d9f06e611fbfdf8c9b5e44359bcf10375
3
+ size 9717
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:3d902168528e6a814cd7c64e8bf122d2ba6fc8583ab8b1889147cd512229e9f3
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84366e715c2ea3a0608089fe0e7bd1b47c30fdd32bffc30a12558f4be847b17e
3
  size 4664