Archana02 commited on
Commit
4309b6b
1 Parent(s): 0866536

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -8,58 +8,46 @@
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
- "0": "Name",
12
- "1": "Email",
13
- "2": "Phone Number",
14
- "3": "LinkedIn",
15
- "4": "Education",
16
- "5": "Technical Skills",
17
- "6": "college studied",
18
- "7": "Work Experience Role",
19
- "8": "Work Experience Company",
20
- "9": "Descriptions",
21
- "10": "Projects",
22
- "11": "Location",
23
- "12": "Designation",
24
- "13": "GitHub",
25
- "14": "age",
26
- "15": "dob",
27
- "16": "score",
28
- "17": "year of experience",
29
- "18": "softskills",
30
- "19": "Languages",
31
- "20": "hobbies",
32
- "21": "Area of Interests",
33
- "22": "Achievements",
34
- "23": "Certificates"
35
  },
36
  "initializer_range": 0.02,
37
  "intermediate_size": 3072,
38
  "label2id": {
39
- "Achievements": 22,
40
- "Area of Interests": 21,
41
- "Certificates": 23,
42
- "Descriptions": 9,
43
- "Designation": 12,
44
- "Education": 4,
45
- "Email": 1,
46
- "GitHub": 13,
47
- "Languages": 19,
48
- "LinkedIn": 3,
49
- "Location": 11,
50
- "Name": 0,
51
- "Phone Number": 2,
52
- "Projects": 10,
53
- "Technical Skills": 5,
54
- "Work Experience Company": 8,
55
- "Work Experience Role": 7,
56
- "age": 14,
57
- "college studied": 6,
58
- "dob": 15,
59
- "hobbies": 20,
60
- "score": 16,
61
- "softskills": 18,
62
- "year of experience": 17
63
  },
64
  "layer_norm_eps": 1e-12,
65
  "max_2d_position_embeddings": 1024,
@@ -71,7 +59,7 @@
71
  "pad_token_id": 0,
72
  "position_embedding_type": "absolute",
73
  "torch_dtype": "float32",
74
- "transformers_version": "4.34.1",
75
  "type_vocab_size": 2,
76
  "use_cache": true,
77
  "vocab_size": 30522
 
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "B-NAME ",
12
+ "1": "B-EMAIL",
13
+ "2": "B-PHONE_NUMBER",
14
+ "3": "B-LINKEDIN",
15
+ "4": "B-EDUCATION",
16
+ "5": "B-TECHNICAL_SKILLS",
17
+ "6": "B-GITHUB",
18
+ "7": "B-LOCATION",
19
+ "8": "B-SOFT_SKILLS",
20
+ "9": "I-NAME",
21
+ "10": "I-EMAIL",
22
+ "11": "I-PHONE_NUMBER",
23
+ "12": "I-LINKEDIN",
24
+ "13": "I-EDUCATION",
25
+ "14": "I-TECHNICAL_SKILLS",
26
+ "15": "I-GITHUB",
27
+ "16": "I-LOCATION",
28
+ "17": "I-SOFT_SKILLS"
 
 
 
 
 
 
29
  },
30
  "initializer_range": 0.02,
31
  "intermediate_size": 3072,
32
  "label2id": {
33
+ "B-EDUCATION": 4,
34
+ "B-EMAIL": 1,
35
+ "B-GITHUB": 6,
36
+ "B-LINKEDIN": 3,
37
+ "B-LOCATION": 7,
38
+ "B-NAME ": 0,
39
+ "B-PHONE_NUMBER": 2,
40
+ "B-SOFT_SKILLS": 8,
41
+ "B-TECHNICAL_SKILLS": 5,
42
+ "I-EDUCATION": 13,
43
+ "I-EMAIL": 10,
44
+ "I-GITHUB": 15,
45
+ "I-LINKEDIN": 12,
46
+ "I-LOCATION": 16,
47
+ "I-NAME": 9,
48
+ "I-PHONE_NUMBER": 11,
49
+ "I-SOFT_SKILLS": 17,
50
+ "I-TECHNICAL_SKILLS": 14
 
 
 
 
 
 
51
  },
52
  "layer_norm_eps": 1e-12,
53
  "max_2d_position_embeddings": 1024,
 
59
  "pad_token_id": 0,
60
  "position_embedding_type": "absolute",
61
  "torch_dtype": "float32",
62
+ "transformers_version": "4.35.0",
63
  "type_vocab_size": 2,
64
  "use_cache": true,
65
  "vocab_size": 30522
logs/events.out.tfevents.1699071654.4465f2ac9a17.457.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16d314ed53c9eef93b9e2d2449a3f12de44797d84a3a2f8e08501b29ca4542f
3
+ size 5675
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf5dd1f9b645fc6b8ffd94ee580af7fa60f668e8508d58a399facddb0dff899a
3
+ size 450592048
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2649e5be282ca461ae683131240b4f979e35a2d04d34926b01f7b218c5c6c5d
3
- size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5583987cda23f48b930df790d18f6656e17e8298cb367ea18f8edb580b6762d5
3
+ size 4600