ZZZZCCCC commited on
Commit
41a110b
1 Parent(s): 38f8aea

Model save

Browse files
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # Codet5
16
 
17
  This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on an unknown dataset.
 
 
18
 
19
  ## Model description
20
 
@@ -43,6 +45,13 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
 
 
 
 
 
 
 
46
 
47
 
48
  ### Framework versions
 
15
  # Codet5
16
 
17
  This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 4.2342
20
 
21
  ## Model description
22
 
 
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 1 | 4.2994 |
51
+ | No log | 2.0 | 2 | 4.2746 |
52
+ | No log | 3.0 | 3 | 4.2550 |
53
+ | No log | 4.0 | 4 | 4.2413 |
54
+ | No log | 5.0 | 5 | 4.2342 |
55
 
56
 
57
  ### Framework versions
adapter_config.json CHANGED
@@ -13,18 +13,18 @@
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
- "lora_alpha": 8,
17
  "lora_dropout": 0.0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
- "r": 8,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "v",
27
- "q"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
 
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
+ "lora_alpha": 32,
17
  "lora_dropout": 0.0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
+ "r": 16,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "q",
27
+ "v"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5eac198845b3fa6712954c560fa38f870f26f7565df28c8da657d575a4c00df5
3
- size 1189536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c6755bd8ec3e3bffb9c170d8133fd4406d85408119a799cd519b04c025e8dc6
3
+ size 2369320
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79ba529c90fdd470db586fcec07c53e7c086ef12514addb53000ab3c923c8b2a
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f4023bcb12c87fc1d04277736a62997d2eea7c03236b0baa8c44f211c410379
3
+ size 5048