Training in progress, epoch 1
Browse files- config.json +34 -34
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -21,40 +21,40 @@
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"B-email"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"I-job_role"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
-
"
|
| 51 |
-
"O-section"
|
| 52 |
-
"
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 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:
|
| 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:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4783697dcaa2a22baccb95c706c6d53a6a9b70b8a163c0fb0eaf53fbdd206f62
|
| 3 |
size 5304
|