Ksgk-fy commited on
Commit
3f4f52a
1 Parent(s): 8659fe8

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
  "down_proj",
25
- "v_proj",
26
  "up_proj",
27
- "q_proj",
28
  "k_proj",
 
 
 
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "down_proj",
 
24
  "up_proj",
 
25
  "k_proj",
26
+ "v_proj",
27
+ "q_proj",
28
+ "gate_proj",
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f117babebd858e618178cd050c6951d7853155e586ba9851658e4014f6db97ae
3
  size 1742826104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03a3d0fb7523d913e37460d51cc50dd6699097e3191fe0b6a4e5dc5583d092fa
3
  size 1742826104
runs/May13_15-56-58_893080c8e7ca/events.out.tfevents.1715615978.893080c8e7ca ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a51c13a694a078c2a8e1fe4e96ae8256e411374eb5664a6f9612ed2b44924c
3
+ size 5193
runs/May13_16-02-55_893080c8e7ca/events.out.tfevents.1715616226.893080c8e7ca ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b127ca9d33fc604f8d2368eccdad8638e8f9737beba5d00abd4097b1b9946afa
3
+ size 5193
runs/May13_16-33-20_893080c8e7ca/events.out.tfevents.1715618046.893080c8e7ca ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17a08161d5a44b3099bb299aaef214022cd5bebd27edcdd4e4dc19cc1d28ccfa
3
+ size 5193
runs/May13_16-38-54_893080c8e7ca/events.out.tfevents.1715618385.893080c8e7ca ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d8f4051f75bae3b985ccbd6074691cb92a893239a8c3365c86dd78cdddea489
3
+ size 5193
runs/May13_16-45-46_893080c8e7ca/events.out.tfevents.1715618789.893080c8e7ca ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11fa229c6a7fdb0c3b1daf21d75805bc9fb5fef063f8b01e47fc7d48ce83651d
3
+ size 5193
runs/May13_16-53-57_893080c8e7ca/events.out.tfevents.1715619281.893080c8e7ca ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f279c99b0f6634daac5fd8fc433903a66b2187367edb634f15b6c4cec11284f7
3
+ size 5193
runs/May13_16-57-13_893080c8e7ca/events.out.tfevents.1715619476.893080c8e7ca ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a17f8e63f123584727bc8967d7d447ed444e1766eab3f3de0a387a8d9cdf5b1
3
+ size 5193
runs/May13_17-00-33_893080c8e7ca/events.out.tfevents.1715619676.893080c8e7ca ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30eb7942c570fc4e3b933c9ac5f3fdad2f95f84cb7411afd7d3331cf4713b4c7
3
+ size 5193
runs/May13_17-03-17_893080c8e7ca/events.out.tfevents.1715619841.893080c8e7ca ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dbc3438fafd4ef6db58644f30ab315a0303f2cafb0570509dd7f4dacb068fd5
3
+ size 5607
special_tokens_map.json CHANGED
@@ -13,7 +13,13 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<unk>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,7 +1,14 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Right",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
+ "pad_type_id": 0,
10
+ "pad_token": "<unk>"
11
+ },
12
  "added_tokens": [
13
  {
14
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:387d4f5ae1307113509b0fc4b06e21a3b4dfb7dc647fd80c024451bc03c9e65b
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f107745bdc9dd0917274b8ec50de4d614afe8b76e53b1d95720864574624ada4
3
  size 5048