wzkariampuzha commited on
Commit
f040195
1 Parent(s): ddd6e0e

Upload wandb-metadata.json

Browse files
Files changed (1) hide show
  1. wandb-metadata.json +58 -0
wandb-metadata.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-3.10.0-1160.49.1.el7.x86_64-x86_64-with-centos-7.9.2009-Core",
3
+ "python": "3.6.8",
4
+ "heartbeatAt": "2022-01-12T22:57:00.144248",
5
+ "startedAt": "2022-01-12T22:56:56.829285",
6
+ "docker": null,
7
+ "gpu": "Tesla V100-SXM2-16GB",
8
+ "gpu_count": 1,
9
+ "cpu_count": 8,
10
+ "cuda": null,
11
+ "args": [
12
+ "--data_dir",
13
+ "../datasets/epi_gold-dz/",
14
+ "--labels",
15
+ "../datasets/epi_gold-dz/labels.txt",
16
+ "--model_name_or_path",
17
+ "dmis-lab/biobert-large-cased-v1.1",
18
+ "--lr_scheduler_type",
19
+ "linear",
20
+ "--warmup_ratio",
21
+ "0.06",
22
+ "--learning_rate",
23
+ "3e-5",
24
+ "--output_dir",
25
+ "./o14",
26
+ "--log_level",
27
+ "debug",
28
+ "--weight_decay",
29
+ "0.01",
30
+ "--adam_epsilon",
31
+ "1e-6",
32
+ "--max_seq_length",
33
+ "128",
34
+ "--num_train_epochs",
35
+ "4",
36
+ "--per_device_train_batch_size",
37
+ "16",
38
+ "--gradient_accumulation_steps",
39
+ "1",
40
+ "--gradient_checkpointing",
41
+ "True",
42
+ "--debug",
43
+ "underflow_overflow",
44
+ "--save_steps",
45
+ "1500",
46
+ "--seed",
47
+ "42",
48
+ "--do_train",
49
+ "--do_eval",
50
+ "--overwrite_output_dir"
51
+ ],
52
+ "state": "running",
53
+ "program": "run_ner.py",
54
+ "codePath": "run_ner.py",
55
+ "host": "ip-10-9-1-9.ec2.internal",
56
+ "username": "wzkariampuzha",
57
+ "executable": "/usr/bin/python3"
58
+ }