Training in progress, epoch 1
Browse files- README.md +57 -0
- config.json +217 -0
- model.safetensors +3 -0
- runs/Jan12_22-17-45_6b605e9ad474/events.out.tfevents.1736720268.6b605e9ad474.3152.0 +3 -0
- runs/Jan12_22-26-01_6b605e9ad474/events.out.tfevents.1736720762.6b605e9ad474.3152.1 +3 -0
- runs/Jan12_22-39-15_6b605e9ad474/events.out.tfevents.1736721556.6b605e9ad474.3152.2 +3 -0
- runs/Jan12_22-48-41_6b605e9ad474/events.out.tfevents.1736722122.6b605e9ad474.3152.3 +3 -0
- runs/Jan12_22-57-57_6b605e9ad474/events.out.tfevents.1736722678.6b605e9ad474.3152.4 +3 -0
- runs/Jan12_23-12-43_6b605e9ad474/events.out.tfevents.1736723564.6b605e9ad474.3152.5 +3 -0
- runs/Jan12_23-23-33_6b605e9ad474/events.out.tfevents.1736724214.6b605e9ad474.3152.6 +3 -0
- runs/Jan12_23-32-29_6b605e9ad474/events.out.tfevents.1736724750.6b605e9ad474.3152.7 +3 -0
- runs/Jan12_23-38-53_6b605e9ad474/events.out.tfevents.1736725133.6b605e9ad474.3152.8 +3 -0
- runs/Jan13_00-01-53_6b605e9ad474/events.out.tfevents.1736726514.6b605e9ad474.3152.9 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +56 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: distilbert/distilbert-base-uncased
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: ml_document_classification
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# ml_document_classification
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- eval_loss: 1.1420
|
20 |
+
- eval_accuracy: 0.7438
|
21 |
+
- eval_runtime: 3.0534
|
22 |
+
- eval_samples_per_second: 157.204
|
23 |
+
- eval_steps_per_second: 9.825
|
24 |
+
- epoch: 1.0
|
25 |
+
- step: 120
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-06
|
45 |
+
- train_batch_size: 16
|
46 |
+
- eval_batch_size: 16
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 20
|
51 |
+
|
52 |
+
### Framework versions
|
53 |
+
|
54 |
+
- Transformers 4.47.1
|
55 |
+
- Pytorch 2.5.1+cu121
|
56 |
+
- Datasets 3.2.0
|
57 |
+
- Tokenizers 0.21.0
|
config.json
ADDED
@@ -0,0 +1,217 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert/distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "3rd Party Credit Report Confirmation",
|
13 |
+
"1": "ACH Form & Voided Check",
|
14 |
+
"2": "AOO",
|
15 |
+
"3": "AVE",
|
16 |
+
"4": "Amortization Schedule",
|
17 |
+
"5": "Appraisal Delivery",
|
18 |
+
"6": "Appraisal Invoice",
|
19 |
+
"7": "Appraisal Review",
|
20 |
+
"8": "Appraisal",
|
21 |
+
"9": "Background Check",
|
22 |
+
"10": "Bank Statement",
|
23 |
+
"11": "Bank",
|
24 |
+
"12": "BankBrokerage Verification",
|
25 |
+
"13": "Budget Sheet",
|
26 |
+
"14": "Certificate of Formation",
|
27 |
+
"15": "Certificate of Occupancy",
|
28 |
+
"16": "Citizenship Afidavit",
|
29 |
+
"17": "Closing Info Sheet",
|
30 |
+
"18": "Closing Protection Letter",
|
31 |
+
"19": "Cogs",
|
32 |
+
"20": "Condo Documentation",
|
33 |
+
"21": "Corporate Bylaws",
|
34 |
+
"22": "Credit Check Authorization",
|
35 |
+
"23": "Credit Report",
|
36 |
+
"24": "DHCR Rent Regulation Report",
|
37 |
+
"25": "DSCR Calculation",
|
38 |
+
"26": "Deep Dive Report Card",
|
39 |
+
"27": "Driver License",
|
40 |
+
"28": "EDR",
|
41 |
+
"29": "EIN",
|
42 |
+
"30": "ESR",
|
43 |
+
"31": "Entity Operating Agreement",
|
44 |
+
"32": "Escrow Release Confirmation",
|
45 |
+
"33": "Executed Closing Package",
|
46 |
+
"34": "Experience Validation",
|
47 |
+
"35": "Extension Agreement",
|
48 |
+
"36": "Feasibility Invoice",
|
49 |
+
"37": "Feasibility Report",
|
50 |
+
"38": "Filing Receipt",
|
51 |
+
"39": "Flood Certificate",
|
52 |
+
"40": "Flood Insurance",
|
53 |
+
"41": "Funding Shield Cert",
|
54 |
+
"42": "General Liability Insurance",
|
55 |
+
"43": "Google Searches",
|
56 |
+
"44": "Government Issued ID",
|
57 |
+
"45": "HO6 Insurance",
|
58 |
+
"46": "HOA Dues",
|
59 |
+
"47": "Housing History",
|
60 |
+
"48": "ICE Valuation",
|
61 |
+
"49": "Insurance Paid Reciept",
|
62 |
+
"50": "Invoices",
|
63 |
+
"51": "Leases",
|
64 |
+
"52": "Letter of Explanation (LOE)",
|
65 |
+
"53": "Loan Application Form",
|
66 |
+
"54": "Loan Approvals",
|
67 |
+
"55": "Loan Shield",
|
68 |
+
"56": "Loan Sizer",
|
69 |
+
"57": "Mortgage Commitment - CTC",
|
70 |
+
"58": "Mortgage Statements",
|
71 |
+
"59": "Original HUD",
|
72 |
+
"60": "PCA",
|
73 |
+
"61": "Passport",
|
74 |
+
"62": "Payoff Statement",
|
75 |
+
"63": "Permits",
|
76 |
+
"64": "Personal Financial Statement",
|
77 |
+
"65": "Phase 1",
|
78 |
+
"66": "Pictures",
|
79 |
+
"67": "Plans",
|
80 |
+
"68": "Pre-Closing Approved HUD",
|
81 |
+
"69": "Property Financials",
|
82 |
+
"70": "Property Insurance",
|
83 |
+
"71": "Property Management Questionnaire",
|
84 |
+
"72": "Public Records Property Record & Building Department Search",
|
85 |
+
"73": "Purchase Contract",
|
86 |
+
"74": "Purchase Documents",
|
87 |
+
"75": "REO",
|
88 |
+
"76": "Refinance Disclosure Form",
|
89 |
+
"77": "Rent Roll",
|
90 |
+
"78": "Resolution",
|
91 |
+
"79": "Scope of Work",
|
92 |
+
"80": "Signed Term Sheet",
|
93 |
+
"81": "Site X",
|
94 |
+
"82": "Social Security Verification",
|
95 |
+
"83": "Stock Ledger",
|
96 |
+
"84": "T-12",
|
97 |
+
"85": "Tax Bill",
|
98 |
+
"86": "Term Sheet",
|
99 |
+
"87": "Title Commitment",
|
100 |
+
"88": "Title E&O Policy",
|
101 |
+
"89": "Trailing Documents",
|
102 |
+
"90": "TruePic",
|
103 |
+
"91": "USPS Verification",
|
104 |
+
"92": "VOM",
|
105 |
+
"93": "Wire Instructions"
|
106 |
+
},
|
107 |
+
"initializer_range": 0.02,
|
108 |
+
"label2id": {
|
109 |
+
"3rd Party Credit Report Confirmation": 0,
|
110 |
+
"ACH Form & Voided Check": 1,
|
111 |
+
"AOO": 2,
|
112 |
+
"AVE": 3,
|
113 |
+
"Amortization Schedule": 4,
|
114 |
+
"Appraisal": 8,
|
115 |
+
"Appraisal Delivery": 5,
|
116 |
+
"Appraisal Invoice": 6,
|
117 |
+
"Appraisal Review": 7,
|
118 |
+
"Background Check": 9,
|
119 |
+
"Bank": 11,
|
120 |
+
"Bank Statement": 10,
|
121 |
+
"BankBrokerage Verification": 12,
|
122 |
+
"Budget Sheet": 13,
|
123 |
+
"Certificate of Formation": 14,
|
124 |
+
"Certificate of Occupancy": 15,
|
125 |
+
"Citizenship Afidavit": 16,
|
126 |
+
"Closing Info Sheet": 17,
|
127 |
+
"Closing Protection Letter": 18,
|
128 |
+
"Cogs": 19,
|
129 |
+
"Condo Documentation": 20,
|
130 |
+
"Corporate Bylaws": 21,
|
131 |
+
"Credit Check Authorization": 22,
|
132 |
+
"Credit Report": 23,
|
133 |
+
"DHCR Rent Regulation Report": 24,
|
134 |
+
"DSCR Calculation": 25,
|
135 |
+
"Deep Dive Report Card": 26,
|
136 |
+
"Driver License": 27,
|
137 |
+
"EDR": 28,
|
138 |
+
"EIN": 29,
|
139 |
+
"ESR": 30,
|
140 |
+
"Entity Operating Agreement": 31,
|
141 |
+
"Escrow Release Confirmation": 32,
|
142 |
+
"Executed Closing Package": 33,
|
143 |
+
"Experience Validation": 34,
|
144 |
+
"Extension Agreement": 35,
|
145 |
+
"Feasibility Invoice": 36,
|
146 |
+
"Feasibility Report": 37,
|
147 |
+
"Filing Receipt": 38,
|
148 |
+
"Flood Certificate": 39,
|
149 |
+
"Flood Insurance": 40,
|
150 |
+
"Funding Shield Cert": 41,
|
151 |
+
"General Liability Insurance": 42,
|
152 |
+
"Google Searches": 43,
|
153 |
+
"Government Issued ID": 44,
|
154 |
+
"HO6 Insurance": 45,
|
155 |
+
"HOA Dues": 46,
|
156 |
+
"Housing History": 47,
|
157 |
+
"ICE Valuation": 48,
|
158 |
+
"Insurance Paid Reciept": 49,
|
159 |
+
"Invoices": 50,
|
160 |
+
"Leases": 51,
|
161 |
+
"Letter of Explanation (LOE)": 52,
|
162 |
+
"Loan Application Form": 53,
|
163 |
+
"Loan Approvals": 54,
|
164 |
+
"Loan Shield": 55,
|
165 |
+
"Loan Sizer": 56,
|
166 |
+
"Mortgage Commitment - CTC": 57,
|
167 |
+
"Mortgage Statements": 58,
|
168 |
+
"Original HUD": 59,
|
169 |
+
"PCA": 60,
|
170 |
+
"Passport": 61,
|
171 |
+
"Payoff Statement": 62,
|
172 |
+
"Permits": 63,
|
173 |
+
"Personal Financial Statement": 64,
|
174 |
+
"Phase 1": 65,
|
175 |
+
"Pictures": 66,
|
176 |
+
"Plans": 67,
|
177 |
+
"Pre-Closing Approved HUD": 68,
|
178 |
+
"Property Financials": 69,
|
179 |
+
"Property Insurance": 70,
|
180 |
+
"Property Management Questionnaire": 71,
|
181 |
+
"Public Records Property Record & Building Department Search": 72,
|
182 |
+
"Purchase Contract": 73,
|
183 |
+
"Purchase Documents": 74,
|
184 |
+
"REO": 75,
|
185 |
+
"Refinance Disclosure Form": 76,
|
186 |
+
"Rent Roll": 77,
|
187 |
+
"Resolution": 78,
|
188 |
+
"Scope of Work": 79,
|
189 |
+
"Signed Term Sheet": 80,
|
190 |
+
"Site X": 81,
|
191 |
+
"Social Security Verification": 82,
|
192 |
+
"Stock Ledger": 83,
|
193 |
+
"T-12": 84,
|
194 |
+
"Tax Bill": 85,
|
195 |
+
"Term Sheet": 86,
|
196 |
+
"Title Commitment": 87,
|
197 |
+
"Title E&O Policy": 88,
|
198 |
+
"Trailing Documents": 89,
|
199 |
+
"TruePic": 90,
|
200 |
+
"USPS Verification": 91,
|
201 |
+
"VOM": 92,
|
202 |
+
"Wire Instructions": 93
|
203 |
+
},
|
204 |
+
"max_position_embeddings": 512,
|
205 |
+
"model_type": "distilbert",
|
206 |
+
"n_heads": 12,
|
207 |
+
"n_layers": 6,
|
208 |
+
"pad_token_id": 0,
|
209 |
+
"problem_type": "single_label_classification",
|
210 |
+
"qa_dropout": 0.1,
|
211 |
+
"seq_classif_dropout": 0.2,
|
212 |
+
"sinusoidal_pos_embds": false,
|
213 |
+
"tie_weights_": true,
|
214 |
+
"torch_dtype": "float32",
|
215 |
+
"transformers_version": "4.47.1",
|
216 |
+
"vocab_size": 30522
|
217 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:675f0ec62015b6911edf1254a9a96e2884df17821d27f2fc928b7d6dee1203be
|
3 |
+
size 268115568
|
runs/Jan12_22-17-45_6b605e9ad474/events.out.tfevents.1736720268.6b605e9ad474.3152.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1db219b67446608edfac28f79987be0d1996af295cbded3c69ef72da4c0729da
|
3 |
+
size 14455
|
runs/Jan12_22-26-01_6b605e9ad474/events.out.tfevents.1736720762.6b605e9ad474.3152.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3cd85f0cebae08c8a52b13531dc5b5b58ba41a746b4affbe5fcaddb0aa0cd69
|
3 |
+
size 18158
|
runs/Jan12_22-39-15_6b605e9ad474/events.out.tfevents.1736721556.6b605e9ad474.3152.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b39c6ebd99e68d1f451043e7750e0b42d499919c1eaf89741d31644cb93769a
|
3 |
+
size 18158
|
runs/Jan12_22-48-41_6b605e9ad474/events.out.tfevents.1736722122.6b605e9ad474.3152.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecd2469032a5415c009a33981021d0192083c836b43802913c32093857c24a6f
|
3 |
+
size 18158
|
runs/Jan12_22-57-57_6b605e9ad474/events.out.tfevents.1736722678.6b605e9ad474.3152.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7668722d4585f40aad92ae262641a4a91a7ab6c6cc9447f7418a9338025bcb19
|
3 |
+
size 18161
|
runs/Jan12_23-12-43_6b605e9ad474/events.out.tfevents.1736723564.6b605e9ad474.3152.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9f1a8c38d16b9e5606d505d995602d6548881c8804e06bd590293310f8a1f9a
|
3 |
+
size 18161
|
runs/Jan12_23-23-33_6b605e9ad474/events.out.tfevents.1736724214.6b605e9ad474.3152.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d9e6acbe385bbe539d6648c8a83e4e6e51adac53f99fc9f129111316458dee5
|
3 |
+
size 18161
|
runs/Jan12_23-32-29_6b605e9ad474/events.out.tfevents.1736724750.6b605e9ad474.3152.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd6ae154cc2bb1ededb117a6c21c7f5a415deb3b62f7e633694b96ab35b3eb77
|
3 |
+
size 15658
|
runs/Jan12_23-38-53_6b605e9ad474/events.out.tfevents.1736725133.6b605e9ad474.3152.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf28f1a7844069bc7d853fe3b612f4231e4a06f699a4113b4f0d6bf8e582e938
|
3 |
+
size 12328
|
runs/Jan13_00-01-53_6b605e9ad474/events.out.tfevents.1736726514.6b605e9ad474.3152.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:852daeff8402386fd125f7bad5676dfc95636fe2eaf591668f5e34008ef7b91e
|
3 |
+
size 10825
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": false,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"extra_special_tokens": {},
|
48 |
+
"mask_token": "[MASK]",
|
49 |
+
"model_max_length": 512,
|
50 |
+
"pad_token": "[PAD]",
|
51 |
+
"sep_token": "[SEP]",
|
52 |
+
"strip_accents": null,
|
53 |
+
"tokenize_chinese_chars": true,
|
54 |
+
"tokenizer_class": "DistilBertTokenizer",
|
55 |
+
"unk_token": "[UNK]"
|
56 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96bf5456b513b4bc5ba560a8f9477154f0dcbb80eea430a65c0b335fa0d3167d
|
3 |
+
size 5368
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|