naghamghanim commited on
Commit
174ecb2
·
1 Parent(s): b58aa6d

WojoodModel 1.0.8

Browse files
args.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_path": "/rep/nhamad/ArabicNER/newTraining/Wojoodoutput",
3
+ "train_path": "/rep/nhamad/ArabicNER/newTraining/train.txt",
4
+ "val_path": "/rep/nhamad/ArabicNER/newTraining/val.txt",
5
+ "test_path": "/rep/nhamad/ArabicNER/newTraining/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.DefaultDataset",
15
+ "kwargs": {
16
+ "max_seq_len": 512,
17
+ "bert_model": "aubmindlab/bert-base-arabertv2"
18
+ }
19
+ },
20
+ "trainer_config": {
21
+ "fn": "arabiner.trainers.BertTrainer",
22
+ "kwargs": {
23
+ "max_epochs": 50
24
+ }
25
+ },
26
+ "network_config": {
27
+ "fn": "arabiner.nn.BertSeqTagger",
28
+ "kwargs": {
29
+ "dropout": 0.1,
30
+ "bert_model": "aubmindlab/bert-base-arabertv2",
31
+ "num_labels": 43
32
+ }
33
+ },
34
+ "optimizer": {
35
+ "fn": "torch.optim.AdamW",
36
+ "kwargs": {
37
+ "lr": 1e-05
38
+ }
39
+ },
40
+ "lr_scheduler": {
41
+ "fn": "torch.optim.lr_scheduler.ExponentialLR",
42
+ "kwargs": {
43
+ "gamma": 1
44
+ }
45
+ },
46
+ "loss": {
47
+ "fn": "torch.nn.CrossEntropyLoss",
48
+ "kwargs": {}
49
+ },
50
+ "overwrite": false,
51
+ "seed": 1
52
+ }
checkpoints/checkpoint_0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6f92710c5838e7e28724764d17f3796960db6e0f163680f25c4582bcf6fa02
3
+ size 1618248352
checkpoints/checkpoint_1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d07a624938215aeca97c17b72bf4fa623a9803dc658041eede4fb565bed66a
3
+ size 1618248352
checkpoints/checkpoint_2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c211e06836719bdfb949e6049a7549c4c6cef7dcabf19e7f49bbe35f3f1d353
3
+ size 1618248352
tag_vocab.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38b808cb1e2f62a3390d2787205877749a5eadf8ec6d9aeac5f5e465eb6bf62e
3
+ size 2296
tensorboard/Loss_test_loss/events.out.tfevents.1761672384.ml-research-03.8144.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392a4776d1033b3c7ea8550023fcd2e2024bc5e0236d1d4d086a4bd7f10010a0
3
+ size 217
tensorboard/Loss_train_loss/events.out.tfevents.1761672384.ml-research-03.8144.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26459c3535a7246c7c3818ca03765048ba8f3735cc9b3f79282a70b5c384ee3
3
+ size 391
tensorboard/Loss_val_loss/events.out.tfevents.1761672384.ml-research-03.8144.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe459bc3b8476d308e5d5633247b9a5aa7bc75e648f94e68059738ca420fa88b
3
+ size 391
tensorboard/Metrics_test_micro_f1/events.out.tfevents.1761672384.ml-research-03.8144.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c14fcb7adc92b6ea5ce28fbf25b3e5773be23a5ac636ea047aaded8d7aacab9
3
+ size 226
tensorboard/Metrics_test_precision/events.out.tfevents.1761672384.ml-research-03.8144.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fd5022276a1747669b5613e3d875b0e42405213c31ff3cc5d7308569b68e955
3
+ size 226
tensorboard/Metrics_test_recall/events.out.tfevents.1761672384.ml-research-03.8144.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49c8af602c112c2535827cd80aeecefe17a0d97497df821561dc0c303e54cb5b
3
+ size 226
tensorboard/Metrics_val_micro_f1/events.out.tfevents.1761672384.ml-research-03.8144.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3780a6438396b9c5444cdbee378eb13a0c2714d4b5b2f906bd2cd6f212cc0234
3
+ size 412
tensorboard/Metrics_val_precision/events.out.tfevents.1761672384.ml-research-03.8144.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156519c435f18412b1820b21438682e6f51735ee000aad8f1622072d081972a8
3
+ size 412
tensorboard/Metrics_val_recall/events.out.tfevents.1761672384.ml-research-03.8144.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e222fdca8256baf170c86a4ebb73e49dfa85a6ab8d9608404c8a680d2cb7c60e
3
+ size 412
tensorboard/events.out.tfevents.1761671828.ml-research-03.8144.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3633687b73b2e8347952d264a64bcd43393f4e2922c39d4fb4a22cd55bd46e2c
3
+ size 88
train.log ADDED
The diff for this file is too large to render. See raw diff