kristmh commited on
Commit
d0f9533
1 Parent(s): 06be94c

Training in progress, epoch 1

Browse files
emissions.csv CHANGED
@@ -1,3 +1,4 @@
1
  timestamp,project_name,run_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
2
  2024-03-20T11:01:49,codecarbon,b81813c9-ab45-4ccc-83d8-f2a4316cf89f,58.719741344451904,0.0001371672341424,2.3359645496020573e-06,42.5,163.5453820128516,96.0,0.000693154864841,0.0027206010653682,0.001565091044108,0.0049788469743173,Norway,NOR,viken,,,Linux-5.14.0-362.8.1.el9_3.x86_64-x86_64-with-glibc2.34,3.11.3,2.3.4,24,AMD EPYC 7642 48-Core Processor,1,1 x NVIDIA A100-PCIE-40GB,10.8034,59.6573,256,machine,N,1.0
3
- 2024-03-20T11:05:19,codecarbon,6c2c2758-17f0-4446-8584-48873e3efe79,58.880845069885254,0.0001376040301180982,2.336991426579849e-06,42.5,164.69223718998342,96.0,0.000695071282154984,0.0027303655176247332,0.0015692648379007977,0.004994701637680515,Norway,NOR,viken,,,Linux-5.14.0-362.8.1.el9_3.x86_64-x86_64-with-glibc2.34,3.11.3,2.3.4,24,AMD EPYC 7642 48-Core Processor,1,1 x NVIDIA A100-PCIE-40GB,10.8034,59.6573,256,machine,N,1.0
 
 
1
  timestamp,project_name,run_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
2
  2024-03-20T11:01:49,codecarbon,b81813c9-ab45-4ccc-83d8-f2a4316cf89f,58.719741344451904,0.0001371672341424,2.3359645496020573e-06,42.5,163.5453820128516,96.0,0.000693154864841,0.0027206010653682,0.001565091044108,0.0049788469743173,Norway,NOR,viken,,,Linux-5.14.0-362.8.1.el9_3.x86_64-x86_64-with-glibc2.34,3.11.3,2.3.4,24,AMD EPYC 7642 48-Core Processor,1,1 x NVIDIA A100-PCIE-40GB,10.8034,59.6573,256,machine,N,1.0
3
+ 2024-03-20T11:05:19,codecarbon,6c2c2758-17f0-4446-8584-48873e3efe79,58.88084506988525,0.000137604030118,2.336991426579849e-06,42.5,164.69223718998342,96.0,0.0006950712821549,0.0027303655176247,0.0015692648379007,0.0049947016376805,Norway,NOR,viken,,,Linux-5.14.0-362.8.1.el9_3.x86_64-x86_64-with-glibc2.34,3.11.3,2.3.4,24,AMD EPYC 7642 48-Core Processor,1,1 x NVIDIA A100-PCIE-40GB,10.8034,59.6573,256,machine,N,1.0
4
+ 2024-03-20T11:06:12,codecarbon,8c5cd6be-b949-4d3e-aeee-44d3635c6e6a,23.822866678237915,5.516064570736377e-05,2.3154495406614006e-06,42.5,164.7951544056971,96.0,0.0002812162867850728,0.0010861108688864363,0.0006348741404215495,0.002002201296093059,Norway,NOR,viken,,,Linux-5.14.0-362.8.1.el9_3.x86_64-x86_64-with-glibc2.34,3.11.3,2.3.4,24,AMD EPYC 7642 48-Core Processor,1,1 x NVIDIA A100-PCIE-40GB,10.8034,59.6573,256,machine,N,1.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44085a9e06281f621e40dbb3f78797b2409634448ac9deac09a4392aedf646ad
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a89af68d9690511248f1b7871cfa3b08881d959960d0785c6b458145ae4566
3
  size 267832560
run-0/checkpoint-535/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.38.2",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-535/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a89af68d9690511248f1b7871cfa3b08881d959960d0785c6b458145ae4566
3
+ size 267832560
run-0/checkpoint-535/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bb20422aba0f2c699175f897f856d13235ca281d52b3af3dd019cbaf8950497
3
+ size 535727290
run-0/checkpoint-535/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629119240156f5bdd665de8b1edbd1247dc5d4322a8f37d92132ef93df16ea3a
3
+ size 14244
run-0/checkpoint-535/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39b5c50cc84c95dc7201d769aa1513c6c689feb8184c80ed38fd03e5e89c9a65
3
+ size 1064
run-0/checkpoint-535/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-0/checkpoint-535/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-535/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-535/trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.40760885904937505,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-535",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 535,
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.93,
13
+ "grad_norm": 3.8641507625579834,
14
+ "learning_rate": 3.8123782979849475e-05,
15
+ "loss": 0.553,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.48692557215690613,
21
+ "eval_matthews_correlation": 0.40760885904937505,
22
+ "eval_runtime": 0.3431,
23
+ "eval_samples_per_second": 3040.316,
24
+ "eval_steps_per_second": 192.388,
25
+ "step": 535
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 1070,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 2,
32
+ "save_steps": 500,
33
+ "total_flos": 42973252045248.0,
34
+ "train_batch_size": 16,
35
+ "trial_name": null,
36
+ "trial_params": {
37
+ "learning_rate": 7.156569787445428e-05,
38
+ "num_train_epochs": 2,
39
+ "per_device_train_batch_size": 16,
40
+ "seed": 15
41
+ }
42
+ }
run-0/checkpoint-535/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db6bf6817bccd2005511528ed19af7abcd039666b6ad32830f38a36242c1637
3
+ size 4984
run-0/checkpoint-535/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e966bd13fe99ec138cfa4cf5ef74fa9a5d3dad47932168ad43b74d576a91e594
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db6bf6817bccd2005511528ed19af7abcd039666b6ad32830f38a36242c1637
3
  size 4984