naghamghanim commited on
Commit
2d2ee3e
·
verified ·
1 Parent(s): 1e43d9a

Upload 14 files

Browse files
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoints/checkpoint_2.pt filter=lfs diff=lfs merge=lfs -text
args.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_path": "/var/home/nhamad/SharedTask2024/nested-final2/output-nested",
3
+ "train_path": "/var/home/nhamad/SharedTask2024/nested-final2/train.txt",
4
+ "val_path": "/var/home/nhamad/SharedTask2024/nested-final2/val.txt",
5
+ "test_path": "/var/home/nhamad/SharedTask2024/nested-final2/test.txt",
6
+ "bert_model": "aubmindlab/bert-base-arabertv2",
7
+ "gpus": [
8
+ 0
9
+ ],
10
+ "log_interval": 10,
11
+ "batch_size": 8,
12
+ "num_workers": 0,
13
+ "data_config": {
14
+ "fn": "arabiner.data.datasets.NestedTagsDataset",
15
+ "kwargs": {
16
+ "max_seq_len": 512
17
+ }
18
+ },
19
+ "trainer_config": {
20
+ "fn": "arabiner.trainers.BertNestedTrainer",
21
+ "kwargs": {
22
+ "max_epochs": 50
23
+ }
24
+ },
25
+ "network_config": {
26
+ "fn": "arabiner.nn.BertNestedTagger",
27
+ "kwargs": {
28
+ "dropout": 0.1,
29
+ "bert_model": "aubmindlab/bert-base-arabertv2",
30
+ "num_labels": [
31
+ 4,
32
+ 4,
33
+ 4,
34
+ 4,
35
+ 4,
36
+ 4,
37
+ 4,
38
+ 4,
39
+ 4,
40
+ 4,
41
+ 4,
42
+ 4,
43
+ 4,
44
+ 4,
45
+ 4,
46
+ 4,
47
+ 4,
48
+ 4,
49
+ 4,
50
+ 3,
51
+ 4,
52
+ 4,
53
+ 4,
54
+ 4,
55
+ 4,
56
+ 4,
57
+ 4,
58
+ 4,
59
+ 4,
60
+ 4,
61
+ 4,
62
+ 4,
63
+ 4,
64
+ 4,
65
+ 4,
66
+ 4,
67
+ 4,
68
+ 4,
69
+ 3,
70
+ 4,
71
+ 4,
72
+ 4,
73
+ 4,
74
+ 4,
75
+ 4,
76
+ 4,
77
+ 4,
78
+ 4,
79
+ 4,
80
+ 4,
81
+ 4,
82
+ 4,
83
+ 4
84
+ ]
85
+ }
86
+ },
87
+ "optimizer": {
88
+ "fn": "torch.optim.AdamW",
89
+ "kwargs": {
90
+ "lr": 0.0001
91
+ }
92
+ },
93
+ "lr_scheduler": {
94
+ "fn": "torch.optim.lr_scheduler.ExponentialLR",
95
+ "kwargs": {
96
+ "gamma": 1
97
+ }
98
+ },
99
+ "loss": {
100
+ "fn": "torch.nn.CrossEntropyLoss",
101
+ "kwargs": {}
102
+ },
103
+ "overwrite": false,
104
+ "seed": 1
105
+ }
checkpoints/checkpoint_2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78d643c59a0afb74388cd5944698de66046da7d933ae6a54bca32d92d5945fdc
3
+ size 1619915935
tag_vocab.pkl ADDED
Binary file (9.23 kB). View file
 
tensorboard/Loss_test_loss/events.out.tfevents.1711477251.clnt01-x2f14aaa794.784464.3 ADDED
Binary file (217 Bytes). View file
 
tensorboard/Loss_train_loss/events.out.tfevents.1711477251.clnt01-x2f14aaa794.784464.1 ADDED
Binary file (391 Bytes). View file
 
tensorboard/Loss_val_loss/events.out.tfevents.1711477251.clnt01-x2f14aaa794.784464.2 ADDED
Binary file (391 Bytes). View file
 
tensorboard/Metrics_test_micro_f1/events.out.tfevents.1711477251.clnt01-x2f14aaa794.784464.7 ADDED
Binary file (226 Bytes). View file
 
tensorboard/Metrics_test_precision/events.out.tfevents.1711477251.clnt01-x2f14aaa794.784464.8 ADDED
Binary file (226 Bytes). View file
 
tensorboard/Metrics_test_recall/events.out.tfevents.1711477251.clnt01-x2f14aaa794.784464.9 ADDED
Binary file (226 Bytes). View file
 
tensorboard/Metrics_val_micro_f1/events.out.tfevents.1711477251.clnt01-x2f14aaa794.784464.4 ADDED
Binary file (412 Bytes). View file
 
tensorboard/Metrics_val_precision/events.out.tfevents.1711477251.clnt01-x2f14aaa794.784464.5 ADDED
Binary file (412 Bytes). View file
 
tensorboard/Metrics_val_recall/events.out.tfevents.1711477251.clnt01-x2f14aaa794.784464.6 ADDED
Binary file (412 Bytes). View file
 
tensorboard/events.out.tfevents.1711476239.clnt01-x2f14aaa794.784464.0 ADDED
Binary file (88 Bytes). View file
 
train.log ADDED
The diff for this file is too large to render. See raw diff