Amine101 commited on
Commit
d9f6b76
1 Parent(s): df04c35

End of training

Browse files
README.md CHANGED
@@ -44,8 +44,8 @@ The following hyperparameters were used during training:
44
  - total_train_batch_size: 8
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - lr_scheduler_warmup_steps: 5
48
- - training_steps: 60
49
 
50
  ### Training results
51
 
 
44
  - total_train_batch_size: 8
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 3
49
 
50
  ### Training results
51
 
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
- "up_proj",
24
  "v_proj",
25
- "q_proj",
26
  "down_proj",
27
  "gate_proj",
28
- "k_proj",
 
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
+ "k_proj",
24
  "v_proj",
 
25
  "down_proj",
26
  "gate_proj",
27
+ "q_proj",
28
+ "up_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:f36539b943f7bc9dfcf3f579444a72b6bd0c7e724afc59ed6e1537fd45878f40
3
  size 161533192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880164f25a53cecbb5942a45b963d8723174505cc3db0d8132f23a4f233fbdfc
3
  size 161533192
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 512
12
- },
13
- "direction": "Left",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 151646,
16
- "pad_type_id": 0,
17
- "pad_token": "<|PAD_TOKEN|>"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 151643,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 151643,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:311ba225e042fa59e6938352847121dd14efc63af608ff7525da7ea11a670783
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:086422d791c615e387c20b19208d2788ee0e4bdf6b0efb8e5c6e950c2f3058c2
3
  size 5048