prashantloni commited on
Commit
3f3d67a
·
verified ·
1 Parent(s): 3188f55

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SCUT-DLVCLab/lilt-roberta-en-base",
3
+ "architectures": [
4
+ "LiltForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "channel_shrink_ratio": 4,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "name",
16
+ "1": "dob",
17
+ "2": "gender",
18
+ "3": "aadhaar_number",
19
+ "4": "address_front",
20
+ "5": "father_name_front_top",
21
+ "6": "mobile_number",
22
+ "7": "address_back",
23
+ "8": "father_name_back",
24
+ "9": "father_name",
25
+ "10": "mother_name",
26
+ "11": "husband_name",
27
+ "12": "other"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "aadhaar_number": 3,
33
+ "address_back": 7,
34
+ "address_front": 4,
35
+ "dob": 1,
36
+ "father_name": 9,
37
+ "father_name_back": 8,
38
+ "father_name_front_top": 5,
39
+ "gender": 2,
40
+ "husband_name": 11,
41
+ "mobile_number": 6,
42
+ "mother_name": 10,
43
+ "name": 0,
44
+ "other": 12
45
+ },
46
+ "layer_norm_eps": 1e-05,
47
+ "max_2d_position_embeddings": 1024,
48
+ "max_position_embeddings": 514,
49
+ "model_type": "lilt",
50
+ "num_attention_heads": 12,
51
+ "num_hidden_layers": 12,
52
+ "pad_token_id": 1,
53
+ "position_embedding_type": "absolute",
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.38.2",
56
+ "type_vocab_size": 1,
57
+ "use_cache": true,
58
+ "vocab_size": 50265
59
+ }
logs/events.out.tfevents.1709891605.0bfa544f863f.4080.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b72e3024f59af886d8be29de62eafee78fe9cb19145f499b72904af6a80f68
3
+ size 6007
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ffab2fc8f96773421ddfa25f3eca2c5e6dd49b164fe1fd09190b8ed09f54421
3
+ size 520746020
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6bfbf286b4c46822cea6e5189354cf12179af55178bd86d87d920b5ad9ec050
3
+ size 4920