Andre Barbosa commited on
Commit
04edd99
·
1 Parent(s): 7000acb

update files to competence to guarantee reproducibility

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- library_name: transformers
3
- tags: []
4
  ---
5
 
6
  # Model Card for Model ID
@@ -15,7 +15,7 @@ tags: []
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
  - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
@@ -196,4 +196,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
196
 
197
  ## Model Card Contact
198
 
199
- [More Information Needed]
 
 
 
 
1
  ---
2
+ library_name: peft
3
+ base_model: microsoft/Phi-3-medium-128k-instruct
4
  ---
5
 
6
  # Model Card for Model ID
 
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
+
19
 
20
  - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
 
196
 
197
  ## Model Card Contact
198
 
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.10.0
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_up_proj",
24
- "o_proj",
25
  "qkv_proj",
26
  "down_proj",
 
 
27
  "score"
28
  ],
29
  "task_type": "SEQ_CLS",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "qkv_proj",
24
  "down_proj",
25
+ "o_proj",
26
+ "gate_up_proj",
27
  "score"
28
  ],
29
  "task_type": "SEQ_CLS",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef24f4883f65627613c1f84d7cd6a39311ff3290a5ded9bacac198d51d961249
3
- size 1785248616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a482d6e60d0e4f631b2111562208357b0ec7447c77e82d9f655650a77ea105b
3
+ size 1790559712
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3ed5b07e914d41374de8abe6b49feca8bfd9d3dece77154ed0665e9b09d6cce
3
+ size 3570803578
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7845211e883cff5ce6b61f520bf538ff751e62001e0254a8d851ec27a10ae1dd
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57f4483906bac16c83fcf9c439c3068b839c0c02ab41ffb30aa484f8189d955c
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5056634304207119,
3
+ "best_model_checkpoint": "./results/C5/checkpoint-139",
4
+ "epoch": 5.978494623655914,
5
+ "eval_steps": 500,
6
+ "global_step": 139,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.989247311827957,
13
+ "eval_HDIV": 0.18461538461538463,
14
+ "eval_QWK": 0.13293330256173552,
15
+ "eval_RMSE": 68.86627696168932,
16
+ "eval_accuracy": 0.18974358974358974,
17
+ "eval_loss": 1.7435897588729858,
18
+ "eval_runtime": 223.5722,
19
+ "eval_samples_per_second": 0.872,
20
+ "eval_steps_per_second": 0.438,
21
+ "step": 23
22
+ },
23
+ {
24
+ "epoch": 1.978494623655914,
25
+ "eval_HDIV": 0.07179487179487176,
26
+ "eval_QWK": 0.35492010092514725,
27
+ "eval_RMSE": 58.21269576920441,
28
+ "eval_accuracy": 0.3128205128205128,
29
+ "eval_loss": 1.6234976053237915,
30
+ "eval_runtime": 223.4808,
31
+ "eval_samples_per_second": 0.873,
32
+ "eval_steps_per_second": 0.439,
33
+ "step": 46
34
+ },
35
+ {
36
+ "epoch": 2.967741935483871,
37
+ "eval_HDIV": 0.10769230769230764,
38
+ "eval_QWK": 0.4539788636979496,
39
+ "eval_RMSE": 61.76879969195302,
40
+ "eval_accuracy": 0.3282051282051282,
41
+ "eval_loss": 1.6040664911270142,
42
+ "eval_runtime": 223.4382,
43
+ "eval_samples_per_second": 0.873,
44
+ "eval_steps_per_second": 0.439,
45
+ "step": 69
46
+ },
47
+ {
48
+ "epoch": 4.0,
49
+ "eval_HDIV": 0.09743589743589742,
50
+ "eval_QWK": 0.4958661417322835,
51
+ "eval_RMSE": 56.85789754133117,
52
+ "eval_accuracy": 0.3435897435897436,
53
+ "eval_loss": 1.5939502716064453,
54
+ "eval_runtime": 223.4891,
55
+ "eval_samples_per_second": 0.873,
56
+ "eval_steps_per_second": 0.439,
57
+ "step": 93
58
+ },
59
+ {
60
+ "epoch": 4.301075268817204,
61
+ "grad_norm": 10.25,
62
+ "learning_rate": 3.3082706766917295e-05,
63
+ "loss": 1.6435,
64
+ "step": 100
65
+ },
66
+ {
67
+ "epoch": 4.989247311827957,
68
+ "eval_HDIV": 0.1282051282051282,
69
+ "eval_QWK": 0.4161535675479898,
70
+ "eval_RMSE": 63.794542005908234,
71
+ "eval_accuracy": 0.3333333333333333,
72
+ "eval_loss": 1.5479767322540283,
73
+ "eval_runtime": 223.3063,
74
+ "eval_samples_per_second": 0.873,
75
+ "eval_steps_per_second": 0.439,
76
+ "step": 116
77
+ },
78
+ {
79
+ "epoch": 5.978494623655914,
80
+ "eval_HDIV": 0.07179487179487176,
81
+ "eval_QWK": 0.5056634304207119,
82
+ "eval_RMSE": 55.543930407635045,
83
+ "eval_accuracy": 0.35384615384615387,
84
+ "eval_loss": 1.623157024383545,
85
+ "eval_runtime": 223.264,
86
+ "eval_samples_per_second": 0.873,
87
+ "eval_steps_per_second": 0.439,
88
+ "step": 139
89
+ }
90
+ ],
91
+ "logging_steps": 100,
92
+ "max_steps": 276,
93
+ "num_input_tokens_seen": 0,
94
+ "num_train_epochs": 12,
95
+ "save_steps": 500,
96
+ "stateful_callbacks": {
97
+ "EarlyStoppingCallback": {
98
+ "args": {
99
+ "early_stopping_patience": 5,
100
+ "early_stopping_threshold": 0.0
101
+ },
102
+ "attributes": {
103
+ "early_stopping_patience_counter": 0
104
+ }
105
+ },
106
+ "TrainerControl": {
107
+ "args": {
108
+ "should_epoch_stop": false,
109
+ "should_evaluate": false,
110
+ "should_log": false,
111
+ "should_save": true,
112
+ "should_training_stop": false
113
+ },
114
+ "attributes": {}
115
+ }
116
+ },
117
+ "total_flos": 1.3029657030611436e+18,
118
+ "train_batch_size": 2,
119
+ "trial_name": null,
120
+ "trial_params": null
121
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eeef4378e5c4109530616e9999fb5c07e662a8125ee002ef3ed296045851f7b
3
+ size 5048