scryptx commited on
Commit
b8a1dd9
·
verified ·
1 Parent(s): 79c2212

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +34 -34
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -21,40 +21,40 @@
21
  "hidden_activation": "gelu",
22
  "hidden_size": 768,
23
  "id2label": {
24
- "B-address": 3,
25
- "B-certificate": 23,
26
- "B-date": 13,
27
- "B-degree": 21,
28
- "B-duration": 15,
29
- "B-email": 5,
30
- "B-individual_skill": 25,
31
- "B-job_role": 19,
32
- "B-language": 9,
33
- "B-location": 11,
34
- "B-name": 1,
35
- "B-organization": 17,
36
- "B-phone_number": 7,
37
- "I-address": 4,
38
- "I-certificate": 24,
39
- "I-date": 14,
40
- "I-degree": 22,
41
- "I-duration": 16,
42
- "I-email": 6,
43
- "I-individual_skill": 26,
44
- "I-job_role": 20,
45
- "I-language": 10,
46
- "I-location": 12,
47
- "I-name": 2,
48
- "I-organization": 18,
49
- "I-phone_number": 8,
50
- "O": 0,
51
- "O-section": 27,
52
- "education_description": 33,
53
- "education_information": 32,
54
- "employment_description": 31,
55
- "employment_information": 30,
56
- "personal_information": 29,
57
- "skills": 28
58
  },
59
  "initializer_cutoff_factor": 2.0,
60
  "initializer_range": 0.02,
 
21
  "hidden_activation": "gelu",
22
  "hidden_size": 768,
23
  "id2label": {
24
+ "0": "O",
25
+ "1": "B-name",
26
+ "2": "I-name",
27
+ "3": "B-address",
28
+ "4": "I-address",
29
+ "5": "B-email",
30
+ "6": "I-email",
31
+ "7": "B-phone_number",
32
+ "8": "I-phone_number",
33
+ "9": "B-language",
34
+ "10": "I-language",
35
+ "11": "B-location",
36
+ "12": "I-location",
37
+ "13": "B-date",
38
+ "14": "I-date",
39
+ "15": "B-duration",
40
+ "16": "I-duration",
41
+ "17": "B-organization",
42
+ "18": "I-organization",
43
+ "19": "B-job_role",
44
+ "20": "I-job_role",
45
+ "21": "B-degree",
46
+ "22": "I-degree",
47
+ "23": "B-certificate",
48
+ "24": "I-certificate",
49
+ "25": "B-individual_skill",
50
+ "26": "I-individual_skill",
51
+ "27": "O-section",
52
+ "28": "skills",
53
+ "29": "personal_information",
54
+ "30": "employment_information",
55
+ "31": "employment_description",
56
+ "32": "education_information",
57
+ "33": "education_description"
58
  },
59
  "initializer_cutoff_factor": 2.0,
60
  "initializer_range": 0.02,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37e1cbea8dd298c3dff6fba54240ec080653bed4eec5017957d17f58b35c83e4
3
  size 598541296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef278f22e5e4b7d6d03bbe85409a8c80d258f633b8f704b33b20814d3902c31
3
  size 598541296
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c53b657c450de9096bda5a349fbe1c8f0f492db0ddfb6bf2cc0cce0aee8b7f19
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4783697dcaa2a22baccb95c706c6d53a6a9b70b8a163c0fb0eaf53fbdd206f62
3
  size 5304