adityaprakhar commited on
Commit
47a247d
·
verified ·
1 Parent(s): 3a356ae

Training in progress, step 500

Browse files
config.json CHANGED
@@ -14,30 +14,40 @@
14
  "id2label": {
15
  "0": "SBN",
16
  "1": "address",
17
- "2": "attorney_name",
18
- "3": "attorneys_for",
19
- "4": "b-parties",
20
- "5": "email",
21
- "6": "fax",
22
- "7": "i-parties",
23
- "8": "lawfirm",
24
- "9": "other",
25
- "10": "telephone"
 
 
 
 
 
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
  "SBN": 0,
31
  "address": 1,
32
- "attorney_name": 2,
33
- "attorneys_for": 3,
34
- "b-parties": 4,
35
- "email": 5,
36
- "fax": 6,
37
- "i-parties": 7,
38
- "lawfirm": 8,
39
- "other": 9,
40
- "telephone": 10
 
 
 
 
 
41
  },
42
  "layer_norm_eps": 1e-05,
43
  "max_2d_position_embeddings": 1024,
@@ -48,7 +58,7 @@
48
  "pad_token_id": 1,
49
  "position_embedding_type": "absolute",
50
  "torch_dtype": "float32",
51
- "transformers_version": "4.40.0.dev0",
52
  "type_vocab_size": 1,
53
  "use_cache": true,
54
  "vocab_size": 50265
 
14
  "id2label": {
15
  "0": "SBN",
16
  "1": "address",
17
+ "2": "attorney for defendant/cross-complainant/cross-defendant",
18
+ "3": "attorney_name",
19
+ "4": "attorneys for co-counsel",
20
+ "5": "attorneys for co-defendant",
21
+ "6": "attorneys for defendant",
22
+ "7": "attorneys for plaintiff",
23
+ "8": "co-counsel for plaintiff",
24
+ "9": "counsel for plaintiff",
25
+ "10": "email",
26
+ "11": "fax",
27
+ "12": "lawfirm",
28
+ "13": "other",
29
+ "14": "parties",
30
+ "15": "telephone"
31
  },
32
  "initializer_range": 0.02,
33
  "intermediate_size": 3072,
34
  "label2id": {
35
  "SBN": 0,
36
  "address": 1,
37
+ "attorney for defendant/cross-complainant/cross-defendant": 2,
38
+ "attorney_name": 3,
39
+ "attorneys for co-counsel": 4,
40
+ "attorneys for co-defendant": 5,
41
+ "attorneys for defendant": 6,
42
+ "attorneys for plaintiff": 7,
43
+ "co-counsel for plaintiff": 8,
44
+ "counsel for plaintiff": 9,
45
+ "email": 10,
46
+ "fax": 11,
47
+ "lawfirm": 12,
48
+ "other": 13,
49
+ "parties": 14,
50
+ "telephone": 15
51
  },
52
  "layer_norm_eps": 1e-05,
53
  "max_2d_position_embeddings": 1024,
 
58
  "pad_token_id": 1,
59
  "position_embedding_type": "absolute",
60
  "torch_dtype": "float32",
61
+ "transformers_version": "4.38.0",
62
  "type_vocab_size": 1,
63
  "use_cache": true,
64
  "vocab_size": 50265
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3e876f4e9f6c6db98893436f53a7d7f8061b6d45a8708685a1089e381bc8df9
3
- size 520739868
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:445d2ea8b72ba5de9f5f6c4ca10f6b514de6b2a8db953b00727d090d8cd00656
3
+ size 520755248
preprocessor_config.json CHANGED
@@ -1,21 +1,4 @@
1
  {
2
- "_valid_processor_keys": [
3
- "images",
4
- "do_resize",
5
- "size",
6
- "resample",
7
- "do_rescale",
8
- "rescale_factor",
9
- "do_normalize",
10
- "image_mean",
11
- "image_std",
12
- "apply_ocr",
13
- "ocr_lang",
14
- "tesseract_config",
15
- "return_tensors",
16
- "data_format",
17
- "input_data_format"
18
- ],
19
  "apply_ocr": false,
20
  "do_normalize": true,
21
  "do_rescale": true,
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "apply_ocr": false,
3
  "do_normalize": true,
4
  "do_rescale": true,
runs/Apr01_04-38-36_5ee3160458ec/events.out.tfevents.1711946317.5ee3160458ec.211.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37d7d6532c7b0de851a3391f8ab6b5845770472ca7964b247e1fd7afbde71da0
3
+ size 11171
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0083af92e2779eceea2cfa0fa8de6258e1fafe0d97c88901b8ccd2e020b1a37
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe9c87cb6c1afd3cb6f1671c4a4ba0917553047824e763bae62e77899b1d3a62
3
+ size 4856