naghamghanim commited on
Commit
20d337f
·
verified ·
1 Parent(s): 9db2127

Upload output directory

Browse files
args.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_path": "/content/output/",
3
+ "train_path": "/content/ArabicNER/ANERCorp/train.txt",
4
+ "test_path": "/content/ArabicNER/ANERCorp/test.txt",
5
+ "val_path": "/content/ArabicNER/ANERCorp/val.txt",
6
+ "seed": 1,
7
+ "max_epochs": 50,
8
+ "batch_size": 8,
9
+ "bert_model": "UBC-NLP/ARBERTv2",
10
+ "num_workers": 1,
11
+ "gpus": [
12
+ 0
13
+ ],
14
+ "learning_rate": 1e-05,
15
+ "max_seq_len": 512,
16
+ "overwrite": "True",
17
+ "log_interval": 10,
18
+ "network_config": {
19
+ "fn": "arabiner.nn.BertSeqTagger",
20
+ "kwargs": {
21
+ "dropout": 0.1,
22
+ "bert_model": "aubmindlab/bert-base-arabertv2",
23
+ "num_labels": 9
24
+ }
25
+ },
26
+ "optimizer_config": {
27
+ "fn": "torch.optim.Adam",
28
+ "kwargs": {
29
+ "lr": 1e-05
30
+ }
31
+ },
32
+ "trainer_config": {
33
+ "fn": "arabiner.trainers.BertTrainer",
34
+ "kwargs": {
35
+ "max_epochs": 50
36
+ }
37
+ },
38
+ "data_config": {
39
+ "fn": "arabiner.data.datasets.DefaultDataset",
40
+ "kwargs": {
41
+ "max_seq_len": 512,
42
+ "bert_model": "aubmindlab/bert-base-arabertv2"
43
+ }
44
+ },
45
+ "optimizer": {
46
+ "fn": "torch.optim.AdamW",
47
+ "kwargs": {
48
+ "lr": 1e-05
49
+ }
50
+ },
51
+ "lr_scheduler": {
52
+ "fn": "torch.optim.lr_scheduler.ExponentialLR",
53
+ "kwargs": {
54
+ "gamma": 1
55
+ }
56
+ },
57
+ "loss": {
58
+ "fn": "torch.nn.CrossEntropyLoss",
59
+ "kwargs": {}
60
+ }
61
+ }
checkpoints/checkpoint_0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008d6644ba871566b12c06797718dd8ff1a808c941ee0d356144f08c7d0ec38e
3
+ size 1617934624
checkpoints/checkpoint_1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e4098b6e902cf0db4c4d175ad6f4480f3120be2bb3c16fe7cb3d6bd567467b
3
+ size 1617934624
checkpoints/checkpoint_2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0974205d40b9a40f38748c8ec4ee5d07786d7f8de9f03ecc2ff9b84505ac7331
3
+ size 1617934624
checkpoints/checkpoint_3.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9597a2c40ade3ceea5978b815288e04c39c83fbc72bc36a0514dff352d888e54
3
+ size 1617934624
checkpoints/checkpoint_5.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83742a4dc6a6680de18439416772c3885d8dd16d41ae49f6469a15fb3abe5be3
3
+ size 1617934624
predictions.txt ADDED
The diff for this file is too large to render. See raw diff
 
tag_vocab.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5544d1286da1140172e0a81a53567b9ae487fbbf03fd5646ed0ff9dae4e0d343
3
+ size 1360
tensorboard/Loss_test_loss/events.out.tfevents.1739299497.6359aa75c4ad.447.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af614df4fb754b3505e9d8793298b77614201acc4982c3d396a35ad087447212
3
+ size 303
tensorboard/Loss_train_loss/events.out.tfevents.1739299497.6359aa75c4ad.447.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfce625f0decaa6cfb8c5cca969ee9c7069f5855060d95118e0a8bd9f071b6ae
3
+ size 518
tensorboard/Loss_val_loss/events.out.tfevents.1739299497.6359aa75c4ad.447.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32eb04bc054facdc2519329a1d10abd6d517f300438f80bfeb570f51f3b95282
3
+ size 518
tensorboard/Metrics_test_micro_f1/events.out.tfevents.1739299497.6359aa75c4ad.447.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5394d93f18f5d411316c4825b82f74271e64698009d93930ac273d2e994e2b8f
3
+ size 318
tensorboard/Metrics_test_precision/events.out.tfevents.1739299497.6359aa75c4ad.447.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6a816ce8de79b15632c290bd0d865c73522cd01e8e05755fba779a9048a5a67
3
+ size 318
tensorboard/Metrics_test_recall/events.out.tfevents.1739299497.6359aa75c4ad.447.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b20753346b633fa424f0c0504d981802a7e4c344a2903db7b9365cb701d068
3
+ size 318
tensorboard/Metrics_val_micro_f1/events.out.tfevents.1739299497.6359aa75c4ad.447.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94ce7baaaad4830c9bf03dbdd02fdf7d538954070bc07393e0d81df656f47064
3
+ size 548
tensorboard/Metrics_val_precision/events.out.tfevents.1739299497.6359aa75c4ad.447.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92bae5c22b62da538b166a9c31e08cd222bd0c297d12509eabca25499aaaf43f
3
+ size 548
tensorboard/Metrics_val_recall/events.out.tfevents.1739299497.6359aa75c4ad.447.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:825c279960f982ac4cdadc4b503af2888bdc719d6bb820d4c4d6f537f98ca318
3
+ size 548
tensorboard/events.out.tfevents.1739299367.6359aa75c4ad.447.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0edc8ee21e8a80f9438ad4584408a7d680cd03b989e9932a4a24032877a55a5c
3
+ size 88
train.log ADDED
The diff for this file is too large to render. See raw diff