ana-grassmann
commited on
Training in progress, epoch 1
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- adapter_model.safetensors +1 -1
- run-0/checkpoint-13/README.md +1 -1
- run-0/checkpoint-13/adapter_config.json +3 -3
- run-0/checkpoint-13/adapter_model.safetensors +2 -2
- run-0/checkpoint-13/optimizer.pt +2 -2
- run-0/checkpoint-13/rng_state.pth +1 -1
- run-0/checkpoint-13/scheduler.pt +1 -1
- run-0/checkpoint-13/trainer_state.json +11 -11
- run-0/checkpoint-13/training_args.bin +1 -1
- run-1/checkpoint-104/README.md +1 -1
- run-1/checkpoint-104/adapter_config.json +3 -3
- run-1/checkpoint-104/adapter_model.safetensors +2 -2
- run-1/checkpoint-104/optimizer.pt +2 -2
- run-1/checkpoint-104/rng_state.pth +1 -1
- run-1/checkpoint-104/scheduler.pt +1 -1
- run-1/checkpoint-104/trainer_state.json +13 -22
- run-1/checkpoint-104/training_args.bin +1 -1
- run-1/checkpoint-208/README.md +202 -0
- run-1/checkpoint-208/adapter_config.json +29 -0
- run-1/checkpoint-208/adapter_model.safetensors +3 -0
- run-1/checkpoint-208/optimizer.pt +3 -0
- run-1/checkpoint-208/rng_state.pth +3 -0
- run-1/checkpoint-208/scheduler.pt +3 -0
- run-1/checkpoint-208/special_tokens_map.json +7 -0
- run-1/checkpoint-208/tokenizer.json +0 -0
- run-1/checkpoint-208/tokenizer_config.json +55 -0
- run-1/checkpoint-208/trainer_state.json +44 -0
- run-1/checkpoint-208/training_args.bin +3 -0
- run-1/checkpoint-208/vocab.txt +0 -0
- run-2/checkpoint-13/README.md +1 -1
- run-2/checkpoint-13/adapter_config.json +3 -3
- run-2/checkpoint-13/adapter_model.safetensors +2 -2
- run-2/checkpoint-13/optimizer.pt +2 -2
- run-2/checkpoint-13/rng_state.pth +1 -1
- run-2/checkpoint-13/scheduler.pt +1 -1
- run-2/checkpoint-13/trainer_state.json +8 -8
- run-2/checkpoint-13/training_args.bin +1 -1
- run-2/checkpoint-26/README.md +1 -1
- run-2/checkpoint-26/adapter_config.json +3 -3
- run-2/checkpoint-26/adapter_model.safetensors +2 -2
- run-2/checkpoint-26/optimizer.pt +2 -2
- run-2/checkpoint-26/rng_state.pth +1 -1
- run-2/checkpoint-26/scheduler.pt +1 -1
- run-2/checkpoint-26/trainer_state.json +13 -13
- run-2/checkpoint-26/training_args.bin +1 -1
- run-2/checkpoint-39/README.md +1 -1
- run-2/checkpoint-39/adapter_config.json +3 -3
- run-2/checkpoint-39/adapter_model.safetensors +2 -2
- run-2/checkpoint-39/optimizer.pt +2 -2
- run-2/checkpoint-39/rng_state.pth +1 -1
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2372416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:725e3e8cda639a0d4f705d4fcc32c0a98e093c67a232387442e912197aa10834
|
3 |
size 2372416
|
run-0/checkpoint-13/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model:
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: bert-base-uncased
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
run-0/checkpoint-13/adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -11,12 +11,12 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bert-base-uncased",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
run-0/checkpoint-13/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4299b1c2a222b655dc3c2c05796afb86f100d43c4523a5bd0bf0ccf7a2c9e5c7
|
3 |
+
size 2372416
|
run-0/checkpoint-13/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9decf441c751ba560d645c9dccb2cfd476e2698d8f0b35e6f48f669e9dffb5f6
|
3 |
+
size 1251642
|
run-0/checkpoint-13/rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d38ede53d33f59610c7c0d6744c450c0bfed05d88c83c5303daaa1e32512e949
|
3 |
size 14244
|
run-0/checkpoint-13/scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23b4ca290a9d390c8f6763a939d5869c7aa95c43442a39f80f01e2172afc374c
|
3 |
size 1064
|
run-0/checkpoint-13/trainer_state.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
"best_model_checkpoint": "bert-finetuned-spam/run-0/checkpoint-13",
|
4 |
"epoch": 0.9811320754716981,
|
5 |
"eval_steps": 500,
|
@@ -10,26 +10,26 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.9811320754716981,
|
13 |
-
"eval_accuracy": 0.
|
14 |
-
"eval_loss": 0.
|
15 |
-
"eval_runtime":
|
16 |
-
"eval_samples_per_second":
|
17 |
-
"eval_steps_per_second":
|
18 |
"step": 13
|
19 |
}
|
20 |
],
|
21 |
"logging_steps": 500,
|
22 |
-
"max_steps":
|
23 |
"num_input_tokens_seen": 0,
|
24 |
-
"num_train_epochs":
|
25 |
"save_steps": 500,
|
26 |
"total_flos": 0,
|
27 |
"train_batch_size": 64,
|
28 |
"trial_name": null,
|
29 |
"trial_params": {
|
30 |
-
"learning_rate":
|
31 |
-
"num_train_epochs":
|
32 |
"per_device_train_batch_size": 64,
|
33 |
-
"seed":
|
34 |
}
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.5775862068965517,
|
3 |
"best_model_checkpoint": "bert-finetuned-spam/run-0/checkpoint-13",
|
4 |
"epoch": 0.9811320754716981,
|
5 |
"eval_steps": 500,
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.9811320754716981,
|
13 |
+
"eval_accuracy": 0.5775862068965517,
|
14 |
+
"eval_loss": 0.6792163848876953,
|
15 |
+
"eval_runtime": 20.3957,
|
16 |
+
"eval_samples_per_second": 51.187,
|
17 |
+
"eval_steps_per_second": 1.618,
|
18 |
"step": 13
|
19 |
}
|
20 |
],
|
21 |
"logging_steps": 500,
|
22 |
+
"max_steps": 13,
|
23 |
"num_input_tokens_seen": 0,
|
24 |
+
"num_train_epochs": 1,
|
25 |
"save_steps": 500,
|
26 |
"total_flos": 0,
|
27 |
"train_batch_size": 64,
|
28 |
"trial_name": null,
|
29 |
"trial_params": {
|
30 |
+
"learning_rate": 6.432402847051035e-05,
|
31 |
+
"num_train_epochs": 1,
|
32 |
"per_device_train_batch_size": 64,
|
33 |
+
"seed": 34
|
34 |
}
|
35 |
}
|
run-0/checkpoint-13/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa84561d988a5a950451ae9b0bac4547bd7cb07e1811e48298c1b69c48164a56
|
3 |
size 4984
|
run-1/checkpoint-104/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model:
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: bert-base-uncased
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
run-1/checkpoint-104/adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -11,12 +11,12 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bert-base-uncased",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
run-1/checkpoint-104/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5e67f011769bccf8fbfe5ff4a3e8b3ed46974895e2664661206009039349103
|
3 |
+
size 2372416
|
run-1/checkpoint-104/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ff7136e4240c6ff9b4bf0f76c2cbc0eda49459ab81173d0e6207555da79118b
|
3 |
+
size 1251642
|
run-1/checkpoint-104/rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb469aba7ce04aec96c43a317fbd7e4ebaacde06783df3921ea19c0af6d920cc
|
3 |
size 14244
|
run-1/checkpoint-104/scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd97622fd52a33609f7b058ef87bad5c4a65e629b6f43832c1c2d3e7b051ca7c
|
3 |
size 1064
|
run-1/checkpoint-104/trainer_state.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
-
"best_model_checkpoint": "bert-finetuned-spam/run-1/checkpoint-
|
4 |
-
"epoch":
|
5 |
"eval_steps": 500,
|
6 |
"global_step": 104,
|
7 |
"is_hyper_param_search": true,
|
@@ -10,35 +10,26 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.9952153110047847,
|
13 |
-
"eval_accuracy": 0.
|
14 |
-
"eval_loss":
|
15 |
-
"eval_runtime":
|
16 |
-
"eval_samples_per_second":
|
17 |
-
"eval_steps_per_second":
|
18 |
-
"step": 52
|
19 |
-
},
|
20 |
-
{
|
21 |
-
"epoch": 1.9904306220095693,
|
22 |
-
"eval_accuracy": 0.47399640503295387,
|
23 |
-
"eval_loss": NaN,
|
24 |
-
"eval_runtime": 103.5051,
|
25 |
-
"eval_samples_per_second": 161.248,
|
26 |
-
"eval_steps_per_second": 20.163,
|
27 |
"step": 104
|
28 |
}
|
29 |
],
|
30 |
"logging_steps": 500,
|
31 |
-
"max_steps":
|
32 |
"num_input_tokens_seen": 0,
|
33 |
"num_train_epochs": 2,
|
34 |
"save_steps": 500,
|
35 |
"total_flos": 0,
|
36 |
-
"train_batch_size":
|
37 |
"trial_name": null,
|
38 |
"trial_params": {
|
39 |
-
"learning_rate":
|
40 |
"num_train_epochs": 2,
|
41 |
-
"per_device_train_batch_size":
|
42 |
-
"seed":
|
43 |
}
|
44 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.4885057471264368,
|
3 |
+
"best_model_checkpoint": "bert-finetuned-spam/run-1/checkpoint-104",
|
4 |
+
"epoch": 0.9952153110047847,
|
5 |
"eval_steps": 500,
|
6 |
"global_step": 104,
|
7 |
"is_hyper_param_search": true,
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.9952153110047847,
|
13 |
+
"eval_accuracy": 0.4885057471264368,
|
14 |
+
"eval_loss": 0.6971799731254578,
|
15 |
+
"eval_runtime": 20.2395,
|
16 |
+
"eval_samples_per_second": 51.582,
|
17 |
+
"eval_steps_per_second": 1.63,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"step": 104
|
19 |
}
|
20 |
],
|
21 |
"logging_steps": 500,
|
22 |
+
"max_steps": 208,
|
23 |
"num_input_tokens_seen": 0,
|
24 |
"num_train_epochs": 2,
|
25 |
"save_steps": 500,
|
26 |
"total_flos": 0,
|
27 |
+
"train_batch_size": 8,
|
28 |
"trial_name": null,
|
29 |
"trial_params": {
|
30 |
+
"learning_rate": 1.0294379557649764e-06,
|
31 |
"num_train_epochs": 2,
|
32 |
+
"per_device_train_batch_size": 8,
|
33 |
+
"seed": 39
|
34 |
}
|
35 |
}
|
run-1/checkpoint-104/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa09b21119024cccc386165022e2ff4819a3a190a502f385dee6c2c3a6e3966
|
3 |
size 4984
|
run-1/checkpoint-208/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: bert-base-uncased
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
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]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.10.0
|
run-1/checkpoint-208/adapter_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bert-base-uncased",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"value",
|
24 |
+
"query"
|
25 |
+
],
|
26 |
+
"task_type": "SEQ_CLS",
|
27 |
+
"use_dora": false,
|
28 |
+
"use_rslora": false
|
29 |
+
}
|
run-1/checkpoint-208/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3621e6019e73eedc9ed0831328d41ed88e4eeffe2289378c69374eaf4909aebb
|
3 |
+
size 2372416
|
run-1/checkpoint-208/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a085c21a0ece2ab8d72b7e39ce3bf385f58f51e9cd944c8f898ec2ec6fc1628
|
3 |
+
size 1251642
|
run-1/checkpoint-208/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e641c1b2feb84b6347efbc01214adada85ff1da1bc1164d84dfc8315b6b3060
|
3 |
+
size 14244
|
run-1/checkpoint-208/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c59cfc3ec3bddd1071d2fd29535121ac050e97e059528fc2abc4cfc3aa71ba3
|
3 |
+
size 1064
|
run-1/checkpoint-208/special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
run-1/checkpoint-208/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run-1/checkpoint-208/tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
run-1/checkpoint-208/trainer_state.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.5009578544061303,
|
3 |
+
"best_model_checkpoint": "bert-finetuned-spam/run-1/checkpoint-208",
|
4 |
+
"epoch": 1.9904306220095693,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 208,
|
7 |
+
"is_hyper_param_search": true,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.9952153110047847,
|
13 |
+
"eval_accuracy": 0.4885057471264368,
|
14 |
+
"eval_loss": 0.6971799731254578,
|
15 |
+
"eval_runtime": 20.2395,
|
16 |
+
"eval_samples_per_second": 51.582,
|
17 |
+
"eval_steps_per_second": 1.63,
|
18 |
+
"step": 104
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"epoch": 1.9904306220095693,
|
22 |
+
"eval_accuracy": 0.5009578544061303,
|
23 |
+
"eval_loss": 0.6964148879051208,
|
24 |
+
"eval_runtime": 20.2954,
|
25 |
+
"eval_samples_per_second": 51.44,
|
26 |
+
"eval_steps_per_second": 1.626,
|
27 |
+
"step": 208
|
28 |
+
}
|
29 |
+
],
|
30 |
+
"logging_steps": 500,
|
31 |
+
"max_steps": 208,
|
32 |
+
"num_input_tokens_seen": 0,
|
33 |
+
"num_train_epochs": 2,
|
34 |
+
"save_steps": 500,
|
35 |
+
"total_flos": 0,
|
36 |
+
"train_batch_size": 8,
|
37 |
+
"trial_name": null,
|
38 |
+
"trial_params": {
|
39 |
+
"learning_rate": 1.0294379557649764e-06,
|
40 |
+
"num_train_epochs": 2,
|
41 |
+
"per_device_train_batch_size": 8,
|
42 |
+
"seed": 39
|
43 |
+
}
|
44 |
+
}
|
run-1/checkpoint-208/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa09b21119024cccc386165022e2ff4819a3a190a502f385dee6c2c3a6e3966
|
3 |
+
size 4984
|
run-1/checkpoint-208/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run-2/checkpoint-13/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model:
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: bert-base-uncased
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
run-2/checkpoint-13/adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -11,12 +11,12 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bert-base-uncased",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
run-2/checkpoint-13/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1da2935bc931a3435f713e01db818603a58e0f3579ff3f6a098dab4d8f8accb9
|
3 |
+
size 2372416
|
run-2/checkpoint-13/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c15b8a92746f64670ba869fca776ec0a3c3ab59dd503ce8e99c24ea6e36a38f
|
3 |
+
size 1251642
|
run-2/checkpoint-13/rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14308
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67e11968e806a7a000fa93c4037a7671c7e925037c8a582ffbe5bba544c0859d
|
3 |
size 14308
|
run-2/checkpoint-13/scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01110c5a18e0f34fa429a404a88535e918e9095764ceb01044d6d53c39ced63b
|
3 |
size 1064
|
run-2/checkpoint-13/trainer_state.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
"best_model_checkpoint": "bert-finetuned-spam/run-2/checkpoint-13",
|
4 |
"epoch": 0.9811320754716981,
|
5 |
"eval_steps": 500,
|
@@ -10,11 +10,11 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.9811320754716981,
|
13 |
-
"eval_accuracy": 0.
|
14 |
-
"eval_loss": 0.
|
15 |
-
"eval_runtime":
|
16 |
-
"eval_samples_per_second":
|
17 |
-
"eval_steps_per_second":
|
18 |
"step": 13
|
19 |
}
|
20 |
],
|
@@ -27,9 +27,9 @@
|
|
27 |
"train_batch_size": 64,
|
28 |
"trial_name": null,
|
29 |
"trial_params": {
|
30 |
-
"learning_rate":
|
31 |
"num_train_epochs": 3,
|
32 |
"per_device_train_batch_size": 64,
|
33 |
-
"seed":
|
34 |
}
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.5201149425287356,
|
3 |
"best_model_checkpoint": "bert-finetuned-spam/run-2/checkpoint-13",
|
4 |
"epoch": 0.9811320754716981,
|
5 |
"eval_steps": 500,
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.9811320754716981,
|
13 |
+
"eval_accuracy": 0.5201149425287356,
|
14 |
+
"eval_loss": 0.7263713479042053,
|
15 |
+
"eval_runtime": 20.2886,
|
16 |
+
"eval_samples_per_second": 51.457,
|
17 |
+
"eval_steps_per_second": 1.627,
|
18 |
"step": 13
|
19 |
}
|
20 |
],
|
|
|
27 |
"train_batch_size": 64,
|
28 |
"trial_name": null,
|
29 |
"trial_params": {
|
30 |
+
"learning_rate": 3.1436979979087796e-05,
|
31 |
"num_train_epochs": 3,
|
32 |
"per_device_train_batch_size": 64,
|
33 |
+
"seed": 32
|
34 |
}
|
35 |
}
|
run-2/checkpoint-13/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de4e41e121af7a82574e2467a1ce497f08ca103ccd86549bda68b0f3024fe148
|
3 |
size 4984
|
run-2/checkpoint-26/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model:
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: bert-base-uncased
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
run-2/checkpoint-26/adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -11,12 +11,12 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bert-base-uncased",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
run-2/checkpoint-26/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1a23203eb40b70fb77d7503a05bc7fa998f71e0ff59c5f910b09edb8163feb3
|
3 |
+
size 2372416
|
run-2/checkpoint-26/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac5eeea7e38b5cad22e0844ee77a5b2cd28530ee21083d9fa700bd675d2fe911
|
3 |
+
size 1251642
|
run-2/checkpoint-26/rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14308
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ad339b79f0981aad0a4d83283fb386e740d68c8df504f88c644cdc2e492d1f1
|
3 |
size 14308
|
run-2/checkpoint-26/scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e4c404220a13c60dd4c1e014a4e2962e1a3f91e01e65e091e3e53a1548a776d
|
3 |
size 1064
|
run-2/checkpoint-26/trainer_state.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
"best_model_checkpoint": "bert-finetuned-spam/run-2/checkpoint-13",
|
4 |
"epoch": 1.9622641509433962,
|
5 |
"eval_steps": 500,
|
@@ -10,20 +10,20 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.9811320754716981,
|
13 |
-
"eval_accuracy": 0.
|
14 |
-
"eval_loss": 0.
|
15 |
-
"eval_runtime":
|
16 |
-
"eval_samples_per_second":
|
17 |
-
"eval_steps_per_second":
|
18 |
"step": 13
|
19 |
},
|
20 |
{
|
21 |
"epoch": 1.9622641509433962,
|
22 |
-
"eval_accuracy": 0.
|
23 |
-
"eval_loss": 0.
|
24 |
-
"eval_runtime":
|
25 |
-
"eval_samples_per_second":
|
26 |
-
"eval_steps_per_second":
|
27 |
"step": 26
|
28 |
}
|
29 |
],
|
@@ -36,9 +36,9 @@
|
|
36 |
"train_batch_size": 64,
|
37 |
"trial_name": null,
|
38 |
"trial_params": {
|
39 |
-
"learning_rate":
|
40 |
"num_train_epochs": 3,
|
41 |
"per_device_train_batch_size": 64,
|
42 |
-
"seed":
|
43 |
}
|
44 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.5201149425287356,
|
3 |
"best_model_checkpoint": "bert-finetuned-spam/run-2/checkpoint-13",
|
4 |
"epoch": 1.9622641509433962,
|
5 |
"eval_steps": 500,
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.9811320754716981,
|
13 |
+
"eval_accuracy": 0.5201149425287356,
|
14 |
+
"eval_loss": 0.7263713479042053,
|
15 |
+
"eval_runtime": 20.2886,
|
16 |
+
"eval_samples_per_second": 51.457,
|
17 |
+
"eval_steps_per_second": 1.627,
|
18 |
"step": 13
|
19 |
},
|
20 |
{
|
21 |
"epoch": 1.9622641509433962,
|
22 |
+
"eval_accuracy": 0.5191570881226054,
|
23 |
+
"eval_loss": 0.709879457950592,
|
24 |
+
"eval_runtime": 20.2957,
|
25 |
+
"eval_samples_per_second": 51.44,
|
26 |
+
"eval_steps_per_second": 1.626,
|
27 |
"step": 26
|
28 |
}
|
29 |
],
|
|
|
36 |
"train_batch_size": 64,
|
37 |
"trial_name": null,
|
38 |
"trial_params": {
|
39 |
+
"learning_rate": 3.1436979979087796e-05,
|
40 |
"num_train_epochs": 3,
|
41 |
"per_device_train_batch_size": 64,
|
42 |
+
"seed": 32
|
43 |
}
|
44 |
}
|
run-2/checkpoint-26/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de4e41e121af7a82574e2467a1ce497f08ca103ccd86549bda68b0f3024fe148
|
3 |
size 4984
|
run-2/checkpoint-39/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model:
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: bert-base-uncased
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
run-2/checkpoint-39/adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -11,12 +11,12 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bert-base-uncased",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
run-2/checkpoint-39/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b6cc571f370a6baf0e19621db0bfc73e3f81ba783f637dfe15e95da0317b52f
|
3 |
+
size 2372416
|
run-2/checkpoint-39/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e72b716e36315a289aa6696c501d4e4aca5db77ae4a6cb8bae371f6614c6741
|
3 |
+
size 1251642
|
run-2/checkpoint-39/rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14308
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92bb0676550c784abaf5c45b9426aa78770d086b16039e37541efff3235add74
|
3 |
size 14308
|