GOVINDFROM commited on
Commit
f5daa90
verified
1 Parent(s): 67b6f08

Upload folder using huggingface_hub

Browse files
xlmr_phq9_bucket_mock/checkpoint-150/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLMRobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "PHQ9_0",
15
+ "1": "PHQ9_1",
16
+ "2": "PHQ9_2",
17
+ "3": "PHQ9_3"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "PHQ9_0": 0,
23
+ "PHQ9_1": 1,
24
+ "PHQ9_2": 2,
25
+ "PHQ9_3": 3
26
+ },
27
+ "layer_norm_eps": 1e-05,
28
+ "max_position_embeddings": 514,
29
+ "model_type": "xlm-roberta",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "output_past": true,
33
+ "pad_token_id": 1,
34
+ "position_embedding_type": "absolute",
35
+ "problem_type": "single_label_classification",
36
+ "transformers_version": "4.57.3",
37
+ "type_vocab_size": 1,
38
+ "use_cache": true,
39
+ "vocab_size": 250002
40
+ }
xlmr_phq9_bucket_mock/checkpoint-150/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc1f9d467b0be97a047bbb651c52cdfee056019041c1a80bf86e25f65798f4ad
3
+ size 1112211160
xlmr_phq9_bucket_mock/checkpoint-150/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4082707d96b7b17fa76ba6cdea896578ff9fdadd2628007f5ae5278cbf5f8f9
3
+ size 2224545163
xlmr_phq9_bucket_mock/checkpoint-150/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f54ead80d75159a90a78faea6c2899170965018ea6548804afec09bd46da764f
3
+ size 14645
xlmr_phq9_bucket_mock/checkpoint-150/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f885c866d4a583bb5c55b8e50e4b81779038e1f0070d9faa7efbe59fd7bdac1f
3
+ size 1465
xlmr_phq9_bucket_mock/checkpoint-150/trainer_state.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 125,
3
+ "best_metric": 0.7687830687830688,
4
+ "best_model_checkpoint": "/content/drive/MyDrive/Papers/Depression/xlmr_phq9_bucket_mock/checkpoint-125",
5
+ "epoch": 6.0,
6
+ "eval_steps": 500,
7
+ "global_step": 150,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_accuracy": 0.26,
15
+ "eval_loss": 1.3907660245895386,
16
+ "eval_macro_f1": 0.10317460317460317,
17
+ "eval_runtime": 0.6399,
18
+ "eval_samples_per_second": 78.142,
19
+ "eval_steps_per_second": 6.251,
20
+ "step": 25
21
+ },
22
+ {
23
+ "epoch": 2.0,
24
+ "eval_accuracy": 0.4,
25
+ "eval_loss": 1.3775562047958374,
26
+ "eval_macro_f1": 0.2765261627906977,
27
+ "eval_runtime": 0.6537,
28
+ "eval_samples_per_second": 76.489,
29
+ "eval_steps_per_second": 6.119,
30
+ "step": 50
31
+ },
32
+ {
33
+ "epoch": 3.0,
34
+ "eval_accuracy": 0.48,
35
+ "eval_loss": 1.15605890750885,
36
+ "eval_macro_f1": 0.35091465173985803,
37
+ "eval_runtime": 0.6653,
38
+ "eval_samples_per_second": 75.15,
39
+ "eval_steps_per_second": 6.012,
40
+ "step": 75
41
+ },
42
+ {
43
+ "epoch": 4.0,
44
+ "eval_accuracy": 0.72,
45
+ "eval_loss": 0.8616082072257996,
46
+ "eval_macro_f1": 0.6201519069166128,
47
+ "eval_runtime": 0.6703,
48
+ "eval_samples_per_second": 74.59,
49
+ "eval_steps_per_second": 5.967,
50
+ "step": 100
51
+ },
52
+ {
53
+ "epoch": 5.0,
54
+ "eval_accuracy": 0.78,
55
+ "eval_loss": 0.7243202328681946,
56
+ "eval_macro_f1": 0.7687830687830688,
57
+ "eval_runtime": 0.6725,
58
+ "eval_samples_per_second": 74.345,
59
+ "eval_steps_per_second": 5.948,
60
+ "step": 125
61
+ },
62
+ {
63
+ "epoch": 6.0,
64
+ "eval_accuracy": 0.74,
65
+ "eval_loss": 0.6709436774253845,
66
+ "eval_macro_f1": 0.7134653292105126,
67
+ "eval_runtime": 0.6648,
68
+ "eval_samples_per_second": 75.21,
69
+ "eval_steps_per_second": 6.017,
70
+ "step": 150
71
+ }
72
+ ],
73
+ "logging_steps": 500,
74
+ "max_steps": 150,
75
+ "num_input_tokens_seen": 0,
76
+ "num_train_epochs": 6,
77
+ "save_steps": 500,
78
+ "stateful_callbacks": {
79
+ "TrainerControl": {
80
+ "args": {
81
+ "should_epoch_stop": false,
82
+ "should_evaluate": false,
83
+ "should_log": false,
84
+ "should_save": true,
85
+ "should_training_stop": true
86
+ },
87
+ "attributes": {}
88
+ }
89
+ },
90
+ "total_flos": 157869468057600.0,
91
+ "train_batch_size": 8,
92
+ "trial_name": null,
93
+ "trial_params": null
94
+ }
xlmr_phq9_bucket_mock/checkpoint-150/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcabbcfe2c1c4d819e83e8a5fa7c0ddc86296e20e5f8525e3688d7c099e50e19
3
+ size 5905