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

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +16 -16
  2. model.safetensors +1 -1
  3. tokenizer_config.json +1 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -48,31 +48,38 @@
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,
61
  "intermediate_size": 1152,
62
  "label2id": {
 
63
  "B-address": 3,
64
  "B-certificate": 23,
65
  "B-date": 13,
66
  "B-degree": 21,
67
  "B-duration": 15,
 
 
68
  "B-email": 5,
 
 
69
  "B-individual_skill": 25,
70
  "B-job_role": 19,
71
  "B-language": 9,
72
  "B-location": 11,
73
  "B-name": 1,
74
  "B-organization": 17,
 
75
  "B-phone_number": 7,
 
76
  "I-address": 4,
77
  "I-certificate": 24,
78
  "I-date": 14,
@@ -86,14 +93,7 @@
86
  "I-name": 2,
87
  "I-organization": 18,
88
  "I-phone_number": 8,
89
- "O": 0,
90
- "O-section": 27,
91
- "education_description": 33,
92
- "education_information": 32,
93
- "employment_description": 31,
94
- "employment_information": 30,
95
- "personal_information": 29,
96
- "skills": 28
97
  },
98
  "layer_norm_eps": 1e-05,
99
  "local_attention": 128,
@@ -114,6 +114,6 @@
114
  "sparse_pred_ignore_index": -100,
115
  "sparse_prediction": false,
116
  "torch_dtype": "float32",
117
- "transformers_version": "4.49.0",
118
  "vocab_size": 50369
119
  }
 
48
  "24": "I-certificate",
49
  "25": "B-individual_skill",
50
  "26": "I-individual_skill",
51
+ "27": "B-O",
52
+ "28": "B-skills",
53
+ "29": "B-personal_information",
54
+ "30": "B-employment_information",
55
+ "31": "B-employment_description",
56
+ "32": "B-education_information",
57
+ "33": "B-education_description"
58
  },
59
  "initializer_cutoff_factor": 2.0,
60
  "initializer_range": 0.02,
61
  "intermediate_size": 1152,
62
  "label2id": {
63
+ "B-O": 27,
64
  "B-address": 3,
65
  "B-certificate": 23,
66
  "B-date": 13,
67
  "B-degree": 21,
68
  "B-duration": 15,
69
+ "B-education_description": 33,
70
+ "B-education_information": 32,
71
  "B-email": 5,
72
+ "B-employment_description": 31,
73
+ "B-employment_information": 30,
74
  "B-individual_skill": 25,
75
  "B-job_role": 19,
76
  "B-language": 9,
77
  "B-location": 11,
78
  "B-name": 1,
79
  "B-organization": 17,
80
+ "B-personal_information": 29,
81
  "B-phone_number": 7,
82
+ "B-skills": 28,
83
  "I-address": 4,
84
  "I-certificate": 24,
85
  "I-date": 14,
 
93
  "I-name": 2,
94
  "I-organization": 18,
95
  "I-phone_number": 8,
96
+ "O": 0
 
 
 
 
 
 
 
97
  },
98
  "layer_norm_eps": 1e-05,
99
  "local_attention": 128,
 
114
  "sparse_pred_ignore_index": -100,
115
  "sparse_prediction": false,
116
  "torch_dtype": "float32",
117
+ "transformers_version": "4.48.3",
118
  "vocab_size": 50369
119
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eef278f22e5e4b7d6d03bbe85409a8c80d258f633b8f704b33b20814d3902c31
3
  size 598541296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40ea5a834faad0b98b38af8c3c33b2de91e7570944462fa17c723d1d9dcce8f4
3
  size 598541296
tokenizer_config.json CHANGED
@@ -948,6 +948,6 @@
948
  "model_max_length": 8192,
949
  "pad_token": "[PAD]",
950
  "sep_token": "[SEP]",
951
- "tokenizer_class": "PreTrainedTokenizer",
952
  "unk_token": "[UNK]"
953
  }
 
948
  "model_max_length": 8192,
949
  "pad_token": "[PAD]",
950
  "sep_token": "[SEP]",
951
+ "tokenizer_class": "PreTrainedTokenizerFast",
952
  "unk_token": "[UNK]"
953
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4783697dcaa2a22baccb95c706c6d53a6a9b70b8a163c0fb0eaf53fbdd206f62
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4af6f7ef02595170cab30ecc17f02f546eee6029f192289e05a3dcaea8f115
3
  size 5304