aoiferyan commited on
Commit
29379cc
1 Parent(s): efcb580

Training in progress, epoch 2

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73e847162584a63fc2b5ba5e89709a11e8088b406ea094129b0c68313a2d0e39
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92437c70ed70c1376223ded7a486f40caf899afc7a9a81ac0c41b5b333bcb2ba
3
  size 267832560
run-0/checkpoint-188/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.2",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-188/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92437c70ed70c1376223ded7a486f40caf899afc7a9a81ac0c41b5b333bcb2ba
3
+ size 267832560
run-0/checkpoint-188/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90328a129a12021acc4a3fbfe6efde33b5b1bc180233923c8d2d98f221fb5c5f
3
+ size 535727290
run-0/checkpoint-188/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19510c438ef4ab6c3cf8a277b989da9ea2b7fd7f7e67c219fa1a9557e404f745
3
+ size 14244
run-0/checkpoint-188/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb39c66480bf8de3e936eec3f680f6b904c7b202cfedf3a61b81d8e527934ce8
3
+ size 1064
run-0/checkpoint-188/trainer_state.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 188,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.8344827586206897,
14
+ "eval_f1": 0.8345990695128626,
15
+ "eval_loss": 0.36505451798439026,
16
+ "eval_precision": 0.8347741140987747,
17
+ "eval_recall": 0.8344827586206897,
18
+ "eval_runtime": 6.2346,
19
+ "eval_samples_per_second": 162.801,
20
+ "eval_steps_per_second": 20.37,
21
+ "step": 94
22
+ },
23
+ {
24
+ "epoch": 2.0,
25
+ "eval_accuracy": 0.8443349753694581,
26
+ "eval_f1": 0.8446557137443836,
27
+ "eval_loss": 0.35532429814338684,
28
+ "eval_precision": 0.8456343508178881,
29
+ "eval_recall": 0.8443349753694581,
30
+ "eval_runtime": 6.3305,
31
+ "eval_samples_per_second": 160.334,
32
+ "eval_steps_per_second": 20.062,
33
+ "step": 188
34
+ }
35
+ ],
36
+ "logging_steps": 500,
37
+ "max_steps": 188,
38
+ "num_input_tokens_seen": 0,
39
+ "num_train_epochs": 2,
40
+ "save_steps": 500,
41
+ "stateful_callbacks": {
42
+ "TrainerControl": {
43
+ "args": {
44
+ "should_epoch_stop": false,
45
+ "should_evaluate": false,
46
+ "should_log": false,
47
+ "should_save": true,
48
+ "should_training_stop": true
49
+ },
50
+ "attributes": {}
51
+ }
52
+ },
53
+ "total_flos": 0,
54
+ "train_batch_size": 32,
55
+ "trial_name": null,
56
+ "trial_params": {
57
+ "learning_rate": 3.9540891862156024e-05,
58
+ "num_train_epochs": 2,
59
+ "per_device_train_batch_size": 32
60
+ }
61
+ }
run-0/checkpoint-188/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f6208cda24d8fa7973d51f688e4629da400fdd1e533b33bcb3230b504718b42
3
+ size 5240
runs/Sep25_10-49-38_40a6cf7e9f4d/events.out.tfevents.1727261380.40a6cf7e9f4d.32062.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:769295d2508a1274574caa73ac0478fe5d092df64ccfc8c5936bc5a08bb5db2a
3
- size 5331
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fda01aa5ef0843c96ed15999f7c53da7e2f5e9a951fc33a2e120c33cd25f0e0
3
+ size 6157