SalomonMetre13 commited on
Commit
b7883e1
·
verified ·
1 Parent(s): 61d10b7

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -26,10 +26,10 @@
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
- "v_proj",
30
  "out_proj",
31
  "k_proj",
32
- "q_proj"
33
  ],
34
  "task_type": "SEQ_2_SEQ_LM",
35
  "trainable_token_indices": null,
 
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
+ "q_proj",
30
  "out_proj",
31
  "k_proj",
32
+ "v_proj"
33
  ],
34
  "task_type": "SEQ_2_SEQ_LM",
35
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abf0b32ae4d204fc78426ca5d7a27867eedade3beb074c561b4ddf0e12aa654a
3
- size 543204824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abdf376bc7ddeb9747cfd46d13fe5c5c7b9731af0b6cadcdd649ffdfca37f109
3
+ size 149988464
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
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": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 1,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d965c89f6132fed00e10e5195a44c658fa65f3f90d7468c653c8b44ff8f63bbe
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a8edd1b4afbfd5d5f6a0e080ca1c8a97c4a718bfb22e37d550f5768bd84ae5e
3
  size 5496