Lekhansh commited on
Commit
a4b4bca
·
verified ·
1 Parent(s): 3a9a55b

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - text-classification
7
+ - multilabel-classification
8
+ - behavioral-coding
9
+ - motivational-interviewing
10
+ - modernbert
11
+ - transformers
12
+ base_model: answerdotai/ModernBERT-base
13
+ metrics:
14
+ - f1
15
+ - precision
16
+ - recall
17
+ - exact_match
18
+ - hamming_loss
19
+ model-index:
20
+ - name: bc-multilabel-classifier
21
+ results:
22
+ - task:
23
+ type: text-classification
24
+ name: Multilabel Text Classification
25
+ metrics:
26
+ - name: Exact Match
27
+ type: exact_match
28
+ value: 0.8563
29
+ - name: Hamming Loss
30
+ type: hamming_loss
31
+ value: 0.0579
32
+ - name: F1 Macro
33
+ type: f1_macro
34
+ value: 0.8666
35
+ - name: F1 Micro
36
+ type: f1_micro
37
+ value: 0.9246
38
+ - name: Adherent F1
39
+ type: f1
40
+ value: 0.7429
41
+ - name: Non-Adherent F1
42
+ type: f1
43
+ value: 0.8932
44
+ - name: Neutral F1
45
+ type: f1
46
+ value: 0.9639
47
+ widget:
48
+ - text: "That's a great step you're taking to improve your health."
49
+ - text: "You really should stop smoking, it's bad for you."
50
+ - text: "What do you think about trying to quit?"
51
+ ---
52
+
53
+ # Behavioral Coding Multilabel Classifier
54
+
55
+ ## Model Description
56
+
57
+ This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) for multilabel classification of Motivational Interviewing (MI) behavioral codes. It classifies utterances into three non-mutually-exclusive categories used in behavioral coding of therapeutic conversations.
58
+
59
+ **Developed by:** Lekhansh
60
+
61
+ **Model type:** Multilabel Text Classification
62
+
63
+ **Language:** English
64
+
65
+ **Base model:** [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)
66
+
67
+ **License:** Apache 2.0
68
+
69
+ ## Intended Uses
70
+
71
+ ### Primary Use Case
72
+
73
+ This model is designed for automated behavioral coding in Motivational Interviewing contexts, predicting three types of MI-consistent and MI-inconsistent behaviors:
74
+
75
+ - **Adherent:** MI-adherent behaviors (e.g., affirmations, seek collaboration)
76
+ - **Non-Adherent:** MI-non-adherent behaviors (e.g., confrontation, persuade without permission)
77
+ - **Neutral:** Neutral behaviors (e.g., giving information, questions, reflections)
78
+
79
+ ### Key Features
80
+
81
+ - **Multilabel Classification:** Utterances can have multiple labels simultaneously
82
+ - **Therapeutic Context:** Specifically trained on Motivational Interviewing conversations
83
+ - **Context-Aware:** Includes three preceding utterances for context
84
+
85
+ ### Potential Applications
86
+
87
+ - Automated analysis of therapy session transcripts
88
+ - Training and feedback for MI practitioners
89
+ - Quality assurance in behavioral health interventions
90
+ - Research in therapeutic communication patterns
91
+
92
+ ## Model Performance
93
+
94
+ ### Test Set Metrics
95
+
96
+ The model was evaluated on a held-out test set of 3,235 coded utterances.
97
+
98
+ #### Overall Performance
99
+
100
+ | Metric | Score |
101
+ |--------|------:|
102
+ | **Exact Match Accuracy** | **85.63%** |
103
+ | **Hamming Loss** | **0.0579** |
104
+ | **F1 Macro** | **86.66%** |
105
+ | **F1 Micro** | **92.46%** |
106
+ | **Precision Macro** | 86.53% |
107
+ | **Precision Micro** | 93.47% |
108
+ | **Recall Macro** | 86.84% |
109
+ | **Recall Micro** | 91.48% |
110
+
111
+ **Exact Match:** Percentage of examples where all labels are predicted correctly
112
+ **Hamming Loss:** Average fraction of labels that are incorrectly predicted (lower is better)
113
+
114
+ #### Per-Label Performance
115
+
116
+ | Label | F1 Score | Precision | Recall | Accuracy |
117
+ |-------|----------|-----------|--------|----------|
118
+ | **Adherent** | 74.29% | 74.47% | 74.10% | 90.26% |
119
+ | **Non-Adherent** | 89.32% | 87.34% | 91.39% | 98.98% |
120
+ | **Neutral** | 96.39% | 97.77% | 95.04% | 93.38% |
121
+
122
+ ### Class Distribution
123
+
124
+ The training data exhibits class imbalance, addressed through positive class weighting:
125
+ - **Neutral:** Most common (majority class)
126
+ - **Non-Adherent:** Moderate frequency
127
+ - **Adherent:** Least common (minority class)
128
+
129
+ ## Training Details
130
+
131
+ ### Training Data
132
+
133
+ - **Source:** Multilabel behavioral coding dataset from Motivational Interviewing transcripts
134
+ - **Preprocessing:**
135
+ - Excluded utterances marked as "not_coded" (no MI codes assigned)
136
+ - Included context from three preceding utterances
137
+ - Stratified splitting to maintain label distribution
138
+ - **Split:** 70% train, 15% validation, 15% test
139
+
140
+ ### Training Procedure
141
+
142
+ **Hardware:**
143
+ - GPU training with CUDA
144
+ - Mixed precision (BFloat16) training
145
+
146
+ **Hyperparameters:**
147
+
148
+ | Parameter | Value |
149
+ |-----------|-------|
150
+ | Learning Rate | 6e-5 |
151
+ | Batch Size (per device) | 12 |
152
+ | Gradient Accumulation | 2 steps |
153
+ | Effective Batch Size | 24 |
154
+ | Max Sequence Length | 3000 tokens |
155
+ | Epochs | 20 (early stopped at epoch 14) |
156
+ | Weight Decay | 0.01 |
157
+ | Warmup Ratio | 0.1 |
158
+ | LR Scheduler | Cosine |
159
+ | Optimizer | AdamW |
160
+ | Dropout | 0.1 |
161
+
162
+ **Training Features:**
163
+ - **Positive Class Weighting:** BCEWithLogitsLoss with computed pos_weights for each label
164
+ - **Early Stopping:** Patience of 3 epochs on validation F1 macro
165
+ - **Gradient Checkpointing:** Enabled for memory efficiency
166
+ - **Flash Attention 2:** For efficient attention computation
167
+ - **Best Model Selection:** Based on validation F1 macro score
168
+
169
+ **Loss Function:** Binary Cross-Entropy with Logits Loss (BCEWithLogitsLoss) with per-label positive class weights
170
+
171
+ ### Model Architecture
172
+
173
+ The model uses a custom architecture on top of ModernBERT:
174
+ ```
175
+ ModernBERT-base (encoder)
176
+ → [CLS] token extraction
177
+ → Dropout (0.1)
178
+ → Linear layer (hidden_size → 3)
179
+ → Sigmoid activation (applied during inference)
180
+ ```
181
+
182
+ ## Usage
183
+
184
+ ### Direct Use
185
+
186
+ ```python
187
+ import torch
188
+ from transformers import AutoTokenizer, AutoModel
189
+ import torch.nn as nn
190
+
191
+ # Define the model class
192
+ class MultiLabelBERTModel(nn.Module):
193
+ def __init__(self, model_name, num_labels=3, dropout=0.1):
194
+ super().__init__()
195
+ self.bert = AutoModel.from_pretrained(model_name)
196
+ self.dropout = nn.Dropout(dropout)
197
+ self.classifier = nn.Linear(self.bert.config.hidden_size, num_labels)
198
+ self.num_labels = num_labels
199
+
200
+ def forward(self, input_ids, attention_mask):
201
+ outputs = self.bert(input_ids=input_ids, attention_mask=attention_mask)
202
+ pooled_output = outputs.last_hidden_state[:, 0, :] # [CLS] token
203
+ pooled_output = self.dropout(pooled_output)
204
+ logits = self.classifier(pooled_output)
205
+ return logits
206
+
207
+ # Load model and tokenizer
208
+ model_name = "Lekhansh/bc-multilabel-classifier"
209
+ tokenizer = AutoTokenizer.from_pretrained(model_name)
210
+
211
+ # Initialize model architecture
212
+ model = MultiLabelBERTModel(model_name, num_labels=3)
213
+
214
+ # Load trained weights
215
+ # Note: You'll need to load the weights from the saved model
216
+ model.eval()
217
+
218
+ # Prepare input
219
+ text = "That's a wonderful goal you've set for yourself."
220
+ inputs = tokenizer(text, return_tensors="pt", truncation=True, max_length=3000)
221
+
222
+ # Get predictions
223
+ with torch.no_grad():
224
+ logits = model(inputs['input_ids'], inputs['attention_mask'])
225
+ probs = torch.sigmoid(logits)
226
+ predictions = (probs > 0.5).int()
227
+
228
+ # Interpret results
229
+ labels = ['adherent', 'non_adherent', 'neutral']
230
+ print(f"Text: {text}")
231
+ print("\nPredictions:")
232
+ for i, label in enumerate(labels):
233
+ if predictions[0][i]:
234
+ print(f" ✓ {label} (confidence: {probs[0][i]:.2%})")
235
+ ```
236
+
237
+ ### Batch Prediction with Confidence Scores
238
+
239
+ ```python
240
+ def predict_multilabel(texts, model, tokenizer, threshold=0.5):
241
+ """
242
+ Predict multiple labels for each text with confidence scores.
243
+
244
+ Args:
245
+ texts: List of input texts
246
+ model: The multilabel classification model
247
+ tokenizer: The tokenizer
248
+ threshold: Probability threshold for positive prediction (default: 0.5)
249
+
250
+ Returns:
251
+ List of dicts with predictions and probabilities
252
+ """
253
+ inputs = tokenizer(
254
+ texts,
255
+ return_tensors="pt",
256
+ truncation=True,
257
+ max_length=3000,
258
+ padding=True
259
+ )
260
+
261
+ with torch.no_grad():
262
+ logits = model(inputs['input_ids'], inputs['attention_mask'])
263
+ probs = torch.sigmoid(logits)
264
+
265
+ labels = ['adherent', 'non_adherent', 'neutral']
266
+ results = []
267
+
268
+ for i in range(len(texts)):
269
+ predictions = (probs[i] > threshold).int()
270
+ result = {
271
+ 'text': texts[i],
272
+ 'labels': {},
273
+ 'probabilities': {}
274
+ }
275
+
276
+ for j, label in enumerate(labels):
277
+ result['labels'][label] = bool(predictions[j])
278
+ result['probabilities'][label] = float(probs[i][j])
279
+
280
+ results.append(result)
281
+
282
+ return results
283
+
284
+ # Example usage
285
+ utterances = [
286
+ "I hear you saying that you want to change but you're not sure how.",
287
+ "You need to stop making excuses and just do it.",
288
+ "How many cigarettes do you smoke per day?"
289
+ ]
290
+
291
+ results = predict_multilabel(utterances, model, tokenizer)
292
+ for r in results:
293
+ print(f"\nText: {r['text'][:60]}...")
294
+ print("Predicted labels:")
295
+ for label in ['adherent', 'non_adherent', 'neutral']:
296
+ status = "✓" if r['labels'][label] else "✗"
297
+ conf = r['probabilities'][label]
298
+ print(f" {status} {label}: {conf:.2%}")
299
+ ```
300
+
301
+ ### Custom Threshold Tuning
302
+
303
+ ```python
304
+ # Adjust threshold for precision/recall trade-off
305
+ def predict_with_custom_threshold(text, model, tokenizer, thresholds):
306
+ """
307
+ Predict with different thresholds for each label.
308
+
309
+ Args:
310
+ thresholds: Dict with keys 'adherent', 'non_adherent', 'neutral'
311
+ """
312
+ inputs = tokenizer(text, return_tensors="pt", truncation=True, max_length=3000)
313
+
314
+ with torch.no_grad():
315
+ logits = model(inputs['input_ids'], inputs['attention_mask'])
316
+ probs = torch.sigmoid(logits)
317
+
318
+ labels_list = ['adherent', 'non_adherent', 'neutral']
319
+ predictions = {}
320
+
321
+ for i, label in enumerate(labels_list):
322
+ threshold = thresholds.get(label, 0.5)
323
+ predictions[label] = {
324
+ 'predicted': bool(probs[0][i] > threshold),
325
+ 'probability': float(probs[0][i]),
326
+ 'threshold': threshold
327
+ }
328
+
329
+ return predictions
330
+
331
+ # Example: Higher threshold for adherent (higher precision)
332
+ custom_thresholds = {
333
+ 'adherent': 0.6,
334
+ 'non_adherent': 0.5,
335
+ 'neutral': 0.5
336
+ }
337
+
338
+ result = predict_with_custom_threshold(
339
+ "What are your thoughts on reducing your drinking?",
340
+ model,
341
+ tokenizer,
342
+ custom_thresholds
343
+ )
344
+ ```
345
+
346
+
347
+ ## Limitations and Bias
348
+
349
+ ### Limitations
350
+
351
+ 1. **Domain Specificity:** Trained on Motivational Interviewing data; may not generalize to other therapeutic modalities
352
+ 2. **Context Dependency:** Performance may vary with utterances lacking proper conversational context
353
+ 3. **Class Imbalance:** Lower performance on "adherent" label due to class imbalance in training data
354
+ 4. **Multilabel Complexity:** Some utterances may have ambiguous or overlapping codes
355
+ 5. **Context Length:** Maximum 3000 tokens; longer texts will be truncated
356
+ 6. **Language:** Trained on English text only
357
+
358
+ ### Potential Biases
359
+
360
+ - Training data may reflect biases from the original coding framework and human coders
361
+ - Performance may vary across different MI contexts (e.g., substance use vs. health behavior change)
362
+ - Cultural and linguistic variations in therapeutic communication may affect predictions
363
+ - The model may be more accurate on populations/contexts similar to training data
364
+
365
+ ### Recommended Use
366
+
367
+ - Use as a screening tool or preliminary analysis, not as definitive behavioral coding
368
+ - Validate predictions with human expert review, especially for critical applications
369
+ - Consider adjusting prediction thresholds based on your use case (precision vs. recall trade-off)
370
+ - Be aware that multilabel predictions may sometimes conflict with clinical judgment
371
+
372
+ ## Technical Specifications
373
+
374
+ ### Model Architecture
375
+
376
+ - **Base:** ModernBERT-base (encoder-only transformer)
377
+ - **Custom Head:** Dropout (0.1) + Linear layer (hidden_size → 3 labels)
378
+ - **Activation:** Sigmoid (for independent label probabilities)
379
+ - **Attention:** Flash Attention 2 implementation
380
+ - **Parameters:** ~110M (inherited from base model + classification head)
381
+ - **Precision:** BFloat16
382
+
383
+ ### Compute Infrastructure
384
+
385
+ - **Training:** Single GPU with CUDA
386
+ - **Inference:** CPU or GPU compatible
387
+ - **Memory:** ~500MB model size
388
+
389
+ ### Label Format
390
+
391
+ ```python
392
+ # Output format
393
+ {
394
+ "adherent": 0 or 1,
395
+ "non_adherent": 0 or 1,
396
+ "neutral": 0 or 1
397
+ }
398
+
399
+ # Example: An utterance can have multiple labels
400
+ # "I hear that you're struggling, and I believe you can overcome this."
401
+ # → adherent=1, non_adherent=0, neutral=0
402
+ ```
403
+
404
+ ## Environmental Impact
405
+
406
+ Training was conducted using mixed precision to optimize resource usage. Exact carbon footprint was not measured.
407
+
408
+ ## Citation
409
+
410
+ If you use this model in your research, please cite:
411
+
412
+ ```bibtex
413
+ @misc{lekhansh2025bcmultilabel,
414
+ author = {Lekhansh},
415
+ title = {Behavioral Coding Multilabel Classifier for Motivational Interviewing},
416
+ year = {2025},
417
+ publisher = {HuggingFace},
418
+ howpublished = {\url{https://huggingface.co/Lekhansh/bc-multilabel-classifier}}
419
+ }
420
+ ```
421
+
422
+ ## References
423
+
424
+ For more information on Motivational Interviewing behavioral coding:
425
+ - Miller, W. R., & Rollnick, S. (2013). *Motivational Interviewing: Helping People Change* (3rd ed.)
426
+ - Moyers, T. B., et al. (2016). *Motivational Interviewing Treatment Integrity Coding Manual 4.2.1*
427
+
428
+ ## Model Card Authors
429
+
430
+ Lekhansh
431
+
432
+ ## Model Card Contact
433
+
434
+ [drlekhansh@gmail.com]
metrics.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "validation": {
3
+ "eval_loss": 0.5891359448432922,
4
+ "eval_hamming_loss": 0.056362699639361157,
5
+ "eval_exact_match": 0.8615146831530139,
6
+ "eval_adherent_precision": 0.7469244288224957,
7
+ "eval_adherent_recall": 0.7227891156462585,
8
+ "eval_adherent_f1": 0.7346585998271391,
9
+ "eval_adherent_accuracy": 0.9051004636785163,
10
+ "eval_non_adherent_precision": 0.8695652173913043,
11
+ "eval_non_adherent_recall": 0.935672514619883,
12
+ "eval_non_adherent_f1": 0.9014084507042254,
13
+ "eval_non_adherent_accuracy": 0.9891808346213292,
14
+ "eval_neutral_precision": 0.978328173374613,
15
+ "eval_neutral_recall": 0.9524447421299397,
16
+ "eval_neutral_f1": 0.9652129645341931,
17
+ "eval_neutral_accuracy": 0.9366306027820711,
18
+ "eval_precision_macro": 0.8649392731961377,
19
+ "eval_recall_macro": 0.870302124132027,
20
+ "eval_f1_macro": 0.8670933383551859,
21
+ "eval_precision_micro": 0.9368852459016394,
22
+ "eval_recall_micro": 0.9156208277703605,
23
+ "eval_f1_micro": 0.9261309925725861,
24
+ "eval_runtime": 5.213,
25
+ "eval_samples_per_second": 620.566,
26
+ "eval_steps_per_second": 51.794,
27
+ "epoch": 14.0
28
+ },
29
+ "test": {
30
+ "eval_loss": 0.5622028708457947,
31
+ "eval_hamming_loss": 0.05790829469345698,
32
+ "eval_exact_match": 0.8562596599690881,
33
+ "eval_adherent_precision": 0.7446808510638298,
34
+ "eval_adherent_recall": 0.741042345276873,
35
+ "eval_adherent_f1": 0.7428571428571429,
36
+ "eval_adherent_accuracy": 0.9026275115919629,
37
+ "eval_non_adherent_precision": 0.8734177215189873,
38
+ "eval_non_adherent_recall": 0.9139072847682119,
39
+ "eval_non_adherent_f1": 0.8932038834951457,
40
+ "eval_non_adherent_accuracy": 0.9897990726429675,
41
+ "eval_neutral_precision": 0.9777321000342583,
42
+ "eval_neutral_recall": 0.9503829503829504,
43
+ "eval_neutral_f1": 0.9638635596082404,
44
+ "eval_neutral_accuracy": 0.9338485316846986,
45
+ "eval_precision_macro": 0.8652768908723584,
46
+ "eval_recall_macro": 0.8684441934760118,
47
+ "eval_f1_macro": 0.8666415286535097,
48
+ "eval_precision_micro": 0.934652928416486,
49
+ "eval_recall_micro": 0.9148089171974523,
50
+ "eval_f1_micro": 0.9246244635193133,
51
+ "eval_runtime": 5.6695,
52
+ "eval_samples_per_second": 570.599,
53
+ "eval_steps_per_second": 47.623,
54
+ "epoch": 14.0
55
+ }
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e06d3c7d8664869b9b707e662aac0d663cd80b13c508f9e089f97e45580bc631
3
+ size 298051748
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": true,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,945 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "|||IP_ADDRESS|||",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "1": {
12
+ "content": "<|padding|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "50254": {
20
+ "content": " ",
21
+ "lstrip": false,
22
+ "normalized": true,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": false
26
+ },
27
+ "50255": {
28
+ "content": " ",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": false
34
+ },
35
+ "50256": {
36
+ "content": " ",
37
+ "lstrip": false,
38
+ "normalized": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": false
42
+ },
43
+ "50257": {
44
+ "content": " ",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ },
51
+ "50258": {
52
+ "content": " ",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": false
58
+ },
59
+ "50259": {
60
+ "content": " ",
61
+ "lstrip": false,
62
+ "normalized": true,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": false
66
+ },
67
+ "50260": {
68
+ "content": " ",
69
+ "lstrip": false,
70
+ "normalized": true,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": false
74
+ },
75
+ "50261": {
76
+ "content": " ",
77
+ "lstrip": false,
78
+ "normalized": true,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": false
82
+ },
83
+ "50262": {
84
+ "content": " ",
85
+ "lstrip": false,
86
+ "normalized": true,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": false
90
+ },
91
+ "50263": {
92
+ "content": " ",
93
+ "lstrip": false,
94
+ "normalized": true,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": false
98
+ },
99
+ "50264": {
100
+ "content": " ",
101
+ "lstrip": false,
102
+ "normalized": true,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": false
106
+ },
107
+ "50265": {
108
+ "content": " ",
109
+ "lstrip": false,
110
+ "normalized": true,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": false
114
+ },
115
+ "50266": {
116
+ "content": " ",
117
+ "lstrip": false,
118
+ "normalized": true,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": false
122
+ },
123
+ "50267": {
124
+ "content": " ",
125
+ "lstrip": false,
126
+ "normalized": true,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": false
130
+ },
131
+ "50268": {
132
+ "content": " ",
133
+ "lstrip": false,
134
+ "normalized": true,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": false
138
+ },
139
+ "50269": {
140
+ "content": " ",
141
+ "lstrip": false,
142
+ "normalized": true,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": false
146
+ },
147
+ "50270": {
148
+ "content": " ",
149
+ "lstrip": false,
150
+ "normalized": true,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": false
154
+ },
155
+ "50271": {
156
+ "content": " ",
157
+ "lstrip": false,
158
+ "normalized": true,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": false
162
+ },
163
+ "50272": {
164
+ "content": " ",
165
+ "lstrip": false,
166
+ "normalized": true,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": false
170
+ },
171
+ "50273": {
172
+ "content": " ",
173
+ "lstrip": false,
174
+ "normalized": true,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": false
178
+ },
179
+ "50274": {
180
+ "content": " ",
181
+ "lstrip": false,
182
+ "normalized": true,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": false
186
+ },
187
+ "50275": {
188
+ "content": " ",
189
+ "lstrip": false,
190
+ "normalized": true,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": false
194
+ },
195
+ "50276": {
196
+ "content": " ",
197
+ "lstrip": false,
198
+ "normalized": true,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": false
202
+ },
203
+ "50277": {
204
+ "content": "|||EMAIL_ADDRESS|||",
205
+ "lstrip": false,
206
+ "normalized": true,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": false
210
+ },
211
+ "50278": {
212
+ "content": "|||PHONE_NUMBER|||",
213
+ "lstrip": false,
214
+ "normalized": true,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": false
218
+ },
219
+ "50279": {
220
+ "content": "<|endoftext|>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": true
226
+ },
227
+ "50280": {
228
+ "content": "[UNK]",
229
+ "lstrip": false,
230
+ "normalized": false,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": true
234
+ },
235
+ "50281": {
236
+ "content": "[CLS]",
237
+ "lstrip": false,
238
+ "normalized": false,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": true
242
+ },
243
+ "50282": {
244
+ "content": "[SEP]",
245
+ "lstrip": false,
246
+ "normalized": false,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": true
250
+ },
251
+ "50283": {
252
+ "content": "[PAD]",
253
+ "lstrip": false,
254
+ "normalized": false,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "50284": {
260
+ "content": "[MASK]",
261
+ "lstrip": true,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": true
266
+ },
267
+ "50285": {
268
+ "content": "[unused0]",
269
+ "lstrip": false,
270
+ "normalized": true,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": false
274
+ },
275
+ "50286": {
276
+ "content": "[unused1]",
277
+ "lstrip": false,
278
+ "normalized": true,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": false
282
+ },
283
+ "50287": {
284
+ "content": "[unused2]",
285
+ "lstrip": false,
286
+ "normalized": true,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": false
290
+ },
291
+ "50288": {
292
+ "content": "[unused3]",
293
+ "lstrip": false,
294
+ "normalized": true,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": false
298
+ },
299
+ "50289": {
300
+ "content": "[unused4]",
301
+ "lstrip": false,
302
+ "normalized": true,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": false
306
+ },
307
+ "50290": {
308
+ "content": "[unused5]",
309
+ "lstrip": false,
310
+ "normalized": true,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": false
314
+ },
315
+ "50291": {
316
+ "content": "[unused6]",
317
+ "lstrip": false,
318
+ "normalized": true,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": false
322
+ },
323
+ "50292": {
324
+ "content": "[unused7]",
325
+ "lstrip": false,
326
+ "normalized": true,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": false
330
+ },
331
+ "50293": {
332
+ "content": "[unused8]",
333
+ "lstrip": false,
334
+ "normalized": true,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": false
338
+ },
339
+ "50294": {
340
+ "content": "[unused9]",
341
+ "lstrip": false,
342
+ "normalized": true,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": false
346
+ },
347
+ "50295": {
348
+ "content": "[unused10]",
349
+ "lstrip": false,
350
+ "normalized": true,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": false
354
+ },
355
+ "50296": {
356
+ "content": "[unused11]",
357
+ "lstrip": false,
358
+ "normalized": true,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": false
362
+ },
363
+ "50297": {
364
+ "content": "[unused12]",
365
+ "lstrip": false,
366
+ "normalized": true,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": false
370
+ },
371
+ "50298": {
372
+ "content": "[unused13]",
373
+ "lstrip": false,
374
+ "normalized": true,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": false
378
+ },
379
+ "50299": {
380
+ "content": "[unused14]",
381
+ "lstrip": false,
382
+ "normalized": true,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": false
386
+ },
387
+ "50300": {
388
+ "content": "[unused15]",
389
+ "lstrip": false,
390
+ "normalized": true,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": false
394
+ },
395
+ "50301": {
396
+ "content": "[unused16]",
397
+ "lstrip": false,
398
+ "normalized": true,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": false
402
+ },
403
+ "50302": {
404
+ "content": "[unused17]",
405
+ "lstrip": false,
406
+ "normalized": true,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": false
410
+ },
411
+ "50303": {
412
+ "content": "[unused18]",
413
+ "lstrip": false,
414
+ "normalized": true,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": false
418
+ },
419
+ "50304": {
420
+ "content": "[unused19]",
421
+ "lstrip": false,
422
+ "normalized": true,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": false
426
+ },
427
+ "50305": {
428
+ "content": "[unused20]",
429
+ "lstrip": false,
430
+ "normalized": true,
431
+ "rstrip": false,
432
+ "single_word": false,
433
+ "special": false
434
+ },
435
+ "50306": {
436
+ "content": "[unused21]",
437
+ "lstrip": false,
438
+ "normalized": true,
439
+ "rstrip": false,
440
+ "single_word": false,
441
+ "special": false
442
+ },
443
+ "50307": {
444
+ "content": "[unused22]",
445
+ "lstrip": false,
446
+ "normalized": true,
447
+ "rstrip": false,
448
+ "single_word": false,
449
+ "special": false
450
+ },
451
+ "50308": {
452
+ "content": "[unused23]",
453
+ "lstrip": false,
454
+ "normalized": true,
455
+ "rstrip": false,
456
+ "single_word": false,
457
+ "special": false
458
+ },
459
+ "50309": {
460
+ "content": "[unused24]",
461
+ "lstrip": false,
462
+ "normalized": true,
463
+ "rstrip": false,
464
+ "single_word": false,
465
+ "special": false
466
+ },
467
+ "50310": {
468
+ "content": "[unused25]",
469
+ "lstrip": false,
470
+ "normalized": true,
471
+ "rstrip": false,
472
+ "single_word": false,
473
+ "special": false
474
+ },
475
+ "50311": {
476
+ "content": "[unused26]",
477
+ "lstrip": false,
478
+ "normalized": true,
479
+ "rstrip": false,
480
+ "single_word": false,
481
+ "special": false
482
+ },
483
+ "50312": {
484
+ "content": "[unused27]",
485
+ "lstrip": false,
486
+ "normalized": true,
487
+ "rstrip": false,
488
+ "single_word": false,
489
+ "special": false
490
+ },
491
+ "50313": {
492
+ "content": "[unused28]",
493
+ "lstrip": false,
494
+ "normalized": true,
495
+ "rstrip": false,
496
+ "single_word": false,
497
+ "special": false
498
+ },
499
+ "50314": {
500
+ "content": "[unused29]",
501
+ "lstrip": false,
502
+ "normalized": true,
503
+ "rstrip": false,
504
+ "single_word": false,
505
+ "special": false
506
+ },
507
+ "50315": {
508
+ "content": "[unused30]",
509
+ "lstrip": false,
510
+ "normalized": true,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": false
514
+ },
515
+ "50316": {
516
+ "content": "[unused31]",
517
+ "lstrip": false,
518
+ "normalized": true,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": false
522
+ },
523
+ "50317": {
524
+ "content": "[unused32]",
525
+ "lstrip": false,
526
+ "normalized": true,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": false
530
+ },
531
+ "50318": {
532
+ "content": "[unused33]",
533
+ "lstrip": false,
534
+ "normalized": true,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": false
538
+ },
539
+ "50319": {
540
+ "content": "[unused34]",
541
+ "lstrip": false,
542
+ "normalized": true,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": false
546
+ },
547
+ "50320": {
548
+ "content": "[unused35]",
549
+ "lstrip": false,
550
+ "normalized": true,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": false
554
+ },
555
+ "50321": {
556
+ "content": "[unused36]",
557
+ "lstrip": false,
558
+ "normalized": true,
559
+ "rstrip": false,
560
+ "single_word": false,
561
+ "special": false
562
+ },
563
+ "50322": {
564
+ "content": "[unused37]",
565
+ "lstrip": false,
566
+ "normalized": true,
567
+ "rstrip": false,
568
+ "single_word": false,
569
+ "special": false
570
+ },
571
+ "50323": {
572
+ "content": "[unused38]",
573
+ "lstrip": false,
574
+ "normalized": true,
575
+ "rstrip": false,
576
+ "single_word": false,
577
+ "special": false
578
+ },
579
+ "50324": {
580
+ "content": "[unused39]",
581
+ "lstrip": false,
582
+ "normalized": true,
583
+ "rstrip": false,
584
+ "single_word": false,
585
+ "special": false
586
+ },
587
+ "50325": {
588
+ "content": "[unused40]",
589
+ "lstrip": false,
590
+ "normalized": true,
591
+ "rstrip": false,
592
+ "single_word": false,
593
+ "special": false
594
+ },
595
+ "50326": {
596
+ "content": "[unused41]",
597
+ "lstrip": false,
598
+ "normalized": true,
599
+ "rstrip": false,
600
+ "single_word": false,
601
+ "special": false
602
+ },
603
+ "50327": {
604
+ "content": "[unused42]",
605
+ "lstrip": false,
606
+ "normalized": true,
607
+ "rstrip": false,
608
+ "single_word": false,
609
+ "special": false
610
+ },
611
+ "50328": {
612
+ "content": "[unused43]",
613
+ "lstrip": false,
614
+ "normalized": true,
615
+ "rstrip": false,
616
+ "single_word": false,
617
+ "special": false
618
+ },
619
+ "50329": {
620
+ "content": "[unused44]",
621
+ "lstrip": false,
622
+ "normalized": true,
623
+ "rstrip": false,
624
+ "single_word": false,
625
+ "special": false
626
+ },
627
+ "50330": {
628
+ "content": "[unused45]",
629
+ "lstrip": false,
630
+ "normalized": true,
631
+ "rstrip": false,
632
+ "single_word": false,
633
+ "special": false
634
+ },
635
+ "50331": {
636
+ "content": "[unused46]",
637
+ "lstrip": false,
638
+ "normalized": true,
639
+ "rstrip": false,
640
+ "single_word": false,
641
+ "special": false
642
+ },
643
+ "50332": {
644
+ "content": "[unused47]",
645
+ "lstrip": false,
646
+ "normalized": true,
647
+ "rstrip": false,
648
+ "single_word": false,
649
+ "special": false
650
+ },
651
+ "50333": {
652
+ "content": "[unused48]",
653
+ "lstrip": false,
654
+ "normalized": true,
655
+ "rstrip": false,
656
+ "single_word": false,
657
+ "special": false
658
+ },
659
+ "50334": {
660
+ "content": "[unused49]",
661
+ "lstrip": false,
662
+ "normalized": true,
663
+ "rstrip": false,
664
+ "single_word": false,
665
+ "special": false
666
+ },
667
+ "50335": {
668
+ "content": "[unused50]",
669
+ "lstrip": false,
670
+ "normalized": true,
671
+ "rstrip": false,
672
+ "single_word": false,
673
+ "special": false
674
+ },
675
+ "50336": {
676
+ "content": "[unused51]",
677
+ "lstrip": false,
678
+ "normalized": true,
679
+ "rstrip": false,
680
+ "single_word": false,
681
+ "special": false
682
+ },
683
+ "50337": {
684
+ "content": "[unused52]",
685
+ "lstrip": false,
686
+ "normalized": true,
687
+ "rstrip": false,
688
+ "single_word": false,
689
+ "special": false
690
+ },
691
+ "50338": {
692
+ "content": "[unused53]",
693
+ "lstrip": false,
694
+ "normalized": true,
695
+ "rstrip": false,
696
+ "single_word": false,
697
+ "special": false
698
+ },
699
+ "50339": {
700
+ "content": "[unused54]",
701
+ "lstrip": false,
702
+ "normalized": true,
703
+ "rstrip": false,
704
+ "single_word": false,
705
+ "special": false
706
+ },
707
+ "50340": {
708
+ "content": "[unused55]",
709
+ "lstrip": false,
710
+ "normalized": true,
711
+ "rstrip": false,
712
+ "single_word": false,
713
+ "special": false
714
+ },
715
+ "50341": {
716
+ "content": "[unused56]",
717
+ "lstrip": false,
718
+ "normalized": true,
719
+ "rstrip": false,
720
+ "single_word": false,
721
+ "special": false
722
+ },
723
+ "50342": {
724
+ "content": "[unused57]",
725
+ "lstrip": false,
726
+ "normalized": true,
727
+ "rstrip": false,
728
+ "single_word": false,
729
+ "special": false
730
+ },
731
+ "50343": {
732
+ "content": "[unused58]",
733
+ "lstrip": false,
734
+ "normalized": true,
735
+ "rstrip": false,
736
+ "single_word": false,
737
+ "special": false
738
+ },
739
+ "50344": {
740
+ "content": "[unused59]",
741
+ "lstrip": false,
742
+ "normalized": true,
743
+ "rstrip": false,
744
+ "single_word": false,
745
+ "special": false
746
+ },
747
+ "50345": {
748
+ "content": "[unused60]",
749
+ "lstrip": false,
750
+ "normalized": true,
751
+ "rstrip": false,
752
+ "single_word": false,
753
+ "special": false
754
+ },
755
+ "50346": {
756
+ "content": "[unused61]",
757
+ "lstrip": false,
758
+ "normalized": true,
759
+ "rstrip": false,
760
+ "single_word": false,
761
+ "special": false
762
+ },
763
+ "50347": {
764
+ "content": "[unused62]",
765
+ "lstrip": false,
766
+ "normalized": true,
767
+ "rstrip": false,
768
+ "single_word": false,
769
+ "special": false
770
+ },
771
+ "50348": {
772
+ "content": "[unused63]",
773
+ "lstrip": false,
774
+ "normalized": true,
775
+ "rstrip": false,
776
+ "single_word": false,
777
+ "special": false
778
+ },
779
+ "50349": {
780
+ "content": "[unused64]",
781
+ "lstrip": false,
782
+ "normalized": true,
783
+ "rstrip": false,
784
+ "single_word": false,
785
+ "special": false
786
+ },
787
+ "50350": {
788
+ "content": "[unused65]",
789
+ "lstrip": false,
790
+ "normalized": true,
791
+ "rstrip": false,
792
+ "single_word": false,
793
+ "special": false
794
+ },
795
+ "50351": {
796
+ "content": "[unused66]",
797
+ "lstrip": false,
798
+ "normalized": true,
799
+ "rstrip": false,
800
+ "single_word": false,
801
+ "special": false
802
+ },
803
+ "50352": {
804
+ "content": "[unused67]",
805
+ "lstrip": false,
806
+ "normalized": true,
807
+ "rstrip": false,
808
+ "single_word": false,
809
+ "special": false
810
+ },
811
+ "50353": {
812
+ "content": "[unused68]",
813
+ "lstrip": false,
814
+ "normalized": true,
815
+ "rstrip": false,
816
+ "single_word": false,
817
+ "special": false
818
+ },
819
+ "50354": {
820
+ "content": "[unused69]",
821
+ "lstrip": false,
822
+ "normalized": true,
823
+ "rstrip": false,
824
+ "single_word": false,
825
+ "special": false
826
+ },
827
+ "50355": {
828
+ "content": "[unused70]",
829
+ "lstrip": false,
830
+ "normalized": true,
831
+ "rstrip": false,
832
+ "single_word": false,
833
+ "special": false
834
+ },
835
+ "50356": {
836
+ "content": "[unused71]",
837
+ "lstrip": false,
838
+ "normalized": true,
839
+ "rstrip": false,
840
+ "single_word": false,
841
+ "special": false
842
+ },
843
+ "50357": {
844
+ "content": "[unused72]",
845
+ "lstrip": false,
846
+ "normalized": true,
847
+ "rstrip": false,
848
+ "single_word": false,
849
+ "special": false
850
+ },
851
+ "50358": {
852
+ "content": "[unused73]",
853
+ "lstrip": false,
854
+ "normalized": true,
855
+ "rstrip": false,
856
+ "single_word": false,
857
+ "special": false
858
+ },
859
+ "50359": {
860
+ "content": "[unused74]",
861
+ "lstrip": false,
862
+ "normalized": true,
863
+ "rstrip": false,
864
+ "single_word": false,
865
+ "special": false
866
+ },
867
+ "50360": {
868
+ "content": "[unused75]",
869
+ "lstrip": false,
870
+ "normalized": true,
871
+ "rstrip": false,
872
+ "single_word": false,
873
+ "special": false
874
+ },
875
+ "50361": {
876
+ "content": "[unused76]",
877
+ "lstrip": false,
878
+ "normalized": true,
879
+ "rstrip": false,
880
+ "single_word": false,
881
+ "special": false
882
+ },
883
+ "50362": {
884
+ "content": "[unused77]",
885
+ "lstrip": false,
886
+ "normalized": true,
887
+ "rstrip": false,
888
+ "single_word": false,
889
+ "special": false
890
+ },
891
+ "50363": {
892
+ "content": "[unused78]",
893
+ "lstrip": false,
894
+ "normalized": true,
895
+ "rstrip": false,
896
+ "single_word": false,
897
+ "special": false
898
+ },
899
+ "50364": {
900
+ "content": "[unused79]",
901
+ "lstrip": false,
902
+ "normalized": true,
903
+ "rstrip": false,
904
+ "single_word": false,
905
+ "special": false
906
+ },
907
+ "50365": {
908
+ "content": "[unused80]",
909
+ "lstrip": false,
910
+ "normalized": true,
911
+ "rstrip": false,
912
+ "single_word": false,
913
+ "special": false
914
+ },
915
+ "50366": {
916
+ "content": "[unused81]",
917
+ "lstrip": false,
918
+ "normalized": true,
919
+ "rstrip": false,
920
+ "single_word": false,
921
+ "special": false
922
+ },
923
+ "50367": {
924
+ "content": "[unused82]",
925
+ "lstrip": false,
926
+ "normalized": true,
927
+ "rstrip": false,
928
+ "single_word": false,
929
+ "special": false
930
+ }
931
+ },
932
+ "clean_up_tokenization_spaces": true,
933
+ "cls_token": "[CLS]",
934
+ "extra_special_tokens": {},
935
+ "mask_token": "[MASK]",
936
+ "model_input_names": [
937
+ "input_ids",
938
+ "attention_mask"
939
+ ],
940
+ "model_max_length": 8192,
941
+ "pad_token": "[PAD]",
942
+ "sep_token": "[SEP]",
943
+ "tokenizer_class": "PreTrainedTokenizerFast",
944
+ "unk_token": "[UNK]"
945
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a62fb32dfb4437129f1fe77ede9079753da1af1a80a5d2cc3e88286adfea1970
3
+ size 5368