End of training
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ More information needed
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 1e-05
|
36 |
-
- train_batch_size:
|
37 |
- eval_batch_size: 8
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 1e-05
|
36 |
+
- train_batch_size: 4
|
37 |
- eval_batch_size: 8
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
adapter_config.json
CHANGED
@@ -23,10 +23,10 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"q_proj",
|
27 |
"v_proj",
|
28 |
-
"
|
29 |
-
"lm_head"
|
|
|
30 |
],
|
31 |
"task_type": null,
|
32 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"v_proj",
|
27 |
+
"q_proj",
|
28 |
+
"lm_head",
|
29 |
+
"embed_tokens"
|
30 |
],
|
31 |
"task_type": null,
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2278180616
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40689648c907df515cbbd810c2b0fbc080ccac80249257c1b9ebfd16cf02c2ac
|
3 |
size 2278180616
|
emissions.csv
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
|
2 |
-
2024-06-
|
3 |
-
2024-06-26T07:34:26,a942ce2f-50b0-4e19-a396-38f9b566df7f,codecarbon,89.534339427948,0.006428364174851782,0.008374662204095412,Oman,OMN,muscat,N,,
|
|
|
1 |
timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
|
2 |
+
2024-06-26T20:00:56,7d68d146-e513-42e4-9105-acf0229ff593,codecarbon,43032.008991241455,3.6290591399827745,4.727819331539581,Oman,OMN,muscat,N,,
|
|
runs/Jun26_08-03-42_ca1e4e9f9585/events.out.tfevents.1719389023.ca1e4e9f9585.5808.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e5cc6dd7c1ccc24cc19456ad5a4c1dc7ea4f420d48bcbae2ddc9a789f074a99
|
3 |
+
size 691258
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d042525d8d150a058f6166ed2079a51ed0c142d5d2335c30e72f27d02f1681ee
|
3 |
size 5176
|