tr-aravindan commited on
Commit
1cce2b0
1 Parent(s): 52dcc80

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -11,26 +11,34 @@
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,
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
+ "1": "B-NAME_STUDENT",
15
+ "2": "I-NAME_STUDENT",
16
+ "3": "B-EMAIL",
17
+ "4": "B-ID_NUM",
18
+ "5": "I-ID_NUM",
19
+ "6": "B-PHONE_NUM",
20
+ "7": "I-PHONE_NUM",
21
+ "8": "B-STREET_ADDRESS",
22
+ "9": "I-STREET_ADDRESS",
23
+ "10": "B-URL_PERSONAL",
24
+ "11": "I-URL_PERSONAL",
25
+ "12": "B-USERNAME"
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
+ "B-EMAIL": 3,
31
+ "B-ID_NUM": 4,
32
+ "B-NAME_STUDENT": 1,
33
+ "B-PHONE_NUM": 6,
34
+ "B-STREET_ADDRESS": 8,
35
+ "B-URL_PERSONAL": 10,
36
+ "B-USERNAME": 12,
37
+ "I-ID_NUM": 5,
38
+ "I-NAME_STUDENT": 2,
39
+ "I-PHONE_NUM": 7,
40
+ "I-STREET_ADDRESS": 9,
41
+ "I-URL_PERSONAL": 11,
42
  "O": 0
43
  },
44
  "layer_norm_eps": 1e-12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22cb44eaa3b7ca531a7e44bed8dd7302402043e4f0f5a6d3be47fc4c38004fe4
3
- size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f83050b821686eae25083183c177a1235f1488dbce3f7545691f5b10e989d47
3
+ size 430942044
runs/Mar06_10-36-15_239e95447a97/events.out.tfevents.1709721389.239e95447a97.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c11e0eb5f2656b7ed64df0a0cf235cdf01ddf38902239a75893db0537af792
3
+ size 5216
runs/Mar06_10-49-01_239e95447a97/events.out.tfevents.1709722143.239e95447a97.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73324ef655211a47f78b13b5dead3d57e39518114f0db66cac6965aa6feb1b7b
3
+ size 5688
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5cc3647879ccb1084d57121fd9b7a5856cafde3926f0b23b5d93ce3212f73665
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a621fa0cfd842dcae89ffaa2a42d43a0dfff9b66aa78136c99ee8937bbf90c1
3
  size 4920