adityaprakhar commited on
Commit
e4c5d5e
·
verified ·
1 Parent(s): 17f69e2

Training in progress, step 500

Browse files
config.json CHANGED
@@ -8,42 +8,42 @@
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
- "0": "attorneys for plaintiff",
12
  "1": "SBN",
13
- "2": "counsel for plaintiff",
14
- "3": "lawfirm",
15
- "4": "parties",
16
- "5": "email",
17
- "6": "co-counsel for plaintiff",
18
- "7": "attorney_name",
19
- "8": "attorneys for co-counsel",
20
  "9": "other",
21
- "10": "fax",
22
- "11": "attorneys for co-defendant",
23
- "12": "telephone",
24
- "13": "attorney for defendant/cross-complainant/cross-defendant",
25
- "14": "attorneys for defendant",
26
- "15": "address"
27
  },
28
  "initializer_range": 0.02,
29
  "intermediate_size": 3072,
30
  "label2id": {
31
  "SBN": 1,
32
- "address": 15,
33
- "attorney for defendant/cross-complainant/cross-defendant": 13,
34
- "attorney_name": 7,
35
- "attorneys for co-counsel": 8,
36
- "attorneys for co-defendant": 11,
37
- "attorneys for defendant": 14,
38
- "attorneys for plaintiff": 0,
39
- "co-counsel for plaintiff": 6,
40
- "counsel for plaintiff": 2,
41
- "email": 5,
42
- "fax": 10,
43
- "lawfirm": 3,
44
  "other": 9,
45
- "parties": 4,
46
- "telephone": 12
47
  },
48
  "layer_norm_eps": 1e-12,
49
  "max_2d_position_embeddings": 1024,
 
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "address",
12
  "1": "SBN",
13
+ "2": "attorneys for plaintiff",
14
+ "3": "counsel for plaintiff",
15
+ "4": "co-counsel for plaintiff",
16
+ "5": "attorneys for co-counsel",
17
+ "6": "parties",
18
+ "7": "attorneys for defendant",
19
+ "8": "lawfirm",
20
  "9": "other",
21
+ "10": "email",
22
+ "11": "attorney_name",
23
+ "12": "fax",
24
+ "13": "attorneys for co-defendant",
25
+ "14": "attorney for defendant/cross-complainant/cross-defendant",
26
+ "15": "telephone"
27
  },
28
  "initializer_range": 0.02,
29
  "intermediate_size": 3072,
30
  "label2id": {
31
  "SBN": 1,
32
+ "address": 0,
33
+ "attorney for defendant/cross-complainant/cross-defendant": 14,
34
+ "attorney_name": 11,
35
+ "attorneys for co-counsel": 5,
36
+ "attorneys for co-defendant": 13,
37
+ "attorneys for defendant": 7,
38
+ "attorneys for plaintiff": 2,
39
+ "co-counsel for plaintiff": 4,
40
+ "counsel for plaintiff": 3,
41
+ "email": 10,
42
+ "fax": 12,
43
+ "lawfirm": 8,
44
  "other": 9,
45
+ "parties": 6,
46
+ "telephone": 15
47
  },
48
  "layer_norm_eps": 1e-12,
49
  "max_2d_position_embeddings": 1024,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1911c5c593ef49f3e167d257fd2dba516a7e388a14aae8fd26211be5d53e347
3
  size 450585896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a15a117df34fb846a4f877930874f0df5f124baa019d9b65ab6d5c4b1db2cc1c
3
  size 450585896
runs/Mar14_05-20-44_6bc936af9cad/events.out.tfevents.1710393646.6bc936af9cad.6251.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a0c1d6fc48ff99f9f685a98c3ce452fe867963622099562d61e7dad801d4ac3
3
+ size 5435
runs/Mar14_05-20-52_6bc936af9cad/events.out.tfevents.1710393653.6bc936af9cad.6251.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee03afa298687bfff3b3c6dd937ddbeec1f6790e57c3363f7ec5a2f08ec7d0ea
3
+ size 10702
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer_config.json CHANGED
@@ -43,14 +43,15 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
 
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
- "max_len": 512,
49
  "model_max_length": 512,
 
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
- "tokenizer_class": "LayoutLMTokenizer",
55
  "unk_token": "[UNK]"
56
  }
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 512,
50
+ "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
  "unk_token": "[UNK]"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b55c693582b0897226132509bd587c6fb64a2195b8d4ede340833ede316d59b1
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761d25ee1e48931e56cba6955627da6dacee986c9ca832094d50f1885d1aebc8
3
  size 4856