akashmaggon commited on
Commit
245ddfd
1 Parent(s): 0f4e782

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -10,28 +10,36 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "O",
14
- "1": "B-PER",
15
- "2": "I-PER",
16
- "3": "B-ORG",
17
- "4": "I-ORG",
18
- "5": "B-LOC",
19
- "6": "I-LOC",
20
- "7": "B-MISC",
21
- "8": "I-MISC"
 
 
 
 
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "B-LOC": 5,
27
- "B-MISC": 7,
28
- "B-ORG": 3,
29
- "B-PER": 1,
30
- "I-LOC": 6,
31
- "I-MISC": 8,
32
- "I-ORG": 4,
33
- "I-PER": 2,
34
- "O": 0
 
 
 
 
35
  },
36
  "layer_norm_eps": 1e-12,
37
  "max_position_embeddings": 512,
@@ -41,7 +49,7 @@
41
  "pad_token_id": 0,
42
  "position_embedding_type": "absolute",
43
  "torch_dtype": "float32",
44
- "transformers_version": "4.32.0",
45
  "type_vocab_size": 2,
46
  "use_cache": true,
47
  "vocab_size": 28996
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "B-EMAIL",
14
+ "1": "B-ID_NUM",
15
+ "2": "B-NAME_STUDENT",
16
+ "3": "B-PHONE_NUM",
17
+ "4": "B-STREET_ADDRESS",
18
+ "5": "B-URL_PERSONAL",
19
+ "6": "B-USERNAME",
20
+ "7": "I-ID_NUM",
21
+ "8": "I-NAME_STUDENT",
22
+ "9": "I-PHONE_NUM",
23
+ "10": "I-STREET_ADDRESS",
24
+ "11": "I-URL_PERSONAL",
25
+ "12": "O"
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
+ "B-EMAIL": 0,
31
+ "B-ID_NUM": 1,
32
+ "B-NAME_STUDENT": 2,
33
+ "B-PHONE_NUM": 3,
34
+ "B-STREET_ADDRESS": 4,
35
+ "B-URL_PERSONAL": 5,
36
+ "B-USERNAME": 6,
37
+ "I-ID_NUM": 7,
38
+ "I-NAME_STUDENT": 8,
39
+ "I-PHONE_NUM": 9,
40
+ "I-STREET_ADDRESS": 10,
41
+ "I-URL_PERSONAL": 11,
42
+ "O": 12
43
  },
44
  "layer_norm_eps": 1e-12,
45
  "max_position_embeddings": 512,
 
49
  "pad_token_id": 0,
50
  "position_embedding_type": "absolute",
51
  "torch_dtype": "float32",
52
+ "transformers_version": "4.38.2",
53
  "type_vocab_size": 2,
54
  "use_cache": true,
55
  "vocab_size": 28996
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa11b896170c888585fee5cfcf74cbd62df451147015290bc3e39fcd8a1c9f6
3
+ size 430942044
runs/Mar18_13-26-14_5e817f846b9a/events.out.tfevents.1710768376.5e817f846b9a.287.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5576c261e387343be7cb4321ce664b4d7b2bc638de792b48c8d27676dc44d9cf
3
+ size 5201
runs/Mar18_13-26-33_5e817f846b9a/events.out.tfevents.1710768398.5e817f846b9a.287.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e4185155e6e8a44a535c033ddf89597ae3f7255b4fc573582fb4cd854738931
3
+ size 6308
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": false,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce3f0825c181f2ccbdfafa51c88970c97fbe3997a70ad9c07cd8482a27f402a1
3
- size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37d870e91fda11b30e88df03000839da790e77cfab724d7ae4085e1a1050109e
3
+ size 4920