Text Generation
PEFT
Safetensors
English
code
type-inference
typescript
code-generation
type-ground
lora
code-t5
unixcoder
llama
qwen
deepseek
Instructions to use fumx66/TypeGround_weight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fumx66/TypeGround_weight with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Add files using upload-large-folder tool
Browse files- .claude/settings.local.json +20 -0
- CodeT5+/ManyTypes4TypeScrip/config.json +32 -0
- CodeT5+/ManyTypes4TypeScrip/generation_config.json +8 -0
- CodeT5+/ManyTypes4TypeScrip/merges.txt +0 -0
- CodeT5+/ManyTypes4TypeScrip/special_tokens_map.json +753 -0
- CodeT5+/ManyTypes4TypeScrip/tokenizer_config.json +959 -0
- CodeT5+/ManyTypes4TypeScrip/vocab.json +0 -0
- CodeT5+/TypeGround/config.json +32 -0
- CodeT5+/TypeGround/generation_config.json +8 -0
- CodeT5+/TypeGround/merges.txt +0 -0
- CodeT5+/TypeGround/model.safetensors +3 -0
- CodeT5+/TypeGround/special_tokens_map.json +753 -0
- CodeT5+/TypeGround/tokenizer_config.json +959 -0
- CodeT5+/TypeGround/vocab.json +0 -0
- CodeT5/ManyTypes4TypeScrip/config.json +68 -0
- CodeT5/ManyTypes4TypeScrip/generation_config.json +8 -0
- CodeT5/ManyTypes4TypeScrip/merges.txt +0 -0
- CodeT5/ManyTypes4TypeScrip/model.safetensors +3 -0
- CodeT5/ManyTypes4TypeScrip/special_tokens_map.json +753 -0
- CodeT5/ManyTypes4TypeScrip/tokenizer_config.json +959 -0
- CodeT5/ManyTypes4TypeScrip/vocab.json +0 -0
- CodeT5/TypeGround/config.json +68 -0
- CodeT5/TypeGround/generation_config.json +8 -0
- CodeT5/TypeGround/merges.txt +0 -0
- CodeT5/TypeGround/model.safetensors +3 -0
- CodeT5/TypeGround/special_tokens_map.json +753 -0
- CodeT5/TypeGround/tokenizer_config.json +959 -0
- CodeT5/TypeGround/vocab.json +0 -0
- DeepSeek-Coder-6.7B/ManyTypes4TypeScrip/lora/sft/adapter_config.json +42 -0
- DeepSeek-Coder-6.7B/ManyTypes4TypeScrip/lora/sft/adapter_model.safetensors +3 -0
- DeepSeek-Coder-6.7B/TypeGround/slice/lora/sft/adapter_config.json +42 -0
- DeepSeek-Coder-6.7B/TypeGround/slice/lora/sft/adapter_model.safetensors +3 -0
- DeepSeek-Coder-6.7B/TypeGround/snippet/lora/sft/adapter_config.json +42 -0
- DeepSeek-Coder-6.7B/TypeGround/snippet/lora/sft/adapter_model.safetensors +3 -0
- Llama3-8B/ManyTypes4TypeScrip/lora/sft/adapter_config.json +42 -0
- Llama3-8B/ManyTypes4TypeScrip/lora/sft/adapter_model.safetensors +3 -0
- Llama3-8B/TypeGround/slice/lora/sft/adapter_config.json +42 -0
- Llama3-8B/TypeGround/slice/lora/sft/adapter_model.safetensors +3 -0
- Llama3-8B/TypeGround/snippet/lora/sft/adapter_config.json +42 -0
- Llama3-8B/TypeGround/snippet/lora/sft/adapter_model.safetensors +3 -0
- Qwen3-14B/ManyTypes4TypeScrip/lora/sft/adapter_config.json +42 -0
- Qwen3-14B/ManyTypes4TypeScrip/lora/sft/adapter_model.safetensors +3 -0
- Qwen3-14B/TypeGround/slice/lora/sft/adapter_config.json +42 -0
- Qwen3-14B/TypeGround/slice/lora/sft/adapter_model.safetensors +3 -0
- Qwen3-14B/TypeGround/snippet/lora/sft/adapter_config.json +42 -0
- Qwen3-14B/TypeGround/snippet/lora/sft/adapter_model.safetensors +3 -0
- README.md +45 -3
- UniXcoder/ManyTypes4TypeScrip/pytorch_model.bin +3 -0
- UniXcoder/TypeGround/pytorch_model.bin +3 -0
- prediction.py +224 -0
.claude/settings.local.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"permissions": {
|
| 3 |
+
"allow": [
|
| 4 |
+
"PowerShell(Rename-Item *)",
|
| 5 |
+
"PowerShell(huggingface-cli *)",
|
| 6 |
+
"PowerShell(hf auth *)",
|
| 7 |
+
"PowerShell(hf upload *)",
|
| 8 |
+
"PowerShell(Get-ChildItem -Path \"G:\\\\TypeGround_weight\" -Recurse -File | Select-Object FullName | ForEach-Object { $_.FullName.Replace\\(\"G:\\\\TypeGround_weight\\\\\", \"\"\\) })",
|
| 9 |
+
"PowerShell(Get-ChildItem -Path \"G:\\\\TypeGround_weight\\\\UniXcode\" -Recurse -File | ForEach-Object { $_.FullName.Replace\\(\"G:\\\\TypeGround_weight\\\\\", \"\"\\) })",
|
| 10 |
+
"PowerShell(if \\(Test-Path \\(Resolve-Path ~\\\\.cache\\\\huggingface\\\\token 2>$null\\)\\) { Write-Host \"HF token cache found\" } elseif \\(Test-Path \\(Join-Path $env:USERPROFILE \".cache\\\\huggingface\\\\token\"\\)\\) { Write-Host \"HF token cache found\" } else { Write-Host \"No HF token cache\" }; if \\($env:HF_TOKEN\\) { Write-Host \"HF_TOKEN env var set\" } else { Write-Host \"No HF_TOKEN env var\" })",
|
| 11 |
+
"PowerShell($size = \\(Get-ChildItem -Path \"G:\\\\TypeGround_weight\" -Recurse -File | Measure-Object -Property Length -Sum\\).Sum; \"Total size: {0:N2} GB\" -f \\($size / 1GB\\))",
|
| 12 |
+
"PowerShell(Get-ChildItem -Path \"G:\\\\TypeGround_weight\" -Directory | ForEach-Object { $size = \\(Get-ChildItem -Path $_.FullName -Recurse -File -ErrorAction SilentlyContinue | Measure-Object -Property Length -Sum\\).Sum; [PSCustomObject]@{Name=$_.Name; SizeGB=[math]::Round\\($size/1GB, 2\\)} } | Sort-Object SizeGB -Descending | Format-Table -AutoSize)",
|
| 13 |
+
"PowerShell(hf repos *)",
|
| 14 |
+
"Bash(hf upload *)",
|
| 15 |
+
"PowerShell(Get-ChildItem -Path \"G:\\\\TypeGround_weight\" -Recurse -File | Where-Object {$_.Length -gt 100MB} | Sort-Object Length -Descending | Select-Object @{N='SizeMB';E={[math]::Round\\($_.Length/1MB, 2\\)}}, FullName)",
|
| 16 |
+
"PowerShell(hf upload-large-folder *)",
|
| 17 |
+
"Bash(hf upload-large-folder *)"
|
| 18 |
+
]
|
| 19 |
+
}
|
| 20 |
+
}
|
CodeT5+/ManyTypes4TypeScrip/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"T5ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"bos_token_id": 1,
|
| 6 |
+
"classifier_dropout": 0.0,
|
| 7 |
+
"d_ff": 3072,
|
| 8 |
+
"d_kv": 64,
|
| 9 |
+
"d_model": 768,
|
| 10 |
+
"decoder_start_token_id": 0,
|
| 11 |
+
"dense_act_fn": "relu",
|
| 12 |
+
"dropout_rate": 0.1,
|
| 13 |
+
"eos_token_id": 2,
|
| 14 |
+
"feed_forward_proj": "relu",
|
| 15 |
+
"initializer_factor": 1.0,
|
| 16 |
+
"is_encoder_decoder": true,
|
| 17 |
+
"is_gated_act": false,
|
| 18 |
+
"layer_norm_epsilon": 1e-06,
|
| 19 |
+
"model_type": "t5",
|
| 20 |
+
"n_positions": 512,
|
| 21 |
+
"num_decoder_layers": 12,
|
| 22 |
+
"num_heads": 12,
|
| 23 |
+
"num_layers": 12,
|
| 24 |
+
"output_past": true,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"relative_attention_max_distance": 128,
|
| 27 |
+
"relative_attention_num_buckets": 32,
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.54.1",
|
| 30 |
+
"use_cache": false,
|
| 31 |
+
"vocab_size": 32100
|
| 32 |
+
}
|
CodeT5+/ManyTypes4TypeScrip/generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"decoder_start_token_id": 0,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"transformers_version": "4.54.1"
|
| 8 |
+
}
|
CodeT5+/ManyTypes4TypeScrip/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CodeT5+/ManyTypes4TypeScrip/special_tokens_map.json
ADDED
|
@@ -0,0 +1,753 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<extra_id_99>",
|
| 5 |
+
"lstrip": true,
|
| 6 |
+
"normalized": true,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "<extra_id_98>",
|
| 12 |
+
"lstrip": true,
|
| 13 |
+
"normalized": true,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": false
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"content": "<extra_id_97>",
|
| 19 |
+
"lstrip": true,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"content": "<extra_id_96>",
|
| 26 |
+
"lstrip": true,
|
| 27 |
+
"normalized": true,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"content": "<extra_id_95>",
|
| 33 |
+
"lstrip": true,
|
| 34 |
+
"normalized": true,
|
| 35 |
+
"rstrip": false,
|
| 36 |
+
"single_word": false
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"content": "<extra_id_94>",
|
| 40 |
+
"lstrip": true,
|
| 41 |
+
"normalized": true,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"content": "<extra_id_93>",
|
| 47 |
+
"lstrip": true,
|
| 48 |
+
"normalized": true,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"content": "<extra_id_92>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": true,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"content": "<extra_id_91>",
|
| 61 |
+
"lstrip": true,
|
| 62 |
+
"normalized": true,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"content": "<extra_id_90>",
|
| 68 |
+
"lstrip": true,
|
| 69 |
+
"normalized": true,
|
| 70 |
+
"rstrip": false,
|
| 71 |
+
"single_word": false
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"content": "<extra_id_89>",
|
| 75 |
+
"lstrip": true,
|
| 76 |
+
"normalized": true,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"single_word": false
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"content": "<extra_id_88>",
|
| 82 |
+
"lstrip": true,
|
| 83 |
+
"normalized": true,
|
| 84 |
+
"rstrip": false,
|
| 85 |
+
"single_word": false
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"content": "<extra_id_87>",
|
| 89 |
+
"lstrip": true,
|
| 90 |
+
"normalized": true,
|
| 91 |
+
"rstrip": false,
|
| 92 |
+
"single_word": false
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"content": "<extra_id_86>",
|
| 96 |
+
"lstrip": true,
|
| 97 |
+
"normalized": true,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"content": "<extra_id_85>",
|
| 103 |
+
"lstrip": true,
|
| 104 |
+
"normalized": true,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"content": "<extra_id_84>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": true,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"content": "<extra_id_83>",
|
| 117 |
+
"lstrip": true,
|
| 118 |
+
"normalized": true,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"content": "<extra_id_82>",
|
| 124 |
+
"lstrip": true,
|
| 125 |
+
"normalized": true,
|
| 126 |
+
"rstrip": false,
|
| 127 |
+
"single_word": false
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"content": "<extra_id_81>",
|
| 131 |
+
"lstrip": true,
|
| 132 |
+
"normalized": true,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"single_word": false
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"content": "<extra_id_80>",
|
| 138 |
+
"lstrip": true,
|
| 139 |
+
"normalized": true,
|
| 140 |
+
"rstrip": false,
|
| 141 |
+
"single_word": false
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"content": "<extra_id_79>",
|
| 145 |
+
"lstrip": true,
|
| 146 |
+
"normalized": true,
|
| 147 |
+
"rstrip": false,
|
| 148 |
+
"single_word": false
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"content": "<extra_id_78>",
|
| 152 |
+
"lstrip": true,
|
| 153 |
+
"normalized": true,
|
| 154 |
+
"rstrip": false,
|
| 155 |
+
"single_word": false
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"content": "<extra_id_77>",
|
| 159 |
+
"lstrip": true,
|
| 160 |
+
"normalized": true,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"content": "<extra_id_76>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": true,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"content": "<extra_id_75>",
|
| 173 |
+
"lstrip": true,
|
| 174 |
+
"normalized": true,
|
| 175 |
+
"rstrip": false,
|
| 176 |
+
"single_word": false
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"content": "<extra_id_74>",
|
| 180 |
+
"lstrip": true,
|
| 181 |
+
"normalized": true,
|
| 182 |
+
"rstrip": false,
|
| 183 |
+
"single_word": false
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"content": "<extra_id_73>",
|
| 187 |
+
"lstrip": true,
|
| 188 |
+
"normalized": true,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"single_word": false
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"content": "<extra_id_72>",
|
| 194 |
+
"lstrip": true,
|
| 195 |
+
"normalized": true,
|
| 196 |
+
"rstrip": false,
|
| 197 |
+
"single_word": false
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"content": "<extra_id_71>",
|
| 201 |
+
"lstrip": true,
|
| 202 |
+
"normalized": true,
|
| 203 |
+
"rstrip": false,
|
| 204 |
+
"single_word": false
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"content": "<extra_id_70>",
|
| 208 |
+
"lstrip": true,
|
| 209 |
+
"normalized": true,
|
| 210 |
+
"rstrip": false,
|
| 211 |
+
"single_word": false
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"content": "<extra_id_69>",
|
| 215 |
+
"lstrip": true,
|
| 216 |
+
"normalized": true,
|
| 217 |
+
"rstrip": false,
|
| 218 |
+
"single_word": false
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"content": "<extra_id_68>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": true,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"content": "<extra_id_67>",
|
| 229 |
+
"lstrip": true,
|
| 230 |
+
"normalized": true,
|
| 231 |
+
"rstrip": false,
|
| 232 |
+
"single_word": false
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"content": "<extra_id_66>",
|
| 236 |
+
"lstrip": true,
|
| 237 |
+
"normalized": true,
|
| 238 |
+
"rstrip": false,
|
| 239 |
+
"single_word": false
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"content": "<extra_id_65>",
|
| 243 |
+
"lstrip": true,
|
| 244 |
+
"normalized": true,
|
| 245 |
+
"rstrip": false,
|
| 246 |
+
"single_word": false
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"content": "<extra_id_64>",
|
| 250 |
+
"lstrip": true,
|
| 251 |
+
"normalized": true,
|
| 252 |
+
"rstrip": false,
|
| 253 |
+
"single_word": false
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"content": "<extra_id_63>",
|
| 257 |
+
"lstrip": true,
|
| 258 |
+
"normalized": true,
|
| 259 |
+
"rstrip": false,
|
| 260 |
+
"single_word": false
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"content": "<extra_id_62>",
|
| 264 |
+
"lstrip": true,
|
| 265 |
+
"normalized": true,
|
| 266 |
+
"rstrip": false,
|
| 267 |
+
"single_word": false
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"content": "<extra_id_61>",
|
| 271 |
+
"lstrip": true,
|
| 272 |
+
"normalized": true,
|
| 273 |
+
"rstrip": false,
|
| 274 |
+
"single_word": false
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"content": "<extra_id_60>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": true,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"content": "<extra_id_59>",
|
| 285 |
+
"lstrip": true,
|
| 286 |
+
"normalized": true,
|
| 287 |
+
"rstrip": false,
|
| 288 |
+
"single_word": false
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"content": "<extra_id_58>",
|
| 292 |
+
"lstrip": true,
|
| 293 |
+
"normalized": true,
|
| 294 |
+
"rstrip": false,
|
| 295 |
+
"single_word": false
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"content": "<extra_id_57>",
|
| 299 |
+
"lstrip": true,
|
| 300 |
+
"normalized": true,
|
| 301 |
+
"rstrip": false,
|
| 302 |
+
"single_word": false
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"content": "<extra_id_56>",
|
| 306 |
+
"lstrip": true,
|
| 307 |
+
"normalized": true,
|
| 308 |
+
"rstrip": false,
|
| 309 |
+
"single_word": false
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"content": "<extra_id_55>",
|
| 313 |
+
"lstrip": true,
|
| 314 |
+
"normalized": true,
|
| 315 |
+
"rstrip": false,
|
| 316 |
+
"single_word": false
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"content": "<extra_id_54>",
|
| 320 |
+
"lstrip": true,
|
| 321 |
+
"normalized": true,
|
| 322 |
+
"rstrip": false,
|
| 323 |
+
"single_word": false
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"content": "<extra_id_53>",
|
| 327 |
+
"lstrip": true,
|
| 328 |
+
"normalized": true,
|
| 329 |
+
"rstrip": false,
|
| 330 |
+
"single_word": false
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"content": "<extra_id_52>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": true,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"content": "<extra_id_51>",
|
| 341 |
+
"lstrip": true,
|
| 342 |
+
"normalized": true,
|
| 343 |
+
"rstrip": false,
|
| 344 |
+
"single_word": false
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"content": "<extra_id_50>",
|
| 348 |
+
"lstrip": true,
|
| 349 |
+
"normalized": true,
|
| 350 |
+
"rstrip": false,
|
| 351 |
+
"single_word": false
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"content": "<extra_id_49>",
|
| 355 |
+
"lstrip": true,
|
| 356 |
+
"normalized": true,
|
| 357 |
+
"rstrip": false,
|
| 358 |
+
"single_word": false
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"content": "<extra_id_48>",
|
| 362 |
+
"lstrip": true,
|
| 363 |
+
"normalized": true,
|
| 364 |
+
"rstrip": false,
|
| 365 |
+
"single_word": false
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"content": "<extra_id_47>",
|
| 369 |
+
"lstrip": true,
|
| 370 |
+
"normalized": true,
|
| 371 |
+
"rstrip": false,
|
| 372 |
+
"single_word": false
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"content": "<extra_id_46>",
|
| 376 |
+
"lstrip": true,
|
| 377 |
+
"normalized": true,
|
| 378 |
+
"rstrip": false,
|
| 379 |
+
"single_word": false
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"content": "<extra_id_45>",
|
| 383 |
+
"lstrip": true,
|
| 384 |
+
"normalized": true,
|
| 385 |
+
"rstrip": false,
|
| 386 |
+
"single_word": false
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"content": "<extra_id_44>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": true,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"content": "<extra_id_43>",
|
| 397 |
+
"lstrip": true,
|
| 398 |
+
"normalized": true,
|
| 399 |
+
"rstrip": false,
|
| 400 |
+
"single_word": false
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"content": "<extra_id_42>",
|
| 404 |
+
"lstrip": true,
|
| 405 |
+
"normalized": true,
|
| 406 |
+
"rstrip": false,
|
| 407 |
+
"single_word": false
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"content": "<extra_id_41>",
|
| 411 |
+
"lstrip": true,
|
| 412 |
+
"normalized": true,
|
| 413 |
+
"rstrip": false,
|
| 414 |
+
"single_word": false
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"content": "<extra_id_40>",
|
| 418 |
+
"lstrip": true,
|
| 419 |
+
"normalized": true,
|
| 420 |
+
"rstrip": false,
|
| 421 |
+
"single_word": false
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"content": "<extra_id_39>",
|
| 425 |
+
"lstrip": true,
|
| 426 |
+
"normalized": true,
|
| 427 |
+
"rstrip": false,
|
| 428 |
+
"single_word": false
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"content": "<extra_id_38>",
|
| 432 |
+
"lstrip": true,
|
| 433 |
+
"normalized": true,
|
| 434 |
+
"rstrip": false,
|
| 435 |
+
"single_word": false
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"content": "<extra_id_37>",
|
| 439 |
+
"lstrip": true,
|
| 440 |
+
"normalized": true,
|
| 441 |
+
"rstrip": false,
|
| 442 |
+
"single_word": false
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"content": "<extra_id_36>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": true,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"content": "<extra_id_35>",
|
| 453 |
+
"lstrip": true,
|
| 454 |
+
"normalized": true,
|
| 455 |
+
"rstrip": false,
|
| 456 |
+
"single_word": false
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"content": "<extra_id_34>",
|
| 460 |
+
"lstrip": true,
|
| 461 |
+
"normalized": true,
|
| 462 |
+
"rstrip": false,
|
| 463 |
+
"single_word": false
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"content": "<extra_id_33>",
|
| 467 |
+
"lstrip": true,
|
| 468 |
+
"normalized": true,
|
| 469 |
+
"rstrip": false,
|
| 470 |
+
"single_word": false
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"content": "<extra_id_32>",
|
| 474 |
+
"lstrip": true,
|
| 475 |
+
"normalized": true,
|
| 476 |
+
"rstrip": false,
|
| 477 |
+
"single_word": false
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"content": "<extra_id_31>",
|
| 481 |
+
"lstrip": true,
|
| 482 |
+
"normalized": true,
|
| 483 |
+
"rstrip": false,
|
| 484 |
+
"single_word": false
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"content": "<extra_id_30>",
|
| 488 |
+
"lstrip": true,
|
| 489 |
+
"normalized": true,
|
| 490 |
+
"rstrip": false,
|
| 491 |
+
"single_word": false
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"content": "<extra_id_29>",
|
| 495 |
+
"lstrip": true,
|
| 496 |
+
"normalized": true,
|
| 497 |
+
"rstrip": false,
|
| 498 |
+
"single_word": false
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"content": "<extra_id_28>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": true,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"content": "<extra_id_27>",
|
| 509 |
+
"lstrip": true,
|
| 510 |
+
"normalized": true,
|
| 511 |
+
"rstrip": false,
|
| 512 |
+
"single_word": false
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"content": "<extra_id_26>",
|
| 516 |
+
"lstrip": true,
|
| 517 |
+
"normalized": true,
|
| 518 |
+
"rstrip": false,
|
| 519 |
+
"single_word": false
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"content": "<extra_id_25>",
|
| 523 |
+
"lstrip": true,
|
| 524 |
+
"normalized": true,
|
| 525 |
+
"rstrip": false,
|
| 526 |
+
"single_word": false
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"content": "<extra_id_24>",
|
| 530 |
+
"lstrip": true,
|
| 531 |
+
"normalized": true,
|
| 532 |
+
"rstrip": false,
|
| 533 |
+
"single_word": false
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"content": "<extra_id_23>",
|
| 537 |
+
"lstrip": true,
|
| 538 |
+
"normalized": true,
|
| 539 |
+
"rstrip": false,
|
| 540 |
+
"single_word": false
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"content": "<extra_id_22>",
|
| 544 |
+
"lstrip": true,
|
| 545 |
+
"normalized": true,
|
| 546 |
+
"rstrip": false,
|
| 547 |
+
"single_word": false
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"content": "<extra_id_21>",
|
| 551 |
+
"lstrip": true,
|
| 552 |
+
"normalized": true,
|
| 553 |
+
"rstrip": false,
|
| 554 |
+
"single_word": false
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"content": "<extra_id_20>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": true,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"content": "<extra_id_19>",
|
| 565 |
+
"lstrip": true,
|
| 566 |
+
"normalized": true,
|
| 567 |
+
"rstrip": false,
|
| 568 |
+
"single_word": false
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"content": "<extra_id_18>",
|
| 572 |
+
"lstrip": true,
|
| 573 |
+
"normalized": true,
|
| 574 |
+
"rstrip": false,
|
| 575 |
+
"single_word": false
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"content": "<extra_id_17>",
|
| 579 |
+
"lstrip": true,
|
| 580 |
+
"normalized": true,
|
| 581 |
+
"rstrip": false,
|
| 582 |
+
"single_word": false
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"content": "<extra_id_16>",
|
| 586 |
+
"lstrip": true,
|
| 587 |
+
"normalized": true,
|
| 588 |
+
"rstrip": false,
|
| 589 |
+
"single_word": false
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"content": "<extra_id_15>",
|
| 593 |
+
"lstrip": true,
|
| 594 |
+
"normalized": true,
|
| 595 |
+
"rstrip": false,
|
| 596 |
+
"single_word": false
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"content": "<extra_id_14>",
|
| 600 |
+
"lstrip": true,
|
| 601 |
+
"normalized": true,
|
| 602 |
+
"rstrip": false,
|
| 603 |
+
"single_word": false
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"content": "<extra_id_13>",
|
| 607 |
+
"lstrip": true,
|
| 608 |
+
"normalized": true,
|
| 609 |
+
"rstrip": false,
|
| 610 |
+
"single_word": false
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"content": "<extra_id_12>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": true,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"content": "<extra_id_11>",
|
| 621 |
+
"lstrip": true,
|
| 622 |
+
"normalized": true,
|
| 623 |
+
"rstrip": false,
|
| 624 |
+
"single_word": false
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"content": "<extra_id_10>",
|
| 628 |
+
"lstrip": true,
|
| 629 |
+
"normalized": true,
|
| 630 |
+
"rstrip": false,
|
| 631 |
+
"single_word": false
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"content": "<extra_id_9>",
|
| 635 |
+
"lstrip": true,
|
| 636 |
+
"normalized": true,
|
| 637 |
+
"rstrip": false,
|
| 638 |
+
"single_word": false
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"content": "<extra_id_8>",
|
| 642 |
+
"lstrip": true,
|
| 643 |
+
"normalized": true,
|
| 644 |
+
"rstrip": false,
|
| 645 |
+
"single_word": false
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"content": "<extra_id_7>",
|
| 649 |
+
"lstrip": true,
|
| 650 |
+
"normalized": true,
|
| 651 |
+
"rstrip": false,
|
| 652 |
+
"single_word": false
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"content": "<extra_id_6>",
|
| 656 |
+
"lstrip": true,
|
| 657 |
+
"normalized": true,
|
| 658 |
+
"rstrip": false,
|
| 659 |
+
"single_word": false
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"content": "<extra_id_5>",
|
| 663 |
+
"lstrip": true,
|
| 664 |
+
"normalized": true,
|
| 665 |
+
"rstrip": false,
|
| 666 |
+
"single_word": false
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"content": "<extra_id_4>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": true,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"content": "<extra_id_3>",
|
| 677 |
+
"lstrip": true,
|
| 678 |
+
"normalized": true,
|
| 679 |
+
"rstrip": false,
|
| 680 |
+
"single_word": false
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"content": "<extra_id_2>",
|
| 684 |
+
"lstrip": true,
|
| 685 |
+
"normalized": true,
|
| 686 |
+
"rstrip": false,
|
| 687 |
+
"single_word": false
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"content": "<extra_id_1>",
|
| 691 |
+
"lstrip": true,
|
| 692 |
+
"normalized": true,
|
| 693 |
+
"rstrip": false,
|
| 694 |
+
"single_word": false
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"content": "<extra_id_0>",
|
| 698 |
+
"lstrip": true,
|
| 699 |
+
"normalized": true,
|
| 700 |
+
"rstrip": false,
|
| 701 |
+
"single_word": false
|
| 702 |
+
}
|
| 703 |
+
],
|
| 704 |
+
"bos_token": {
|
| 705 |
+
"content": "<s>",
|
| 706 |
+
"lstrip": false,
|
| 707 |
+
"normalized": true,
|
| 708 |
+
"rstrip": false,
|
| 709 |
+
"single_word": false
|
| 710 |
+
},
|
| 711 |
+
"cls_token": {
|
| 712 |
+
"content": "<s>",
|
| 713 |
+
"lstrip": false,
|
| 714 |
+
"normalized": true,
|
| 715 |
+
"rstrip": false,
|
| 716 |
+
"single_word": false
|
| 717 |
+
},
|
| 718 |
+
"eos_token": {
|
| 719 |
+
"content": "</s>",
|
| 720 |
+
"lstrip": false,
|
| 721 |
+
"normalized": true,
|
| 722 |
+
"rstrip": false,
|
| 723 |
+
"single_word": false
|
| 724 |
+
},
|
| 725 |
+
"mask_token": {
|
| 726 |
+
"content": "<mask>",
|
| 727 |
+
"lstrip": true,
|
| 728 |
+
"normalized": true,
|
| 729 |
+
"rstrip": false,
|
| 730 |
+
"single_word": false
|
| 731 |
+
},
|
| 732 |
+
"pad_token": {
|
| 733 |
+
"content": "<pad>",
|
| 734 |
+
"lstrip": false,
|
| 735 |
+
"normalized": true,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false
|
| 738 |
+
},
|
| 739 |
+
"sep_token": {
|
| 740 |
+
"content": "</s>",
|
| 741 |
+
"lstrip": false,
|
| 742 |
+
"normalized": true,
|
| 743 |
+
"rstrip": false,
|
| 744 |
+
"single_word": false
|
| 745 |
+
},
|
| 746 |
+
"unk_token": {
|
| 747 |
+
"content": "<unk>",
|
| 748 |
+
"lstrip": false,
|
| 749 |
+
"normalized": true,
|
| 750 |
+
"rstrip": false,
|
| 751 |
+
"single_word": false
|
| 752 |
+
}
|
| 753 |
+
}
|
CodeT5+/ManyTypes4TypeScrip/tokenizer_config.json
ADDED
|
@@ -0,0 +1,959 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<pad>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<s>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": true,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "</s>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": true,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<unk>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": true,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<mask>",
|
| 38 |
+
"lstrip": true,
|
| 39 |
+
"normalized": true,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"32000": {
|
| 45 |
+
"content": "<extra_id_99>",
|
| 46 |
+
"lstrip": true,
|
| 47 |
+
"normalized": true,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"32001": {
|
| 53 |
+
"content": "<extra_id_98>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": true,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"32002": {
|
| 61 |
+
"content": "<extra_id_97>",
|
| 62 |
+
"lstrip": true,
|
| 63 |
+
"normalized": true,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"32003": {
|
| 69 |
+
"content": "<extra_id_96>",
|
| 70 |
+
"lstrip": true,
|
| 71 |
+
"normalized": true,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"32004": {
|
| 77 |
+
"content": "<extra_id_95>",
|
| 78 |
+
"lstrip": true,
|
| 79 |
+
"normalized": true,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"32005": {
|
| 85 |
+
"content": "<extra_id_94>",
|
| 86 |
+
"lstrip": true,
|
| 87 |
+
"normalized": true,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"32006": {
|
| 93 |
+
"content": "<extra_id_93>",
|
| 94 |
+
"lstrip": true,
|
| 95 |
+
"normalized": true,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"32007": {
|
| 101 |
+
"content": "<extra_id_92>",
|
| 102 |
+
"lstrip": true,
|
| 103 |
+
"normalized": true,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"32008": {
|
| 109 |
+
"content": "<extra_id_91>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": true,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"32009": {
|
| 117 |
+
"content": "<extra_id_90>",
|
| 118 |
+
"lstrip": true,
|
| 119 |
+
"normalized": true,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"32010": {
|
| 125 |
+
"content": "<extra_id_89>",
|
| 126 |
+
"lstrip": true,
|
| 127 |
+
"normalized": true,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"32011": {
|
| 133 |
+
"content": "<extra_id_88>",
|
| 134 |
+
"lstrip": true,
|
| 135 |
+
"normalized": true,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"32012": {
|
| 141 |
+
"content": "<extra_id_87>",
|
| 142 |
+
"lstrip": true,
|
| 143 |
+
"normalized": true,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"32013": {
|
| 149 |
+
"content": "<extra_id_86>",
|
| 150 |
+
"lstrip": true,
|
| 151 |
+
"normalized": true,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"32014": {
|
| 157 |
+
"content": "<extra_id_85>",
|
| 158 |
+
"lstrip": true,
|
| 159 |
+
"normalized": true,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"32015": {
|
| 165 |
+
"content": "<extra_id_84>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": true,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"32016": {
|
| 173 |
+
"content": "<extra_id_83>",
|
| 174 |
+
"lstrip": true,
|
| 175 |
+
"normalized": true,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"32017": {
|
| 181 |
+
"content": "<extra_id_82>",
|
| 182 |
+
"lstrip": true,
|
| 183 |
+
"normalized": true,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"32018": {
|
| 189 |
+
"content": "<extra_id_81>",
|
| 190 |
+
"lstrip": true,
|
| 191 |
+
"normalized": true,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"32019": {
|
| 197 |
+
"content": "<extra_id_80>",
|
| 198 |
+
"lstrip": true,
|
| 199 |
+
"normalized": true,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"32020": {
|
| 205 |
+
"content": "<extra_id_79>",
|
| 206 |
+
"lstrip": true,
|
| 207 |
+
"normalized": true,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"32021": {
|
| 213 |
+
"content": "<extra_id_78>",
|
| 214 |
+
"lstrip": true,
|
| 215 |
+
"normalized": true,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"32022": {
|
| 221 |
+
"content": "<extra_id_77>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": true,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"32023": {
|
| 229 |
+
"content": "<extra_id_76>",
|
| 230 |
+
"lstrip": true,
|
| 231 |
+
"normalized": true,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"32024": {
|
| 237 |
+
"content": "<extra_id_75>",
|
| 238 |
+
"lstrip": true,
|
| 239 |
+
"normalized": true,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"32025": {
|
| 245 |
+
"content": "<extra_id_74>",
|
| 246 |
+
"lstrip": true,
|
| 247 |
+
"normalized": true,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"32026": {
|
| 253 |
+
"content": "<extra_id_73>",
|
| 254 |
+
"lstrip": true,
|
| 255 |
+
"normalized": true,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"32027": {
|
| 261 |
+
"content": "<extra_id_72>",
|
| 262 |
+
"lstrip": true,
|
| 263 |
+
"normalized": true,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"32028": {
|
| 269 |
+
"content": "<extra_id_71>",
|
| 270 |
+
"lstrip": true,
|
| 271 |
+
"normalized": true,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"32029": {
|
| 277 |
+
"content": "<extra_id_70>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": true,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"32030": {
|
| 285 |
+
"content": "<extra_id_69>",
|
| 286 |
+
"lstrip": true,
|
| 287 |
+
"normalized": true,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"32031": {
|
| 293 |
+
"content": "<extra_id_68>",
|
| 294 |
+
"lstrip": true,
|
| 295 |
+
"normalized": true,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"32032": {
|
| 301 |
+
"content": "<extra_id_67>",
|
| 302 |
+
"lstrip": true,
|
| 303 |
+
"normalized": true,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"32033": {
|
| 309 |
+
"content": "<extra_id_66>",
|
| 310 |
+
"lstrip": true,
|
| 311 |
+
"normalized": true,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"32034": {
|
| 317 |
+
"content": "<extra_id_65>",
|
| 318 |
+
"lstrip": true,
|
| 319 |
+
"normalized": true,
|
| 320 |
+
"rstrip": false,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"32035": {
|
| 325 |
+
"content": "<extra_id_64>",
|
| 326 |
+
"lstrip": true,
|
| 327 |
+
"normalized": true,
|
| 328 |
+
"rstrip": false,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"32036": {
|
| 333 |
+
"content": "<extra_id_63>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": true,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"32037": {
|
| 341 |
+
"content": "<extra_id_62>",
|
| 342 |
+
"lstrip": true,
|
| 343 |
+
"normalized": true,
|
| 344 |
+
"rstrip": false,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"32038": {
|
| 349 |
+
"content": "<extra_id_61>",
|
| 350 |
+
"lstrip": true,
|
| 351 |
+
"normalized": true,
|
| 352 |
+
"rstrip": false,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"32039": {
|
| 357 |
+
"content": "<extra_id_60>",
|
| 358 |
+
"lstrip": true,
|
| 359 |
+
"normalized": true,
|
| 360 |
+
"rstrip": false,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"32040": {
|
| 365 |
+
"content": "<extra_id_59>",
|
| 366 |
+
"lstrip": true,
|
| 367 |
+
"normalized": true,
|
| 368 |
+
"rstrip": false,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"32041": {
|
| 373 |
+
"content": "<extra_id_58>",
|
| 374 |
+
"lstrip": true,
|
| 375 |
+
"normalized": true,
|
| 376 |
+
"rstrip": false,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"32042": {
|
| 381 |
+
"content": "<extra_id_57>",
|
| 382 |
+
"lstrip": true,
|
| 383 |
+
"normalized": true,
|
| 384 |
+
"rstrip": false,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"32043": {
|
| 389 |
+
"content": "<extra_id_56>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": true,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"32044": {
|
| 397 |
+
"content": "<extra_id_55>",
|
| 398 |
+
"lstrip": true,
|
| 399 |
+
"normalized": true,
|
| 400 |
+
"rstrip": false,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"32045": {
|
| 405 |
+
"content": "<extra_id_54>",
|
| 406 |
+
"lstrip": true,
|
| 407 |
+
"normalized": true,
|
| 408 |
+
"rstrip": false,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"32046": {
|
| 413 |
+
"content": "<extra_id_53>",
|
| 414 |
+
"lstrip": true,
|
| 415 |
+
"normalized": true,
|
| 416 |
+
"rstrip": false,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"32047": {
|
| 421 |
+
"content": "<extra_id_52>",
|
| 422 |
+
"lstrip": true,
|
| 423 |
+
"normalized": true,
|
| 424 |
+
"rstrip": false,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"32048": {
|
| 429 |
+
"content": "<extra_id_51>",
|
| 430 |
+
"lstrip": true,
|
| 431 |
+
"normalized": true,
|
| 432 |
+
"rstrip": false,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
},
|
| 436 |
+
"32049": {
|
| 437 |
+
"content": "<extra_id_50>",
|
| 438 |
+
"lstrip": true,
|
| 439 |
+
"normalized": true,
|
| 440 |
+
"rstrip": false,
|
| 441 |
+
"single_word": false,
|
| 442 |
+
"special": true
|
| 443 |
+
},
|
| 444 |
+
"32050": {
|
| 445 |
+
"content": "<extra_id_49>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": true,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false,
|
| 450 |
+
"special": true
|
| 451 |
+
},
|
| 452 |
+
"32051": {
|
| 453 |
+
"content": "<extra_id_48>",
|
| 454 |
+
"lstrip": true,
|
| 455 |
+
"normalized": true,
|
| 456 |
+
"rstrip": false,
|
| 457 |
+
"single_word": false,
|
| 458 |
+
"special": true
|
| 459 |
+
},
|
| 460 |
+
"32052": {
|
| 461 |
+
"content": "<extra_id_47>",
|
| 462 |
+
"lstrip": true,
|
| 463 |
+
"normalized": true,
|
| 464 |
+
"rstrip": false,
|
| 465 |
+
"single_word": false,
|
| 466 |
+
"special": true
|
| 467 |
+
},
|
| 468 |
+
"32053": {
|
| 469 |
+
"content": "<extra_id_46>",
|
| 470 |
+
"lstrip": true,
|
| 471 |
+
"normalized": true,
|
| 472 |
+
"rstrip": false,
|
| 473 |
+
"single_word": false,
|
| 474 |
+
"special": true
|
| 475 |
+
},
|
| 476 |
+
"32054": {
|
| 477 |
+
"content": "<extra_id_45>",
|
| 478 |
+
"lstrip": true,
|
| 479 |
+
"normalized": true,
|
| 480 |
+
"rstrip": false,
|
| 481 |
+
"single_word": false,
|
| 482 |
+
"special": true
|
| 483 |
+
},
|
| 484 |
+
"32055": {
|
| 485 |
+
"content": "<extra_id_44>",
|
| 486 |
+
"lstrip": true,
|
| 487 |
+
"normalized": true,
|
| 488 |
+
"rstrip": false,
|
| 489 |
+
"single_word": false,
|
| 490 |
+
"special": true
|
| 491 |
+
},
|
| 492 |
+
"32056": {
|
| 493 |
+
"content": "<extra_id_43>",
|
| 494 |
+
"lstrip": true,
|
| 495 |
+
"normalized": true,
|
| 496 |
+
"rstrip": false,
|
| 497 |
+
"single_word": false,
|
| 498 |
+
"special": true
|
| 499 |
+
},
|
| 500 |
+
"32057": {
|
| 501 |
+
"content": "<extra_id_42>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": true,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false,
|
| 506 |
+
"special": true
|
| 507 |
+
},
|
| 508 |
+
"32058": {
|
| 509 |
+
"content": "<extra_id_41>",
|
| 510 |
+
"lstrip": true,
|
| 511 |
+
"normalized": true,
|
| 512 |
+
"rstrip": false,
|
| 513 |
+
"single_word": false,
|
| 514 |
+
"special": true
|
| 515 |
+
},
|
| 516 |
+
"32059": {
|
| 517 |
+
"content": "<extra_id_40>",
|
| 518 |
+
"lstrip": true,
|
| 519 |
+
"normalized": true,
|
| 520 |
+
"rstrip": false,
|
| 521 |
+
"single_word": false,
|
| 522 |
+
"special": true
|
| 523 |
+
},
|
| 524 |
+
"32060": {
|
| 525 |
+
"content": "<extra_id_39>",
|
| 526 |
+
"lstrip": true,
|
| 527 |
+
"normalized": true,
|
| 528 |
+
"rstrip": false,
|
| 529 |
+
"single_word": false,
|
| 530 |
+
"special": true
|
| 531 |
+
},
|
| 532 |
+
"32061": {
|
| 533 |
+
"content": "<extra_id_38>",
|
| 534 |
+
"lstrip": true,
|
| 535 |
+
"normalized": true,
|
| 536 |
+
"rstrip": false,
|
| 537 |
+
"single_word": false,
|
| 538 |
+
"special": true
|
| 539 |
+
},
|
| 540 |
+
"32062": {
|
| 541 |
+
"content": "<extra_id_37>",
|
| 542 |
+
"lstrip": true,
|
| 543 |
+
"normalized": true,
|
| 544 |
+
"rstrip": false,
|
| 545 |
+
"single_word": false,
|
| 546 |
+
"special": true
|
| 547 |
+
},
|
| 548 |
+
"32063": {
|
| 549 |
+
"content": "<extra_id_36>",
|
| 550 |
+
"lstrip": true,
|
| 551 |
+
"normalized": true,
|
| 552 |
+
"rstrip": false,
|
| 553 |
+
"single_word": false,
|
| 554 |
+
"special": true
|
| 555 |
+
},
|
| 556 |
+
"32064": {
|
| 557 |
+
"content": "<extra_id_35>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": true,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false,
|
| 562 |
+
"special": true
|
| 563 |
+
},
|
| 564 |
+
"32065": {
|
| 565 |
+
"content": "<extra_id_34>",
|
| 566 |
+
"lstrip": true,
|
| 567 |
+
"normalized": true,
|
| 568 |
+
"rstrip": false,
|
| 569 |
+
"single_word": false,
|
| 570 |
+
"special": true
|
| 571 |
+
},
|
| 572 |
+
"32066": {
|
| 573 |
+
"content": "<extra_id_33>",
|
| 574 |
+
"lstrip": true,
|
| 575 |
+
"normalized": true,
|
| 576 |
+
"rstrip": false,
|
| 577 |
+
"single_word": false,
|
| 578 |
+
"special": true
|
| 579 |
+
},
|
| 580 |
+
"32067": {
|
| 581 |
+
"content": "<extra_id_32>",
|
| 582 |
+
"lstrip": true,
|
| 583 |
+
"normalized": true,
|
| 584 |
+
"rstrip": false,
|
| 585 |
+
"single_word": false,
|
| 586 |
+
"special": true
|
| 587 |
+
},
|
| 588 |
+
"32068": {
|
| 589 |
+
"content": "<extra_id_31>",
|
| 590 |
+
"lstrip": true,
|
| 591 |
+
"normalized": true,
|
| 592 |
+
"rstrip": false,
|
| 593 |
+
"single_word": false,
|
| 594 |
+
"special": true
|
| 595 |
+
},
|
| 596 |
+
"32069": {
|
| 597 |
+
"content": "<extra_id_30>",
|
| 598 |
+
"lstrip": true,
|
| 599 |
+
"normalized": true,
|
| 600 |
+
"rstrip": false,
|
| 601 |
+
"single_word": false,
|
| 602 |
+
"special": true
|
| 603 |
+
},
|
| 604 |
+
"32070": {
|
| 605 |
+
"content": "<extra_id_29>",
|
| 606 |
+
"lstrip": true,
|
| 607 |
+
"normalized": true,
|
| 608 |
+
"rstrip": false,
|
| 609 |
+
"single_word": false,
|
| 610 |
+
"special": true
|
| 611 |
+
},
|
| 612 |
+
"32071": {
|
| 613 |
+
"content": "<extra_id_28>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": true,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false,
|
| 618 |
+
"special": true
|
| 619 |
+
},
|
| 620 |
+
"32072": {
|
| 621 |
+
"content": "<extra_id_27>",
|
| 622 |
+
"lstrip": true,
|
| 623 |
+
"normalized": true,
|
| 624 |
+
"rstrip": false,
|
| 625 |
+
"single_word": false,
|
| 626 |
+
"special": true
|
| 627 |
+
},
|
| 628 |
+
"32073": {
|
| 629 |
+
"content": "<extra_id_26>",
|
| 630 |
+
"lstrip": true,
|
| 631 |
+
"normalized": true,
|
| 632 |
+
"rstrip": false,
|
| 633 |
+
"single_word": false,
|
| 634 |
+
"special": true
|
| 635 |
+
},
|
| 636 |
+
"32074": {
|
| 637 |
+
"content": "<extra_id_25>",
|
| 638 |
+
"lstrip": true,
|
| 639 |
+
"normalized": true,
|
| 640 |
+
"rstrip": false,
|
| 641 |
+
"single_word": false,
|
| 642 |
+
"special": true
|
| 643 |
+
},
|
| 644 |
+
"32075": {
|
| 645 |
+
"content": "<extra_id_24>",
|
| 646 |
+
"lstrip": true,
|
| 647 |
+
"normalized": true,
|
| 648 |
+
"rstrip": false,
|
| 649 |
+
"single_word": false,
|
| 650 |
+
"special": true
|
| 651 |
+
},
|
| 652 |
+
"32076": {
|
| 653 |
+
"content": "<extra_id_23>",
|
| 654 |
+
"lstrip": true,
|
| 655 |
+
"normalized": true,
|
| 656 |
+
"rstrip": false,
|
| 657 |
+
"single_word": false,
|
| 658 |
+
"special": true
|
| 659 |
+
},
|
| 660 |
+
"32077": {
|
| 661 |
+
"content": "<extra_id_22>",
|
| 662 |
+
"lstrip": true,
|
| 663 |
+
"normalized": true,
|
| 664 |
+
"rstrip": false,
|
| 665 |
+
"single_word": false,
|
| 666 |
+
"special": true
|
| 667 |
+
},
|
| 668 |
+
"32078": {
|
| 669 |
+
"content": "<extra_id_21>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": true,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false,
|
| 674 |
+
"special": true
|
| 675 |
+
},
|
| 676 |
+
"32079": {
|
| 677 |
+
"content": "<extra_id_20>",
|
| 678 |
+
"lstrip": true,
|
| 679 |
+
"normalized": true,
|
| 680 |
+
"rstrip": false,
|
| 681 |
+
"single_word": false,
|
| 682 |
+
"special": true
|
| 683 |
+
},
|
| 684 |
+
"32080": {
|
| 685 |
+
"content": "<extra_id_19>",
|
| 686 |
+
"lstrip": true,
|
| 687 |
+
"normalized": true,
|
| 688 |
+
"rstrip": false,
|
| 689 |
+
"single_word": false,
|
| 690 |
+
"special": true
|
| 691 |
+
},
|
| 692 |
+
"32081": {
|
| 693 |
+
"content": "<extra_id_18>",
|
| 694 |
+
"lstrip": true,
|
| 695 |
+
"normalized": true,
|
| 696 |
+
"rstrip": false,
|
| 697 |
+
"single_word": false,
|
| 698 |
+
"special": true
|
| 699 |
+
},
|
| 700 |
+
"32082": {
|
| 701 |
+
"content": "<extra_id_17>",
|
| 702 |
+
"lstrip": true,
|
| 703 |
+
"normalized": true,
|
| 704 |
+
"rstrip": false,
|
| 705 |
+
"single_word": false,
|
| 706 |
+
"special": true
|
| 707 |
+
},
|
| 708 |
+
"32083": {
|
| 709 |
+
"content": "<extra_id_16>",
|
| 710 |
+
"lstrip": true,
|
| 711 |
+
"normalized": true,
|
| 712 |
+
"rstrip": false,
|
| 713 |
+
"single_word": false,
|
| 714 |
+
"special": true
|
| 715 |
+
},
|
| 716 |
+
"32084": {
|
| 717 |
+
"content": "<extra_id_15>",
|
| 718 |
+
"lstrip": true,
|
| 719 |
+
"normalized": true,
|
| 720 |
+
"rstrip": false,
|
| 721 |
+
"single_word": false,
|
| 722 |
+
"special": true
|
| 723 |
+
},
|
| 724 |
+
"32085": {
|
| 725 |
+
"content": "<extra_id_14>",
|
| 726 |
+
"lstrip": true,
|
| 727 |
+
"normalized": true,
|
| 728 |
+
"rstrip": false,
|
| 729 |
+
"single_word": false,
|
| 730 |
+
"special": true
|
| 731 |
+
},
|
| 732 |
+
"32086": {
|
| 733 |
+
"content": "<extra_id_13>",
|
| 734 |
+
"lstrip": true,
|
| 735 |
+
"normalized": true,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false,
|
| 738 |
+
"special": true
|
| 739 |
+
},
|
| 740 |
+
"32087": {
|
| 741 |
+
"content": "<extra_id_12>",
|
| 742 |
+
"lstrip": true,
|
| 743 |
+
"normalized": true,
|
| 744 |
+
"rstrip": false,
|
| 745 |
+
"single_word": false,
|
| 746 |
+
"special": true
|
| 747 |
+
},
|
| 748 |
+
"32088": {
|
| 749 |
+
"content": "<extra_id_11>",
|
| 750 |
+
"lstrip": true,
|
| 751 |
+
"normalized": true,
|
| 752 |
+
"rstrip": false,
|
| 753 |
+
"single_word": false,
|
| 754 |
+
"special": true
|
| 755 |
+
},
|
| 756 |
+
"32089": {
|
| 757 |
+
"content": "<extra_id_10>",
|
| 758 |
+
"lstrip": true,
|
| 759 |
+
"normalized": true,
|
| 760 |
+
"rstrip": false,
|
| 761 |
+
"single_word": false,
|
| 762 |
+
"special": true
|
| 763 |
+
},
|
| 764 |
+
"32090": {
|
| 765 |
+
"content": "<extra_id_9>",
|
| 766 |
+
"lstrip": true,
|
| 767 |
+
"normalized": true,
|
| 768 |
+
"rstrip": false,
|
| 769 |
+
"single_word": false,
|
| 770 |
+
"special": true
|
| 771 |
+
},
|
| 772 |
+
"32091": {
|
| 773 |
+
"content": "<extra_id_8>",
|
| 774 |
+
"lstrip": true,
|
| 775 |
+
"normalized": true,
|
| 776 |
+
"rstrip": false,
|
| 777 |
+
"single_word": false,
|
| 778 |
+
"special": true
|
| 779 |
+
},
|
| 780 |
+
"32092": {
|
| 781 |
+
"content": "<extra_id_7>",
|
| 782 |
+
"lstrip": true,
|
| 783 |
+
"normalized": true,
|
| 784 |
+
"rstrip": false,
|
| 785 |
+
"single_word": false,
|
| 786 |
+
"special": true
|
| 787 |
+
},
|
| 788 |
+
"32093": {
|
| 789 |
+
"content": "<extra_id_6>",
|
| 790 |
+
"lstrip": true,
|
| 791 |
+
"normalized": true,
|
| 792 |
+
"rstrip": false,
|
| 793 |
+
"single_word": false,
|
| 794 |
+
"special": true
|
| 795 |
+
},
|
| 796 |
+
"32094": {
|
| 797 |
+
"content": "<extra_id_5>",
|
| 798 |
+
"lstrip": true,
|
| 799 |
+
"normalized": true,
|
| 800 |
+
"rstrip": false,
|
| 801 |
+
"single_word": false,
|
| 802 |
+
"special": true
|
| 803 |
+
},
|
| 804 |
+
"32095": {
|
| 805 |
+
"content": "<extra_id_4>",
|
| 806 |
+
"lstrip": true,
|
| 807 |
+
"normalized": true,
|
| 808 |
+
"rstrip": false,
|
| 809 |
+
"single_word": false,
|
| 810 |
+
"special": true
|
| 811 |
+
},
|
| 812 |
+
"32096": {
|
| 813 |
+
"content": "<extra_id_3>",
|
| 814 |
+
"lstrip": true,
|
| 815 |
+
"normalized": true,
|
| 816 |
+
"rstrip": false,
|
| 817 |
+
"single_word": false,
|
| 818 |
+
"special": true
|
| 819 |
+
},
|
| 820 |
+
"32097": {
|
| 821 |
+
"content": "<extra_id_2>",
|
| 822 |
+
"lstrip": true,
|
| 823 |
+
"normalized": true,
|
| 824 |
+
"rstrip": false,
|
| 825 |
+
"single_word": false,
|
| 826 |
+
"special": true
|
| 827 |
+
},
|
| 828 |
+
"32098": {
|
| 829 |
+
"content": "<extra_id_1>",
|
| 830 |
+
"lstrip": true,
|
| 831 |
+
"normalized": true,
|
| 832 |
+
"rstrip": false,
|
| 833 |
+
"single_word": false,
|
| 834 |
+
"special": true
|
| 835 |
+
},
|
| 836 |
+
"32099": {
|
| 837 |
+
"content": "<extra_id_0>",
|
| 838 |
+
"lstrip": true,
|
| 839 |
+
"normalized": true,
|
| 840 |
+
"rstrip": false,
|
| 841 |
+
"single_word": false,
|
| 842 |
+
"special": true
|
| 843 |
+
}
|
| 844 |
+
},
|
| 845 |
+
"additional_special_tokens": [
|
| 846 |
+
"<extra_id_99>",
|
| 847 |
+
"<extra_id_98>",
|
| 848 |
+
"<extra_id_97>",
|
| 849 |
+
"<extra_id_96>",
|
| 850 |
+
"<extra_id_95>",
|
| 851 |
+
"<extra_id_94>",
|
| 852 |
+
"<extra_id_93>",
|
| 853 |
+
"<extra_id_92>",
|
| 854 |
+
"<extra_id_91>",
|
| 855 |
+
"<extra_id_90>",
|
| 856 |
+
"<extra_id_89>",
|
| 857 |
+
"<extra_id_88>",
|
| 858 |
+
"<extra_id_87>",
|
| 859 |
+
"<extra_id_86>",
|
| 860 |
+
"<extra_id_85>",
|
| 861 |
+
"<extra_id_84>",
|
| 862 |
+
"<extra_id_83>",
|
| 863 |
+
"<extra_id_82>",
|
| 864 |
+
"<extra_id_81>",
|
| 865 |
+
"<extra_id_80>",
|
| 866 |
+
"<extra_id_79>",
|
| 867 |
+
"<extra_id_78>",
|
| 868 |
+
"<extra_id_77>",
|
| 869 |
+
"<extra_id_76>",
|
| 870 |
+
"<extra_id_75>",
|
| 871 |
+
"<extra_id_74>",
|
| 872 |
+
"<extra_id_73>",
|
| 873 |
+
"<extra_id_72>",
|
| 874 |
+
"<extra_id_71>",
|
| 875 |
+
"<extra_id_70>",
|
| 876 |
+
"<extra_id_69>",
|
| 877 |
+
"<extra_id_68>",
|
| 878 |
+
"<extra_id_67>",
|
| 879 |
+
"<extra_id_66>",
|
| 880 |
+
"<extra_id_65>",
|
| 881 |
+
"<extra_id_64>",
|
| 882 |
+
"<extra_id_63>",
|
| 883 |
+
"<extra_id_62>",
|
| 884 |
+
"<extra_id_61>",
|
| 885 |
+
"<extra_id_60>",
|
| 886 |
+
"<extra_id_59>",
|
| 887 |
+
"<extra_id_58>",
|
| 888 |
+
"<extra_id_57>",
|
| 889 |
+
"<extra_id_56>",
|
| 890 |
+
"<extra_id_55>",
|
| 891 |
+
"<extra_id_54>",
|
| 892 |
+
"<extra_id_53>",
|
| 893 |
+
"<extra_id_52>",
|
| 894 |
+
"<extra_id_51>",
|
| 895 |
+
"<extra_id_50>",
|
| 896 |
+
"<extra_id_49>",
|
| 897 |
+
"<extra_id_48>",
|
| 898 |
+
"<extra_id_47>",
|
| 899 |
+
"<extra_id_46>",
|
| 900 |
+
"<extra_id_45>",
|
| 901 |
+
"<extra_id_44>",
|
| 902 |
+
"<extra_id_43>",
|
| 903 |
+
"<extra_id_42>",
|
| 904 |
+
"<extra_id_41>",
|
| 905 |
+
"<extra_id_40>",
|
| 906 |
+
"<extra_id_39>",
|
| 907 |
+
"<extra_id_38>",
|
| 908 |
+
"<extra_id_37>",
|
| 909 |
+
"<extra_id_36>",
|
| 910 |
+
"<extra_id_35>",
|
| 911 |
+
"<extra_id_34>",
|
| 912 |
+
"<extra_id_33>",
|
| 913 |
+
"<extra_id_32>",
|
| 914 |
+
"<extra_id_31>",
|
| 915 |
+
"<extra_id_30>",
|
| 916 |
+
"<extra_id_29>",
|
| 917 |
+
"<extra_id_28>",
|
| 918 |
+
"<extra_id_27>",
|
| 919 |
+
"<extra_id_26>",
|
| 920 |
+
"<extra_id_25>",
|
| 921 |
+
"<extra_id_24>",
|
| 922 |
+
"<extra_id_23>",
|
| 923 |
+
"<extra_id_22>",
|
| 924 |
+
"<extra_id_21>",
|
| 925 |
+
"<extra_id_20>",
|
| 926 |
+
"<extra_id_19>",
|
| 927 |
+
"<extra_id_18>",
|
| 928 |
+
"<extra_id_17>",
|
| 929 |
+
"<extra_id_16>",
|
| 930 |
+
"<extra_id_15>",
|
| 931 |
+
"<extra_id_14>",
|
| 932 |
+
"<extra_id_13>",
|
| 933 |
+
"<extra_id_12>",
|
| 934 |
+
"<extra_id_11>",
|
| 935 |
+
"<extra_id_10>",
|
| 936 |
+
"<extra_id_9>",
|
| 937 |
+
"<extra_id_8>",
|
| 938 |
+
"<extra_id_7>",
|
| 939 |
+
"<extra_id_6>",
|
| 940 |
+
"<extra_id_5>",
|
| 941 |
+
"<extra_id_4>",
|
| 942 |
+
"<extra_id_3>",
|
| 943 |
+
"<extra_id_2>",
|
| 944 |
+
"<extra_id_1>",
|
| 945 |
+
"<extra_id_0>"
|
| 946 |
+
],
|
| 947 |
+
"bos_token": "<s>",
|
| 948 |
+
"clean_up_tokenization_spaces": false,
|
| 949 |
+
"cls_token": "<s>",
|
| 950 |
+
"eos_token": "</s>",
|
| 951 |
+
"errors": "replace",
|
| 952 |
+
"extra_special_tokens": {},
|
| 953 |
+
"mask_token": "<mask>",
|
| 954 |
+
"model_max_length": 512,
|
| 955 |
+
"pad_token": "<pad>",
|
| 956 |
+
"sep_token": "</s>",
|
| 957 |
+
"tokenizer_class": "RobertaTokenizer",
|
| 958 |
+
"unk_token": "<unk>"
|
| 959 |
+
}
|
CodeT5+/ManyTypes4TypeScrip/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CodeT5+/TypeGround/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"T5ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"bos_token_id": 1,
|
| 6 |
+
"classifier_dropout": 0.0,
|
| 7 |
+
"d_ff": 3072,
|
| 8 |
+
"d_kv": 64,
|
| 9 |
+
"d_model": 768,
|
| 10 |
+
"decoder_start_token_id": 0,
|
| 11 |
+
"dense_act_fn": "relu",
|
| 12 |
+
"dropout_rate": 0.1,
|
| 13 |
+
"dtype": "float32",
|
| 14 |
+
"eos_token_id": 2,
|
| 15 |
+
"feed_forward_proj": "relu",
|
| 16 |
+
"initializer_factor": 1.0,
|
| 17 |
+
"is_encoder_decoder": true,
|
| 18 |
+
"is_gated_act": false,
|
| 19 |
+
"layer_norm_epsilon": 1e-06,
|
| 20 |
+
"model_type": "t5",
|
| 21 |
+
"n_positions": 512,
|
| 22 |
+
"num_decoder_layers": 12,
|
| 23 |
+
"num_heads": 12,
|
| 24 |
+
"num_layers": 12,
|
| 25 |
+
"output_past": true,
|
| 26 |
+
"pad_token_id": 0,
|
| 27 |
+
"relative_attention_max_distance": 128,
|
| 28 |
+
"relative_attention_num_buckets": 32,
|
| 29 |
+
"transformers_version": "4.57.3",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 32100
|
| 32 |
+
}
|
CodeT5+/TypeGround/generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"decoder_start_token_id": 0,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"transformers_version": "4.57.3"
|
| 8 |
+
}
|
CodeT5+/TypeGround/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CodeT5+/TypeGround/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:736330ebb49a72ab187ecaba14422464fb8fcfade2c4491a4a5cb0b8588a8218
|
| 3 |
+
size 891558696
|
CodeT5+/TypeGround/special_tokens_map.json
ADDED
|
@@ -0,0 +1,753 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<extra_id_99>",
|
| 5 |
+
"lstrip": true,
|
| 6 |
+
"normalized": true,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "<extra_id_98>",
|
| 12 |
+
"lstrip": true,
|
| 13 |
+
"normalized": true,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": false
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"content": "<extra_id_97>",
|
| 19 |
+
"lstrip": true,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"content": "<extra_id_96>",
|
| 26 |
+
"lstrip": true,
|
| 27 |
+
"normalized": true,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"content": "<extra_id_95>",
|
| 33 |
+
"lstrip": true,
|
| 34 |
+
"normalized": true,
|
| 35 |
+
"rstrip": false,
|
| 36 |
+
"single_word": false
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"content": "<extra_id_94>",
|
| 40 |
+
"lstrip": true,
|
| 41 |
+
"normalized": true,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"content": "<extra_id_93>",
|
| 47 |
+
"lstrip": true,
|
| 48 |
+
"normalized": true,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"content": "<extra_id_92>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": true,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"content": "<extra_id_91>",
|
| 61 |
+
"lstrip": true,
|
| 62 |
+
"normalized": true,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"content": "<extra_id_90>",
|
| 68 |
+
"lstrip": true,
|
| 69 |
+
"normalized": true,
|
| 70 |
+
"rstrip": false,
|
| 71 |
+
"single_word": false
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"content": "<extra_id_89>",
|
| 75 |
+
"lstrip": true,
|
| 76 |
+
"normalized": true,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"single_word": false
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"content": "<extra_id_88>",
|
| 82 |
+
"lstrip": true,
|
| 83 |
+
"normalized": true,
|
| 84 |
+
"rstrip": false,
|
| 85 |
+
"single_word": false
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"content": "<extra_id_87>",
|
| 89 |
+
"lstrip": true,
|
| 90 |
+
"normalized": true,
|
| 91 |
+
"rstrip": false,
|
| 92 |
+
"single_word": false
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"content": "<extra_id_86>",
|
| 96 |
+
"lstrip": true,
|
| 97 |
+
"normalized": true,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"content": "<extra_id_85>",
|
| 103 |
+
"lstrip": true,
|
| 104 |
+
"normalized": true,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"content": "<extra_id_84>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": true,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"content": "<extra_id_83>",
|
| 117 |
+
"lstrip": true,
|
| 118 |
+
"normalized": true,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"content": "<extra_id_82>",
|
| 124 |
+
"lstrip": true,
|
| 125 |
+
"normalized": true,
|
| 126 |
+
"rstrip": false,
|
| 127 |
+
"single_word": false
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"content": "<extra_id_81>",
|
| 131 |
+
"lstrip": true,
|
| 132 |
+
"normalized": true,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"single_word": false
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"content": "<extra_id_80>",
|
| 138 |
+
"lstrip": true,
|
| 139 |
+
"normalized": true,
|
| 140 |
+
"rstrip": false,
|
| 141 |
+
"single_word": false
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"content": "<extra_id_79>",
|
| 145 |
+
"lstrip": true,
|
| 146 |
+
"normalized": true,
|
| 147 |
+
"rstrip": false,
|
| 148 |
+
"single_word": false
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"content": "<extra_id_78>",
|
| 152 |
+
"lstrip": true,
|
| 153 |
+
"normalized": true,
|
| 154 |
+
"rstrip": false,
|
| 155 |
+
"single_word": false
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"content": "<extra_id_77>",
|
| 159 |
+
"lstrip": true,
|
| 160 |
+
"normalized": true,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"content": "<extra_id_76>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": true,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"content": "<extra_id_75>",
|
| 173 |
+
"lstrip": true,
|
| 174 |
+
"normalized": true,
|
| 175 |
+
"rstrip": false,
|
| 176 |
+
"single_word": false
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"content": "<extra_id_74>",
|
| 180 |
+
"lstrip": true,
|
| 181 |
+
"normalized": true,
|
| 182 |
+
"rstrip": false,
|
| 183 |
+
"single_word": false
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"content": "<extra_id_73>",
|
| 187 |
+
"lstrip": true,
|
| 188 |
+
"normalized": true,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"single_word": false
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"content": "<extra_id_72>",
|
| 194 |
+
"lstrip": true,
|
| 195 |
+
"normalized": true,
|
| 196 |
+
"rstrip": false,
|
| 197 |
+
"single_word": false
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"content": "<extra_id_71>",
|
| 201 |
+
"lstrip": true,
|
| 202 |
+
"normalized": true,
|
| 203 |
+
"rstrip": false,
|
| 204 |
+
"single_word": false
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"content": "<extra_id_70>",
|
| 208 |
+
"lstrip": true,
|
| 209 |
+
"normalized": true,
|
| 210 |
+
"rstrip": false,
|
| 211 |
+
"single_word": false
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"content": "<extra_id_69>",
|
| 215 |
+
"lstrip": true,
|
| 216 |
+
"normalized": true,
|
| 217 |
+
"rstrip": false,
|
| 218 |
+
"single_word": false
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"content": "<extra_id_68>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": true,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"content": "<extra_id_67>",
|
| 229 |
+
"lstrip": true,
|
| 230 |
+
"normalized": true,
|
| 231 |
+
"rstrip": false,
|
| 232 |
+
"single_word": false
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"content": "<extra_id_66>",
|
| 236 |
+
"lstrip": true,
|
| 237 |
+
"normalized": true,
|
| 238 |
+
"rstrip": false,
|
| 239 |
+
"single_word": false
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"content": "<extra_id_65>",
|
| 243 |
+
"lstrip": true,
|
| 244 |
+
"normalized": true,
|
| 245 |
+
"rstrip": false,
|
| 246 |
+
"single_word": false
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"content": "<extra_id_64>",
|
| 250 |
+
"lstrip": true,
|
| 251 |
+
"normalized": true,
|
| 252 |
+
"rstrip": false,
|
| 253 |
+
"single_word": false
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"content": "<extra_id_63>",
|
| 257 |
+
"lstrip": true,
|
| 258 |
+
"normalized": true,
|
| 259 |
+
"rstrip": false,
|
| 260 |
+
"single_word": false
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"content": "<extra_id_62>",
|
| 264 |
+
"lstrip": true,
|
| 265 |
+
"normalized": true,
|
| 266 |
+
"rstrip": false,
|
| 267 |
+
"single_word": false
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"content": "<extra_id_61>",
|
| 271 |
+
"lstrip": true,
|
| 272 |
+
"normalized": true,
|
| 273 |
+
"rstrip": false,
|
| 274 |
+
"single_word": false
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"content": "<extra_id_60>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": true,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"content": "<extra_id_59>",
|
| 285 |
+
"lstrip": true,
|
| 286 |
+
"normalized": true,
|
| 287 |
+
"rstrip": false,
|
| 288 |
+
"single_word": false
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"content": "<extra_id_58>",
|
| 292 |
+
"lstrip": true,
|
| 293 |
+
"normalized": true,
|
| 294 |
+
"rstrip": false,
|
| 295 |
+
"single_word": false
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"content": "<extra_id_57>",
|
| 299 |
+
"lstrip": true,
|
| 300 |
+
"normalized": true,
|
| 301 |
+
"rstrip": false,
|
| 302 |
+
"single_word": false
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"content": "<extra_id_56>",
|
| 306 |
+
"lstrip": true,
|
| 307 |
+
"normalized": true,
|
| 308 |
+
"rstrip": false,
|
| 309 |
+
"single_word": false
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"content": "<extra_id_55>",
|
| 313 |
+
"lstrip": true,
|
| 314 |
+
"normalized": true,
|
| 315 |
+
"rstrip": false,
|
| 316 |
+
"single_word": false
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"content": "<extra_id_54>",
|
| 320 |
+
"lstrip": true,
|
| 321 |
+
"normalized": true,
|
| 322 |
+
"rstrip": false,
|
| 323 |
+
"single_word": false
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"content": "<extra_id_53>",
|
| 327 |
+
"lstrip": true,
|
| 328 |
+
"normalized": true,
|
| 329 |
+
"rstrip": false,
|
| 330 |
+
"single_word": false
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"content": "<extra_id_52>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": true,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"content": "<extra_id_51>",
|
| 341 |
+
"lstrip": true,
|
| 342 |
+
"normalized": true,
|
| 343 |
+
"rstrip": false,
|
| 344 |
+
"single_word": false
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"content": "<extra_id_50>",
|
| 348 |
+
"lstrip": true,
|
| 349 |
+
"normalized": true,
|
| 350 |
+
"rstrip": false,
|
| 351 |
+
"single_word": false
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"content": "<extra_id_49>",
|
| 355 |
+
"lstrip": true,
|
| 356 |
+
"normalized": true,
|
| 357 |
+
"rstrip": false,
|
| 358 |
+
"single_word": false
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"content": "<extra_id_48>",
|
| 362 |
+
"lstrip": true,
|
| 363 |
+
"normalized": true,
|
| 364 |
+
"rstrip": false,
|
| 365 |
+
"single_word": false
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"content": "<extra_id_47>",
|
| 369 |
+
"lstrip": true,
|
| 370 |
+
"normalized": true,
|
| 371 |
+
"rstrip": false,
|
| 372 |
+
"single_word": false
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"content": "<extra_id_46>",
|
| 376 |
+
"lstrip": true,
|
| 377 |
+
"normalized": true,
|
| 378 |
+
"rstrip": false,
|
| 379 |
+
"single_word": false
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"content": "<extra_id_45>",
|
| 383 |
+
"lstrip": true,
|
| 384 |
+
"normalized": true,
|
| 385 |
+
"rstrip": false,
|
| 386 |
+
"single_word": false
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"content": "<extra_id_44>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": true,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"content": "<extra_id_43>",
|
| 397 |
+
"lstrip": true,
|
| 398 |
+
"normalized": true,
|
| 399 |
+
"rstrip": false,
|
| 400 |
+
"single_word": false
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"content": "<extra_id_42>",
|
| 404 |
+
"lstrip": true,
|
| 405 |
+
"normalized": true,
|
| 406 |
+
"rstrip": false,
|
| 407 |
+
"single_word": false
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"content": "<extra_id_41>",
|
| 411 |
+
"lstrip": true,
|
| 412 |
+
"normalized": true,
|
| 413 |
+
"rstrip": false,
|
| 414 |
+
"single_word": false
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"content": "<extra_id_40>",
|
| 418 |
+
"lstrip": true,
|
| 419 |
+
"normalized": true,
|
| 420 |
+
"rstrip": false,
|
| 421 |
+
"single_word": false
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"content": "<extra_id_39>",
|
| 425 |
+
"lstrip": true,
|
| 426 |
+
"normalized": true,
|
| 427 |
+
"rstrip": false,
|
| 428 |
+
"single_word": false
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"content": "<extra_id_38>",
|
| 432 |
+
"lstrip": true,
|
| 433 |
+
"normalized": true,
|
| 434 |
+
"rstrip": false,
|
| 435 |
+
"single_word": false
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"content": "<extra_id_37>",
|
| 439 |
+
"lstrip": true,
|
| 440 |
+
"normalized": true,
|
| 441 |
+
"rstrip": false,
|
| 442 |
+
"single_word": false
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"content": "<extra_id_36>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": true,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"content": "<extra_id_35>",
|
| 453 |
+
"lstrip": true,
|
| 454 |
+
"normalized": true,
|
| 455 |
+
"rstrip": false,
|
| 456 |
+
"single_word": false
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"content": "<extra_id_34>",
|
| 460 |
+
"lstrip": true,
|
| 461 |
+
"normalized": true,
|
| 462 |
+
"rstrip": false,
|
| 463 |
+
"single_word": false
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"content": "<extra_id_33>",
|
| 467 |
+
"lstrip": true,
|
| 468 |
+
"normalized": true,
|
| 469 |
+
"rstrip": false,
|
| 470 |
+
"single_word": false
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"content": "<extra_id_32>",
|
| 474 |
+
"lstrip": true,
|
| 475 |
+
"normalized": true,
|
| 476 |
+
"rstrip": false,
|
| 477 |
+
"single_word": false
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"content": "<extra_id_31>",
|
| 481 |
+
"lstrip": true,
|
| 482 |
+
"normalized": true,
|
| 483 |
+
"rstrip": false,
|
| 484 |
+
"single_word": false
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"content": "<extra_id_30>",
|
| 488 |
+
"lstrip": true,
|
| 489 |
+
"normalized": true,
|
| 490 |
+
"rstrip": false,
|
| 491 |
+
"single_word": false
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"content": "<extra_id_29>",
|
| 495 |
+
"lstrip": true,
|
| 496 |
+
"normalized": true,
|
| 497 |
+
"rstrip": false,
|
| 498 |
+
"single_word": false
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"content": "<extra_id_28>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": true,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"content": "<extra_id_27>",
|
| 509 |
+
"lstrip": true,
|
| 510 |
+
"normalized": true,
|
| 511 |
+
"rstrip": false,
|
| 512 |
+
"single_word": false
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"content": "<extra_id_26>",
|
| 516 |
+
"lstrip": true,
|
| 517 |
+
"normalized": true,
|
| 518 |
+
"rstrip": false,
|
| 519 |
+
"single_word": false
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"content": "<extra_id_25>",
|
| 523 |
+
"lstrip": true,
|
| 524 |
+
"normalized": true,
|
| 525 |
+
"rstrip": false,
|
| 526 |
+
"single_word": false
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"content": "<extra_id_24>",
|
| 530 |
+
"lstrip": true,
|
| 531 |
+
"normalized": true,
|
| 532 |
+
"rstrip": false,
|
| 533 |
+
"single_word": false
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"content": "<extra_id_23>",
|
| 537 |
+
"lstrip": true,
|
| 538 |
+
"normalized": true,
|
| 539 |
+
"rstrip": false,
|
| 540 |
+
"single_word": false
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"content": "<extra_id_22>",
|
| 544 |
+
"lstrip": true,
|
| 545 |
+
"normalized": true,
|
| 546 |
+
"rstrip": false,
|
| 547 |
+
"single_word": false
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"content": "<extra_id_21>",
|
| 551 |
+
"lstrip": true,
|
| 552 |
+
"normalized": true,
|
| 553 |
+
"rstrip": false,
|
| 554 |
+
"single_word": false
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"content": "<extra_id_20>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": true,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"content": "<extra_id_19>",
|
| 565 |
+
"lstrip": true,
|
| 566 |
+
"normalized": true,
|
| 567 |
+
"rstrip": false,
|
| 568 |
+
"single_word": false
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"content": "<extra_id_18>",
|
| 572 |
+
"lstrip": true,
|
| 573 |
+
"normalized": true,
|
| 574 |
+
"rstrip": false,
|
| 575 |
+
"single_word": false
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"content": "<extra_id_17>",
|
| 579 |
+
"lstrip": true,
|
| 580 |
+
"normalized": true,
|
| 581 |
+
"rstrip": false,
|
| 582 |
+
"single_word": false
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"content": "<extra_id_16>",
|
| 586 |
+
"lstrip": true,
|
| 587 |
+
"normalized": true,
|
| 588 |
+
"rstrip": false,
|
| 589 |
+
"single_word": false
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"content": "<extra_id_15>",
|
| 593 |
+
"lstrip": true,
|
| 594 |
+
"normalized": true,
|
| 595 |
+
"rstrip": false,
|
| 596 |
+
"single_word": false
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"content": "<extra_id_14>",
|
| 600 |
+
"lstrip": true,
|
| 601 |
+
"normalized": true,
|
| 602 |
+
"rstrip": false,
|
| 603 |
+
"single_word": false
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"content": "<extra_id_13>",
|
| 607 |
+
"lstrip": true,
|
| 608 |
+
"normalized": true,
|
| 609 |
+
"rstrip": false,
|
| 610 |
+
"single_word": false
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"content": "<extra_id_12>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": true,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"content": "<extra_id_11>",
|
| 621 |
+
"lstrip": true,
|
| 622 |
+
"normalized": true,
|
| 623 |
+
"rstrip": false,
|
| 624 |
+
"single_word": false
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"content": "<extra_id_10>",
|
| 628 |
+
"lstrip": true,
|
| 629 |
+
"normalized": true,
|
| 630 |
+
"rstrip": false,
|
| 631 |
+
"single_word": false
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"content": "<extra_id_9>",
|
| 635 |
+
"lstrip": true,
|
| 636 |
+
"normalized": true,
|
| 637 |
+
"rstrip": false,
|
| 638 |
+
"single_word": false
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"content": "<extra_id_8>",
|
| 642 |
+
"lstrip": true,
|
| 643 |
+
"normalized": true,
|
| 644 |
+
"rstrip": false,
|
| 645 |
+
"single_word": false
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"content": "<extra_id_7>",
|
| 649 |
+
"lstrip": true,
|
| 650 |
+
"normalized": true,
|
| 651 |
+
"rstrip": false,
|
| 652 |
+
"single_word": false
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"content": "<extra_id_6>",
|
| 656 |
+
"lstrip": true,
|
| 657 |
+
"normalized": true,
|
| 658 |
+
"rstrip": false,
|
| 659 |
+
"single_word": false
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"content": "<extra_id_5>",
|
| 663 |
+
"lstrip": true,
|
| 664 |
+
"normalized": true,
|
| 665 |
+
"rstrip": false,
|
| 666 |
+
"single_word": false
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"content": "<extra_id_4>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": true,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"content": "<extra_id_3>",
|
| 677 |
+
"lstrip": true,
|
| 678 |
+
"normalized": true,
|
| 679 |
+
"rstrip": false,
|
| 680 |
+
"single_word": false
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"content": "<extra_id_2>",
|
| 684 |
+
"lstrip": true,
|
| 685 |
+
"normalized": true,
|
| 686 |
+
"rstrip": false,
|
| 687 |
+
"single_word": false
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"content": "<extra_id_1>",
|
| 691 |
+
"lstrip": true,
|
| 692 |
+
"normalized": true,
|
| 693 |
+
"rstrip": false,
|
| 694 |
+
"single_word": false
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"content": "<extra_id_0>",
|
| 698 |
+
"lstrip": true,
|
| 699 |
+
"normalized": true,
|
| 700 |
+
"rstrip": false,
|
| 701 |
+
"single_word": false
|
| 702 |
+
}
|
| 703 |
+
],
|
| 704 |
+
"bos_token": {
|
| 705 |
+
"content": "<s>",
|
| 706 |
+
"lstrip": false,
|
| 707 |
+
"normalized": true,
|
| 708 |
+
"rstrip": false,
|
| 709 |
+
"single_word": false
|
| 710 |
+
},
|
| 711 |
+
"cls_token": {
|
| 712 |
+
"content": "<s>",
|
| 713 |
+
"lstrip": false,
|
| 714 |
+
"normalized": true,
|
| 715 |
+
"rstrip": false,
|
| 716 |
+
"single_word": false
|
| 717 |
+
},
|
| 718 |
+
"eos_token": {
|
| 719 |
+
"content": "</s>",
|
| 720 |
+
"lstrip": false,
|
| 721 |
+
"normalized": true,
|
| 722 |
+
"rstrip": false,
|
| 723 |
+
"single_word": false
|
| 724 |
+
},
|
| 725 |
+
"mask_token": {
|
| 726 |
+
"content": "<mask>",
|
| 727 |
+
"lstrip": true,
|
| 728 |
+
"normalized": true,
|
| 729 |
+
"rstrip": false,
|
| 730 |
+
"single_word": false
|
| 731 |
+
},
|
| 732 |
+
"pad_token": {
|
| 733 |
+
"content": "<pad>",
|
| 734 |
+
"lstrip": false,
|
| 735 |
+
"normalized": true,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false
|
| 738 |
+
},
|
| 739 |
+
"sep_token": {
|
| 740 |
+
"content": "</s>",
|
| 741 |
+
"lstrip": false,
|
| 742 |
+
"normalized": true,
|
| 743 |
+
"rstrip": false,
|
| 744 |
+
"single_word": false
|
| 745 |
+
},
|
| 746 |
+
"unk_token": {
|
| 747 |
+
"content": "<unk>",
|
| 748 |
+
"lstrip": false,
|
| 749 |
+
"normalized": true,
|
| 750 |
+
"rstrip": false,
|
| 751 |
+
"single_word": false
|
| 752 |
+
}
|
| 753 |
+
}
|
CodeT5+/TypeGround/tokenizer_config.json
ADDED
|
@@ -0,0 +1,959 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<pad>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<s>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": true,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "</s>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": true,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<unk>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": true,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<mask>",
|
| 38 |
+
"lstrip": true,
|
| 39 |
+
"normalized": true,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"32000": {
|
| 45 |
+
"content": "<extra_id_99>",
|
| 46 |
+
"lstrip": true,
|
| 47 |
+
"normalized": true,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"32001": {
|
| 53 |
+
"content": "<extra_id_98>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": true,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"32002": {
|
| 61 |
+
"content": "<extra_id_97>",
|
| 62 |
+
"lstrip": true,
|
| 63 |
+
"normalized": true,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"32003": {
|
| 69 |
+
"content": "<extra_id_96>",
|
| 70 |
+
"lstrip": true,
|
| 71 |
+
"normalized": true,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"32004": {
|
| 77 |
+
"content": "<extra_id_95>",
|
| 78 |
+
"lstrip": true,
|
| 79 |
+
"normalized": true,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"32005": {
|
| 85 |
+
"content": "<extra_id_94>",
|
| 86 |
+
"lstrip": true,
|
| 87 |
+
"normalized": true,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"32006": {
|
| 93 |
+
"content": "<extra_id_93>",
|
| 94 |
+
"lstrip": true,
|
| 95 |
+
"normalized": true,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"32007": {
|
| 101 |
+
"content": "<extra_id_92>",
|
| 102 |
+
"lstrip": true,
|
| 103 |
+
"normalized": true,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"32008": {
|
| 109 |
+
"content": "<extra_id_91>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": true,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"32009": {
|
| 117 |
+
"content": "<extra_id_90>",
|
| 118 |
+
"lstrip": true,
|
| 119 |
+
"normalized": true,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"32010": {
|
| 125 |
+
"content": "<extra_id_89>",
|
| 126 |
+
"lstrip": true,
|
| 127 |
+
"normalized": true,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"32011": {
|
| 133 |
+
"content": "<extra_id_88>",
|
| 134 |
+
"lstrip": true,
|
| 135 |
+
"normalized": true,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"32012": {
|
| 141 |
+
"content": "<extra_id_87>",
|
| 142 |
+
"lstrip": true,
|
| 143 |
+
"normalized": true,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"32013": {
|
| 149 |
+
"content": "<extra_id_86>",
|
| 150 |
+
"lstrip": true,
|
| 151 |
+
"normalized": true,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"32014": {
|
| 157 |
+
"content": "<extra_id_85>",
|
| 158 |
+
"lstrip": true,
|
| 159 |
+
"normalized": true,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"32015": {
|
| 165 |
+
"content": "<extra_id_84>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": true,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"32016": {
|
| 173 |
+
"content": "<extra_id_83>",
|
| 174 |
+
"lstrip": true,
|
| 175 |
+
"normalized": true,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"32017": {
|
| 181 |
+
"content": "<extra_id_82>",
|
| 182 |
+
"lstrip": true,
|
| 183 |
+
"normalized": true,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"32018": {
|
| 189 |
+
"content": "<extra_id_81>",
|
| 190 |
+
"lstrip": true,
|
| 191 |
+
"normalized": true,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"32019": {
|
| 197 |
+
"content": "<extra_id_80>",
|
| 198 |
+
"lstrip": true,
|
| 199 |
+
"normalized": true,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"32020": {
|
| 205 |
+
"content": "<extra_id_79>",
|
| 206 |
+
"lstrip": true,
|
| 207 |
+
"normalized": true,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"32021": {
|
| 213 |
+
"content": "<extra_id_78>",
|
| 214 |
+
"lstrip": true,
|
| 215 |
+
"normalized": true,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"32022": {
|
| 221 |
+
"content": "<extra_id_77>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": true,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"32023": {
|
| 229 |
+
"content": "<extra_id_76>",
|
| 230 |
+
"lstrip": true,
|
| 231 |
+
"normalized": true,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"32024": {
|
| 237 |
+
"content": "<extra_id_75>",
|
| 238 |
+
"lstrip": true,
|
| 239 |
+
"normalized": true,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"32025": {
|
| 245 |
+
"content": "<extra_id_74>",
|
| 246 |
+
"lstrip": true,
|
| 247 |
+
"normalized": true,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"32026": {
|
| 253 |
+
"content": "<extra_id_73>",
|
| 254 |
+
"lstrip": true,
|
| 255 |
+
"normalized": true,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"32027": {
|
| 261 |
+
"content": "<extra_id_72>",
|
| 262 |
+
"lstrip": true,
|
| 263 |
+
"normalized": true,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"32028": {
|
| 269 |
+
"content": "<extra_id_71>",
|
| 270 |
+
"lstrip": true,
|
| 271 |
+
"normalized": true,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"32029": {
|
| 277 |
+
"content": "<extra_id_70>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": true,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"32030": {
|
| 285 |
+
"content": "<extra_id_69>",
|
| 286 |
+
"lstrip": true,
|
| 287 |
+
"normalized": true,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"32031": {
|
| 293 |
+
"content": "<extra_id_68>",
|
| 294 |
+
"lstrip": true,
|
| 295 |
+
"normalized": true,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"32032": {
|
| 301 |
+
"content": "<extra_id_67>",
|
| 302 |
+
"lstrip": true,
|
| 303 |
+
"normalized": true,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"32033": {
|
| 309 |
+
"content": "<extra_id_66>",
|
| 310 |
+
"lstrip": true,
|
| 311 |
+
"normalized": true,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"32034": {
|
| 317 |
+
"content": "<extra_id_65>",
|
| 318 |
+
"lstrip": true,
|
| 319 |
+
"normalized": true,
|
| 320 |
+
"rstrip": false,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"32035": {
|
| 325 |
+
"content": "<extra_id_64>",
|
| 326 |
+
"lstrip": true,
|
| 327 |
+
"normalized": true,
|
| 328 |
+
"rstrip": false,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"32036": {
|
| 333 |
+
"content": "<extra_id_63>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": true,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"32037": {
|
| 341 |
+
"content": "<extra_id_62>",
|
| 342 |
+
"lstrip": true,
|
| 343 |
+
"normalized": true,
|
| 344 |
+
"rstrip": false,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"32038": {
|
| 349 |
+
"content": "<extra_id_61>",
|
| 350 |
+
"lstrip": true,
|
| 351 |
+
"normalized": true,
|
| 352 |
+
"rstrip": false,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"32039": {
|
| 357 |
+
"content": "<extra_id_60>",
|
| 358 |
+
"lstrip": true,
|
| 359 |
+
"normalized": true,
|
| 360 |
+
"rstrip": false,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"32040": {
|
| 365 |
+
"content": "<extra_id_59>",
|
| 366 |
+
"lstrip": true,
|
| 367 |
+
"normalized": true,
|
| 368 |
+
"rstrip": false,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"32041": {
|
| 373 |
+
"content": "<extra_id_58>",
|
| 374 |
+
"lstrip": true,
|
| 375 |
+
"normalized": true,
|
| 376 |
+
"rstrip": false,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"32042": {
|
| 381 |
+
"content": "<extra_id_57>",
|
| 382 |
+
"lstrip": true,
|
| 383 |
+
"normalized": true,
|
| 384 |
+
"rstrip": false,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"32043": {
|
| 389 |
+
"content": "<extra_id_56>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": true,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"32044": {
|
| 397 |
+
"content": "<extra_id_55>",
|
| 398 |
+
"lstrip": true,
|
| 399 |
+
"normalized": true,
|
| 400 |
+
"rstrip": false,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"32045": {
|
| 405 |
+
"content": "<extra_id_54>",
|
| 406 |
+
"lstrip": true,
|
| 407 |
+
"normalized": true,
|
| 408 |
+
"rstrip": false,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"32046": {
|
| 413 |
+
"content": "<extra_id_53>",
|
| 414 |
+
"lstrip": true,
|
| 415 |
+
"normalized": true,
|
| 416 |
+
"rstrip": false,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"32047": {
|
| 421 |
+
"content": "<extra_id_52>",
|
| 422 |
+
"lstrip": true,
|
| 423 |
+
"normalized": true,
|
| 424 |
+
"rstrip": false,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"32048": {
|
| 429 |
+
"content": "<extra_id_51>",
|
| 430 |
+
"lstrip": true,
|
| 431 |
+
"normalized": true,
|
| 432 |
+
"rstrip": false,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
},
|
| 436 |
+
"32049": {
|
| 437 |
+
"content": "<extra_id_50>",
|
| 438 |
+
"lstrip": true,
|
| 439 |
+
"normalized": true,
|
| 440 |
+
"rstrip": false,
|
| 441 |
+
"single_word": false,
|
| 442 |
+
"special": true
|
| 443 |
+
},
|
| 444 |
+
"32050": {
|
| 445 |
+
"content": "<extra_id_49>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": true,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false,
|
| 450 |
+
"special": true
|
| 451 |
+
},
|
| 452 |
+
"32051": {
|
| 453 |
+
"content": "<extra_id_48>",
|
| 454 |
+
"lstrip": true,
|
| 455 |
+
"normalized": true,
|
| 456 |
+
"rstrip": false,
|
| 457 |
+
"single_word": false,
|
| 458 |
+
"special": true
|
| 459 |
+
},
|
| 460 |
+
"32052": {
|
| 461 |
+
"content": "<extra_id_47>",
|
| 462 |
+
"lstrip": true,
|
| 463 |
+
"normalized": true,
|
| 464 |
+
"rstrip": false,
|
| 465 |
+
"single_word": false,
|
| 466 |
+
"special": true
|
| 467 |
+
},
|
| 468 |
+
"32053": {
|
| 469 |
+
"content": "<extra_id_46>",
|
| 470 |
+
"lstrip": true,
|
| 471 |
+
"normalized": true,
|
| 472 |
+
"rstrip": false,
|
| 473 |
+
"single_word": false,
|
| 474 |
+
"special": true
|
| 475 |
+
},
|
| 476 |
+
"32054": {
|
| 477 |
+
"content": "<extra_id_45>",
|
| 478 |
+
"lstrip": true,
|
| 479 |
+
"normalized": true,
|
| 480 |
+
"rstrip": false,
|
| 481 |
+
"single_word": false,
|
| 482 |
+
"special": true
|
| 483 |
+
},
|
| 484 |
+
"32055": {
|
| 485 |
+
"content": "<extra_id_44>",
|
| 486 |
+
"lstrip": true,
|
| 487 |
+
"normalized": true,
|
| 488 |
+
"rstrip": false,
|
| 489 |
+
"single_word": false,
|
| 490 |
+
"special": true
|
| 491 |
+
},
|
| 492 |
+
"32056": {
|
| 493 |
+
"content": "<extra_id_43>",
|
| 494 |
+
"lstrip": true,
|
| 495 |
+
"normalized": true,
|
| 496 |
+
"rstrip": false,
|
| 497 |
+
"single_word": false,
|
| 498 |
+
"special": true
|
| 499 |
+
},
|
| 500 |
+
"32057": {
|
| 501 |
+
"content": "<extra_id_42>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": true,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false,
|
| 506 |
+
"special": true
|
| 507 |
+
},
|
| 508 |
+
"32058": {
|
| 509 |
+
"content": "<extra_id_41>",
|
| 510 |
+
"lstrip": true,
|
| 511 |
+
"normalized": true,
|
| 512 |
+
"rstrip": false,
|
| 513 |
+
"single_word": false,
|
| 514 |
+
"special": true
|
| 515 |
+
},
|
| 516 |
+
"32059": {
|
| 517 |
+
"content": "<extra_id_40>",
|
| 518 |
+
"lstrip": true,
|
| 519 |
+
"normalized": true,
|
| 520 |
+
"rstrip": false,
|
| 521 |
+
"single_word": false,
|
| 522 |
+
"special": true
|
| 523 |
+
},
|
| 524 |
+
"32060": {
|
| 525 |
+
"content": "<extra_id_39>",
|
| 526 |
+
"lstrip": true,
|
| 527 |
+
"normalized": true,
|
| 528 |
+
"rstrip": false,
|
| 529 |
+
"single_word": false,
|
| 530 |
+
"special": true
|
| 531 |
+
},
|
| 532 |
+
"32061": {
|
| 533 |
+
"content": "<extra_id_38>",
|
| 534 |
+
"lstrip": true,
|
| 535 |
+
"normalized": true,
|
| 536 |
+
"rstrip": false,
|
| 537 |
+
"single_word": false,
|
| 538 |
+
"special": true
|
| 539 |
+
},
|
| 540 |
+
"32062": {
|
| 541 |
+
"content": "<extra_id_37>",
|
| 542 |
+
"lstrip": true,
|
| 543 |
+
"normalized": true,
|
| 544 |
+
"rstrip": false,
|
| 545 |
+
"single_word": false,
|
| 546 |
+
"special": true
|
| 547 |
+
},
|
| 548 |
+
"32063": {
|
| 549 |
+
"content": "<extra_id_36>",
|
| 550 |
+
"lstrip": true,
|
| 551 |
+
"normalized": true,
|
| 552 |
+
"rstrip": false,
|
| 553 |
+
"single_word": false,
|
| 554 |
+
"special": true
|
| 555 |
+
},
|
| 556 |
+
"32064": {
|
| 557 |
+
"content": "<extra_id_35>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": true,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false,
|
| 562 |
+
"special": true
|
| 563 |
+
},
|
| 564 |
+
"32065": {
|
| 565 |
+
"content": "<extra_id_34>",
|
| 566 |
+
"lstrip": true,
|
| 567 |
+
"normalized": true,
|
| 568 |
+
"rstrip": false,
|
| 569 |
+
"single_word": false,
|
| 570 |
+
"special": true
|
| 571 |
+
},
|
| 572 |
+
"32066": {
|
| 573 |
+
"content": "<extra_id_33>",
|
| 574 |
+
"lstrip": true,
|
| 575 |
+
"normalized": true,
|
| 576 |
+
"rstrip": false,
|
| 577 |
+
"single_word": false,
|
| 578 |
+
"special": true
|
| 579 |
+
},
|
| 580 |
+
"32067": {
|
| 581 |
+
"content": "<extra_id_32>",
|
| 582 |
+
"lstrip": true,
|
| 583 |
+
"normalized": true,
|
| 584 |
+
"rstrip": false,
|
| 585 |
+
"single_word": false,
|
| 586 |
+
"special": true
|
| 587 |
+
},
|
| 588 |
+
"32068": {
|
| 589 |
+
"content": "<extra_id_31>",
|
| 590 |
+
"lstrip": true,
|
| 591 |
+
"normalized": true,
|
| 592 |
+
"rstrip": false,
|
| 593 |
+
"single_word": false,
|
| 594 |
+
"special": true
|
| 595 |
+
},
|
| 596 |
+
"32069": {
|
| 597 |
+
"content": "<extra_id_30>",
|
| 598 |
+
"lstrip": true,
|
| 599 |
+
"normalized": true,
|
| 600 |
+
"rstrip": false,
|
| 601 |
+
"single_word": false,
|
| 602 |
+
"special": true
|
| 603 |
+
},
|
| 604 |
+
"32070": {
|
| 605 |
+
"content": "<extra_id_29>",
|
| 606 |
+
"lstrip": true,
|
| 607 |
+
"normalized": true,
|
| 608 |
+
"rstrip": false,
|
| 609 |
+
"single_word": false,
|
| 610 |
+
"special": true
|
| 611 |
+
},
|
| 612 |
+
"32071": {
|
| 613 |
+
"content": "<extra_id_28>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": true,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false,
|
| 618 |
+
"special": true
|
| 619 |
+
},
|
| 620 |
+
"32072": {
|
| 621 |
+
"content": "<extra_id_27>",
|
| 622 |
+
"lstrip": true,
|
| 623 |
+
"normalized": true,
|
| 624 |
+
"rstrip": false,
|
| 625 |
+
"single_word": false,
|
| 626 |
+
"special": true
|
| 627 |
+
},
|
| 628 |
+
"32073": {
|
| 629 |
+
"content": "<extra_id_26>",
|
| 630 |
+
"lstrip": true,
|
| 631 |
+
"normalized": true,
|
| 632 |
+
"rstrip": false,
|
| 633 |
+
"single_word": false,
|
| 634 |
+
"special": true
|
| 635 |
+
},
|
| 636 |
+
"32074": {
|
| 637 |
+
"content": "<extra_id_25>",
|
| 638 |
+
"lstrip": true,
|
| 639 |
+
"normalized": true,
|
| 640 |
+
"rstrip": false,
|
| 641 |
+
"single_word": false,
|
| 642 |
+
"special": true
|
| 643 |
+
},
|
| 644 |
+
"32075": {
|
| 645 |
+
"content": "<extra_id_24>",
|
| 646 |
+
"lstrip": true,
|
| 647 |
+
"normalized": true,
|
| 648 |
+
"rstrip": false,
|
| 649 |
+
"single_word": false,
|
| 650 |
+
"special": true
|
| 651 |
+
},
|
| 652 |
+
"32076": {
|
| 653 |
+
"content": "<extra_id_23>",
|
| 654 |
+
"lstrip": true,
|
| 655 |
+
"normalized": true,
|
| 656 |
+
"rstrip": false,
|
| 657 |
+
"single_word": false,
|
| 658 |
+
"special": true
|
| 659 |
+
},
|
| 660 |
+
"32077": {
|
| 661 |
+
"content": "<extra_id_22>",
|
| 662 |
+
"lstrip": true,
|
| 663 |
+
"normalized": true,
|
| 664 |
+
"rstrip": false,
|
| 665 |
+
"single_word": false,
|
| 666 |
+
"special": true
|
| 667 |
+
},
|
| 668 |
+
"32078": {
|
| 669 |
+
"content": "<extra_id_21>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": true,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false,
|
| 674 |
+
"special": true
|
| 675 |
+
},
|
| 676 |
+
"32079": {
|
| 677 |
+
"content": "<extra_id_20>",
|
| 678 |
+
"lstrip": true,
|
| 679 |
+
"normalized": true,
|
| 680 |
+
"rstrip": false,
|
| 681 |
+
"single_word": false,
|
| 682 |
+
"special": true
|
| 683 |
+
},
|
| 684 |
+
"32080": {
|
| 685 |
+
"content": "<extra_id_19>",
|
| 686 |
+
"lstrip": true,
|
| 687 |
+
"normalized": true,
|
| 688 |
+
"rstrip": false,
|
| 689 |
+
"single_word": false,
|
| 690 |
+
"special": true
|
| 691 |
+
},
|
| 692 |
+
"32081": {
|
| 693 |
+
"content": "<extra_id_18>",
|
| 694 |
+
"lstrip": true,
|
| 695 |
+
"normalized": true,
|
| 696 |
+
"rstrip": false,
|
| 697 |
+
"single_word": false,
|
| 698 |
+
"special": true
|
| 699 |
+
},
|
| 700 |
+
"32082": {
|
| 701 |
+
"content": "<extra_id_17>",
|
| 702 |
+
"lstrip": true,
|
| 703 |
+
"normalized": true,
|
| 704 |
+
"rstrip": false,
|
| 705 |
+
"single_word": false,
|
| 706 |
+
"special": true
|
| 707 |
+
},
|
| 708 |
+
"32083": {
|
| 709 |
+
"content": "<extra_id_16>",
|
| 710 |
+
"lstrip": true,
|
| 711 |
+
"normalized": true,
|
| 712 |
+
"rstrip": false,
|
| 713 |
+
"single_word": false,
|
| 714 |
+
"special": true
|
| 715 |
+
},
|
| 716 |
+
"32084": {
|
| 717 |
+
"content": "<extra_id_15>",
|
| 718 |
+
"lstrip": true,
|
| 719 |
+
"normalized": true,
|
| 720 |
+
"rstrip": false,
|
| 721 |
+
"single_word": false,
|
| 722 |
+
"special": true
|
| 723 |
+
},
|
| 724 |
+
"32085": {
|
| 725 |
+
"content": "<extra_id_14>",
|
| 726 |
+
"lstrip": true,
|
| 727 |
+
"normalized": true,
|
| 728 |
+
"rstrip": false,
|
| 729 |
+
"single_word": false,
|
| 730 |
+
"special": true
|
| 731 |
+
},
|
| 732 |
+
"32086": {
|
| 733 |
+
"content": "<extra_id_13>",
|
| 734 |
+
"lstrip": true,
|
| 735 |
+
"normalized": true,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false,
|
| 738 |
+
"special": true
|
| 739 |
+
},
|
| 740 |
+
"32087": {
|
| 741 |
+
"content": "<extra_id_12>",
|
| 742 |
+
"lstrip": true,
|
| 743 |
+
"normalized": true,
|
| 744 |
+
"rstrip": false,
|
| 745 |
+
"single_word": false,
|
| 746 |
+
"special": true
|
| 747 |
+
},
|
| 748 |
+
"32088": {
|
| 749 |
+
"content": "<extra_id_11>",
|
| 750 |
+
"lstrip": true,
|
| 751 |
+
"normalized": true,
|
| 752 |
+
"rstrip": false,
|
| 753 |
+
"single_word": false,
|
| 754 |
+
"special": true
|
| 755 |
+
},
|
| 756 |
+
"32089": {
|
| 757 |
+
"content": "<extra_id_10>",
|
| 758 |
+
"lstrip": true,
|
| 759 |
+
"normalized": true,
|
| 760 |
+
"rstrip": false,
|
| 761 |
+
"single_word": false,
|
| 762 |
+
"special": true
|
| 763 |
+
},
|
| 764 |
+
"32090": {
|
| 765 |
+
"content": "<extra_id_9>",
|
| 766 |
+
"lstrip": true,
|
| 767 |
+
"normalized": true,
|
| 768 |
+
"rstrip": false,
|
| 769 |
+
"single_word": false,
|
| 770 |
+
"special": true
|
| 771 |
+
},
|
| 772 |
+
"32091": {
|
| 773 |
+
"content": "<extra_id_8>",
|
| 774 |
+
"lstrip": true,
|
| 775 |
+
"normalized": true,
|
| 776 |
+
"rstrip": false,
|
| 777 |
+
"single_word": false,
|
| 778 |
+
"special": true
|
| 779 |
+
},
|
| 780 |
+
"32092": {
|
| 781 |
+
"content": "<extra_id_7>",
|
| 782 |
+
"lstrip": true,
|
| 783 |
+
"normalized": true,
|
| 784 |
+
"rstrip": false,
|
| 785 |
+
"single_word": false,
|
| 786 |
+
"special": true
|
| 787 |
+
},
|
| 788 |
+
"32093": {
|
| 789 |
+
"content": "<extra_id_6>",
|
| 790 |
+
"lstrip": true,
|
| 791 |
+
"normalized": true,
|
| 792 |
+
"rstrip": false,
|
| 793 |
+
"single_word": false,
|
| 794 |
+
"special": true
|
| 795 |
+
},
|
| 796 |
+
"32094": {
|
| 797 |
+
"content": "<extra_id_5>",
|
| 798 |
+
"lstrip": true,
|
| 799 |
+
"normalized": true,
|
| 800 |
+
"rstrip": false,
|
| 801 |
+
"single_word": false,
|
| 802 |
+
"special": true
|
| 803 |
+
},
|
| 804 |
+
"32095": {
|
| 805 |
+
"content": "<extra_id_4>",
|
| 806 |
+
"lstrip": true,
|
| 807 |
+
"normalized": true,
|
| 808 |
+
"rstrip": false,
|
| 809 |
+
"single_word": false,
|
| 810 |
+
"special": true
|
| 811 |
+
},
|
| 812 |
+
"32096": {
|
| 813 |
+
"content": "<extra_id_3>",
|
| 814 |
+
"lstrip": true,
|
| 815 |
+
"normalized": true,
|
| 816 |
+
"rstrip": false,
|
| 817 |
+
"single_word": false,
|
| 818 |
+
"special": true
|
| 819 |
+
},
|
| 820 |
+
"32097": {
|
| 821 |
+
"content": "<extra_id_2>",
|
| 822 |
+
"lstrip": true,
|
| 823 |
+
"normalized": true,
|
| 824 |
+
"rstrip": false,
|
| 825 |
+
"single_word": false,
|
| 826 |
+
"special": true
|
| 827 |
+
},
|
| 828 |
+
"32098": {
|
| 829 |
+
"content": "<extra_id_1>",
|
| 830 |
+
"lstrip": true,
|
| 831 |
+
"normalized": true,
|
| 832 |
+
"rstrip": false,
|
| 833 |
+
"single_word": false,
|
| 834 |
+
"special": true
|
| 835 |
+
},
|
| 836 |
+
"32099": {
|
| 837 |
+
"content": "<extra_id_0>",
|
| 838 |
+
"lstrip": true,
|
| 839 |
+
"normalized": true,
|
| 840 |
+
"rstrip": false,
|
| 841 |
+
"single_word": false,
|
| 842 |
+
"special": true
|
| 843 |
+
}
|
| 844 |
+
},
|
| 845 |
+
"additional_special_tokens": [
|
| 846 |
+
"<extra_id_99>",
|
| 847 |
+
"<extra_id_98>",
|
| 848 |
+
"<extra_id_97>",
|
| 849 |
+
"<extra_id_96>",
|
| 850 |
+
"<extra_id_95>",
|
| 851 |
+
"<extra_id_94>",
|
| 852 |
+
"<extra_id_93>",
|
| 853 |
+
"<extra_id_92>",
|
| 854 |
+
"<extra_id_91>",
|
| 855 |
+
"<extra_id_90>",
|
| 856 |
+
"<extra_id_89>",
|
| 857 |
+
"<extra_id_88>",
|
| 858 |
+
"<extra_id_87>",
|
| 859 |
+
"<extra_id_86>",
|
| 860 |
+
"<extra_id_85>",
|
| 861 |
+
"<extra_id_84>",
|
| 862 |
+
"<extra_id_83>",
|
| 863 |
+
"<extra_id_82>",
|
| 864 |
+
"<extra_id_81>",
|
| 865 |
+
"<extra_id_80>",
|
| 866 |
+
"<extra_id_79>",
|
| 867 |
+
"<extra_id_78>",
|
| 868 |
+
"<extra_id_77>",
|
| 869 |
+
"<extra_id_76>",
|
| 870 |
+
"<extra_id_75>",
|
| 871 |
+
"<extra_id_74>",
|
| 872 |
+
"<extra_id_73>",
|
| 873 |
+
"<extra_id_72>",
|
| 874 |
+
"<extra_id_71>",
|
| 875 |
+
"<extra_id_70>",
|
| 876 |
+
"<extra_id_69>",
|
| 877 |
+
"<extra_id_68>",
|
| 878 |
+
"<extra_id_67>",
|
| 879 |
+
"<extra_id_66>",
|
| 880 |
+
"<extra_id_65>",
|
| 881 |
+
"<extra_id_64>",
|
| 882 |
+
"<extra_id_63>",
|
| 883 |
+
"<extra_id_62>",
|
| 884 |
+
"<extra_id_61>",
|
| 885 |
+
"<extra_id_60>",
|
| 886 |
+
"<extra_id_59>",
|
| 887 |
+
"<extra_id_58>",
|
| 888 |
+
"<extra_id_57>",
|
| 889 |
+
"<extra_id_56>",
|
| 890 |
+
"<extra_id_55>",
|
| 891 |
+
"<extra_id_54>",
|
| 892 |
+
"<extra_id_53>",
|
| 893 |
+
"<extra_id_52>",
|
| 894 |
+
"<extra_id_51>",
|
| 895 |
+
"<extra_id_50>",
|
| 896 |
+
"<extra_id_49>",
|
| 897 |
+
"<extra_id_48>",
|
| 898 |
+
"<extra_id_47>",
|
| 899 |
+
"<extra_id_46>",
|
| 900 |
+
"<extra_id_45>",
|
| 901 |
+
"<extra_id_44>",
|
| 902 |
+
"<extra_id_43>",
|
| 903 |
+
"<extra_id_42>",
|
| 904 |
+
"<extra_id_41>",
|
| 905 |
+
"<extra_id_40>",
|
| 906 |
+
"<extra_id_39>",
|
| 907 |
+
"<extra_id_38>",
|
| 908 |
+
"<extra_id_37>",
|
| 909 |
+
"<extra_id_36>",
|
| 910 |
+
"<extra_id_35>",
|
| 911 |
+
"<extra_id_34>",
|
| 912 |
+
"<extra_id_33>",
|
| 913 |
+
"<extra_id_32>",
|
| 914 |
+
"<extra_id_31>",
|
| 915 |
+
"<extra_id_30>",
|
| 916 |
+
"<extra_id_29>",
|
| 917 |
+
"<extra_id_28>",
|
| 918 |
+
"<extra_id_27>",
|
| 919 |
+
"<extra_id_26>",
|
| 920 |
+
"<extra_id_25>",
|
| 921 |
+
"<extra_id_24>",
|
| 922 |
+
"<extra_id_23>",
|
| 923 |
+
"<extra_id_22>",
|
| 924 |
+
"<extra_id_21>",
|
| 925 |
+
"<extra_id_20>",
|
| 926 |
+
"<extra_id_19>",
|
| 927 |
+
"<extra_id_18>",
|
| 928 |
+
"<extra_id_17>",
|
| 929 |
+
"<extra_id_16>",
|
| 930 |
+
"<extra_id_15>",
|
| 931 |
+
"<extra_id_14>",
|
| 932 |
+
"<extra_id_13>",
|
| 933 |
+
"<extra_id_12>",
|
| 934 |
+
"<extra_id_11>",
|
| 935 |
+
"<extra_id_10>",
|
| 936 |
+
"<extra_id_9>",
|
| 937 |
+
"<extra_id_8>",
|
| 938 |
+
"<extra_id_7>",
|
| 939 |
+
"<extra_id_6>",
|
| 940 |
+
"<extra_id_5>",
|
| 941 |
+
"<extra_id_4>",
|
| 942 |
+
"<extra_id_3>",
|
| 943 |
+
"<extra_id_2>",
|
| 944 |
+
"<extra_id_1>",
|
| 945 |
+
"<extra_id_0>"
|
| 946 |
+
],
|
| 947 |
+
"bos_token": "<s>",
|
| 948 |
+
"clean_up_tokenization_spaces": false,
|
| 949 |
+
"cls_token": "<s>",
|
| 950 |
+
"eos_token": "</s>",
|
| 951 |
+
"errors": "replace",
|
| 952 |
+
"extra_special_tokens": {},
|
| 953 |
+
"mask_token": "<mask>",
|
| 954 |
+
"model_max_length": 512,
|
| 955 |
+
"pad_token": "<pad>",
|
| 956 |
+
"sep_token": "</s>",
|
| 957 |
+
"tokenizer_class": "RobertaTokenizer",
|
| 958 |
+
"unk_token": "<unk>"
|
| 959 |
+
}
|
CodeT5+/TypeGround/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CodeT5/ManyTypes4TypeScrip/config.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"T5ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"bos_token_id": 1,
|
| 6 |
+
"classifier_dropout": 0.0,
|
| 7 |
+
"d_ff": 3072,
|
| 8 |
+
"d_kv": 64,
|
| 9 |
+
"d_model": 768,
|
| 10 |
+
"decoder_start_token_id": 0,
|
| 11 |
+
"dense_act_fn": "relu",
|
| 12 |
+
"dropout_rate": 0.1,
|
| 13 |
+
"eos_token_id": 2,
|
| 14 |
+
"feed_forward_proj": "relu",
|
| 15 |
+
"gradient_checkpointing": false,
|
| 16 |
+
"id2label": {
|
| 17 |
+
"0": "LABEL_0"
|
| 18 |
+
},
|
| 19 |
+
"initializer_factor": 1.0,
|
| 20 |
+
"is_encoder_decoder": true,
|
| 21 |
+
"is_gated_act": false,
|
| 22 |
+
"label2id": {
|
| 23 |
+
"LABEL_0": 0
|
| 24 |
+
},
|
| 25 |
+
"layer_norm_epsilon": 1e-06,
|
| 26 |
+
"model_type": "t5",
|
| 27 |
+
"n_positions": 512,
|
| 28 |
+
"num_decoder_layers": 12,
|
| 29 |
+
"num_heads": 12,
|
| 30 |
+
"num_layers": 12,
|
| 31 |
+
"output_past": true,
|
| 32 |
+
"pad_token_id": 0,
|
| 33 |
+
"relative_attention_max_distance": 128,
|
| 34 |
+
"relative_attention_num_buckets": 32,
|
| 35 |
+
"task_specific_params": {
|
| 36 |
+
"summarization": {
|
| 37 |
+
"early_stopping": true,
|
| 38 |
+
"length_penalty": 2.0,
|
| 39 |
+
"max_length": 200,
|
| 40 |
+
"min_length": 30,
|
| 41 |
+
"no_repeat_ngram_size": 3,
|
| 42 |
+
"num_beams": 4,
|
| 43 |
+
"prefix": "summarize: "
|
| 44 |
+
},
|
| 45 |
+
"translation_en_to_de": {
|
| 46 |
+
"early_stopping": true,
|
| 47 |
+
"max_length": 300,
|
| 48 |
+
"num_beams": 4,
|
| 49 |
+
"prefix": "translate English to German: "
|
| 50 |
+
},
|
| 51 |
+
"translation_en_to_fr": {
|
| 52 |
+
"early_stopping": true,
|
| 53 |
+
"max_length": 300,
|
| 54 |
+
"num_beams": 4,
|
| 55 |
+
"prefix": "translate English to French: "
|
| 56 |
+
},
|
| 57 |
+
"translation_en_to_ro": {
|
| 58 |
+
"early_stopping": true,
|
| 59 |
+
"max_length": 300,
|
| 60 |
+
"num_beams": 4,
|
| 61 |
+
"prefix": "translate English to Romanian: "
|
| 62 |
+
}
|
| 63 |
+
},
|
| 64 |
+
"torch_dtype": "float32",
|
| 65 |
+
"transformers_version": "4.54.1",
|
| 66 |
+
"use_cache": true,
|
| 67 |
+
"vocab_size": 32100
|
| 68 |
+
}
|
CodeT5/ManyTypes4TypeScrip/generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"decoder_start_token_id": 0,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"transformers_version": "4.54.1"
|
| 8 |
+
}
|
CodeT5/ManyTypes4TypeScrip/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CodeT5/ManyTypes4TypeScrip/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee4930bb68da97527893ba759fa3ed8cb6619cb7bf6fef565edcec81371fa8bd
|
| 3 |
+
size 891558696
|
CodeT5/ManyTypes4TypeScrip/special_tokens_map.json
ADDED
|
@@ -0,0 +1,753 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<extra_id_99>",
|
| 5 |
+
"lstrip": true,
|
| 6 |
+
"normalized": true,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "<extra_id_98>",
|
| 12 |
+
"lstrip": true,
|
| 13 |
+
"normalized": true,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": false
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"content": "<extra_id_97>",
|
| 19 |
+
"lstrip": true,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"content": "<extra_id_96>",
|
| 26 |
+
"lstrip": true,
|
| 27 |
+
"normalized": true,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"content": "<extra_id_95>",
|
| 33 |
+
"lstrip": true,
|
| 34 |
+
"normalized": true,
|
| 35 |
+
"rstrip": false,
|
| 36 |
+
"single_word": false
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"content": "<extra_id_94>",
|
| 40 |
+
"lstrip": true,
|
| 41 |
+
"normalized": true,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"content": "<extra_id_93>",
|
| 47 |
+
"lstrip": true,
|
| 48 |
+
"normalized": true,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"content": "<extra_id_92>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": true,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"content": "<extra_id_91>",
|
| 61 |
+
"lstrip": true,
|
| 62 |
+
"normalized": true,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"content": "<extra_id_90>",
|
| 68 |
+
"lstrip": true,
|
| 69 |
+
"normalized": true,
|
| 70 |
+
"rstrip": false,
|
| 71 |
+
"single_word": false
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"content": "<extra_id_89>",
|
| 75 |
+
"lstrip": true,
|
| 76 |
+
"normalized": true,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"single_word": false
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"content": "<extra_id_88>",
|
| 82 |
+
"lstrip": true,
|
| 83 |
+
"normalized": true,
|
| 84 |
+
"rstrip": false,
|
| 85 |
+
"single_word": false
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"content": "<extra_id_87>",
|
| 89 |
+
"lstrip": true,
|
| 90 |
+
"normalized": true,
|
| 91 |
+
"rstrip": false,
|
| 92 |
+
"single_word": false
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"content": "<extra_id_86>",
|
| 96 |
+
"lstrip": true,
|
| 97 |
+
"normalized": true,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"content": "<extra_id_85>",
|
| 103 |
+
"lstrip": true,
|
| 104 |
+
"normalized": true,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"content": "<extra_id_84>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": true,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"content": "<extra_id_83>",
|
| 117 |
+
"lstrip": true,
|
| 118 |
+
"normalized": true,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"content": "<extra_id_82>",
|
| 124 |
+
"lstrip": true,
|
| 125 |
+
"normalized": true,
|
| 126 |
+
"rstrip": false,
|
| 127 |
+
"single_word": false
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"content": "<extra_id_81>",
|
| 131 |
+
"lstrip": true,
|
| 132 |
+
"normalized": true,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"single_word": false
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"content": "<extra_id_80>",
|
| 138 |
+
"lstrip": true,
|
| 139 |
+
"normalized": true,
|
| 140 |
+
"rstrip": false,
|
| 141 |
+
"single_word": false
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"content": "<extra_id_79>",
|
| 145 |
+
"lstrip": true,
|
| 146 |
+
"normalized": true,
|
| 147 |
+
"rstrip": false,
|
| 148 |
+
"single_word": false
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"content": "<extra_id_78>",
|
| 152 |
+
"lstrip": true,
|
| 153 |
+
"normalized": true,
|
| 154 |
+
"rstrip": false,
|
| 155 |
+
"single_word": false
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"content": "<extra_id_77>",
|
| 159 |
+
"lstrip": true,
|
| 160 |
+
"normalized": true,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"content": "<extra_id_76>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": true,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"content": "<extra_id_75>",
|
| 173 |
+
"lstrip": true,
|
| 174 |
+
"normalized": true,
|
| 175 |
+
"rstrip": false,
|
| 176 |
+
"single_word": false
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"content": "<extra_id_74>",
|
| 180 |
+
"lstrip": true,
|
| 181 |
+
"normalized": true,
|
| 182 |
+
"rstrip": false,
|
| 183 |
+
"single_word": false
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"content": "<extra_id_73>",
|
| 187 |
+
"lstrip": true,
|
| 188 |
+
"normalized": true,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"single_word": false
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"content": "<extra_id_72>",
|
| 194 |
+
"lstrip": true,
|
| 195 |
+
"normalized": true,
|
| 196 |
+
"rstrip": false,
|
| 197 |
+
"single_word": false
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"content": "<extra_id_71>",
|
| 201 |
+
"lstrip": true,
|
| 202 |
+
"normalized": true,
|
| 203 |
+
"rstrip": false,
|
| 204 |
+
"single_word": false
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"content": "<extra_id_70>",
|
| 208 |
+
"lstrip": true,
|
| 209 |
+
"normalized": true,
|
| 210 |
+
"rstrip": false,
|
| 211 |
+
"single_word": false
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"content": "<extra_id_69>",
|
| 215 |
+
"lstrip": true,
|
| 216 |
+
"normalized": true,
|
| 217 |
+
"rstrip": false,
|
| 218 |
+
"single_word": false
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"content": "<extra_id_68>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": true,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"content": "<extra_id_67>",
|
| 229 |
+
"lstrip": true,
|
| 230 |
+
"normalized": true,
|
| 231 |
+
"rstrip": false,
|
| 232 |
+
"single_word": false
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"content": "<extra_id_66>",
|
| 236 |
+
"lstrip": true,
|
| 237 |
+
"normalized": true,
|
| 238 |
+
"rstrip": false,
|
| 239 |
+
"single_word": false
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"content": "<extra_id_65>",
|
| 243 |
+
"lstrip": true,
|
| 244 |
+
"normalized": true,
|
| 245 |
+
"rstrip": false,
|
| 246 |
+
"single_word": false
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"content": "<extra_id_64>",
|
| 250 |
+
"lstrip": true,
|
| 251 |
+
"normalized": true,
|
| 252 |
+
"rstrip": false,
|
| 253 |
+
"single_word": false
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"content": "<extra_id_63>",
|
| 257 |
+
"lstrip": true,
|
| 258 |
+
"normalized": true,
|
| 259 |
+
"rstrip": false,
|
| 260 |
+
"single_word": false
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"content": "<extra_id_62>",
|
| 264 |
+
"lstrip": true,
|
| 265 |
+
"normalized": true,
|
| 266 |
+
"rstrip": false,
|
| 267 |
+
"single_word": false
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"content": "<extra_id_61>",
|
| 271 |
+
"lstrip": true,
|
| 272 |
+
"normalized": true,
|
| 273 |
+
"rstrip": false,
|
| 274 |
+
"single_word": false
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"content": "<extra_id_60>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": true,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"content": "<extra_id_59>",
|
| 285 |
+
"lstrip": true,
|
| 286 |
+
"normalized": true,
|
| 287 |
+
"rstrip": false,
|
| 288 |
+
"single_word": false
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"content": "<extra_id_58>",
|
| 292 |
+
"lstrip": true,
|
| 293 |
+
"normalized": true,
|
| 294 |
+
"rstrip": false,
|
| 295 |
+
"single_word": false
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"content": "<extra_id_57>",
|
| 299 |
+
"lstrip": true,
|
| 300 |
+
"normalized": true,
|
| 301 |
+
"rstrip": false,
|
| 302 |
+
"single_word": false
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"content": "<extra_id_56>",
|
| 306 |
+
"lstrip": true,
|
| 307 |
+
"normalized": true,
|
| 308 |
+
"rstrip": false,
|
| 309 |
+
"single_word": false
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"content": "<extra_id_55>",
|
| 313 |
+
"lstrip": true,
|
| 314 |
+
"normalized": true,
|
| 315 |
+
"rstrip": false,
|
| 316 |
+
"single_word": false
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"content": "<extra_id_54>",
|
| 320 |
+
"lstrip": true,
|
| 321 |
+
"normalized": true,
|
| 322 |
+
"rstrip": false,
|
| 323 |
+
"single_word": false
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"content": "<extra_id_53>",
|
| 327 |
+
"lstrip": true,
|
| 328 |
+
"normalized": true,
|
| 329 |
+
"rstrip": false,
|
| 330 |
+
"single_word": false
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"content": "<extra_id_52>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": true,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"content": "<extra_id_51>",
|
| 341 |
+
"lstrip": true,
|
| 342 |
+
"normalized": true,
|
| 343 |
+
"rstrip": false,
|
| 344 |
+
"single_word": false
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"content": "<extra_id_50>",
|
| 348 |
+
"lstrip": true,
|
| 349 |
+
"normalized": true,
|
| 350 |
+
"rstrip": false,
|
| 351 |
+
"single_word": false
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"content": "<extra_id_49>",
|
| 355 |
+
"lstrip": true,
|
| 356 |
+
"normalized": true,
|
| 357 |
+
"rstrip": false,
|
| 358 |
+
"single_word": false
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"content": "<extra_id_48>",
|
| 362 |
+
"lstrip": true,
|
| 363 |
+
"normalized": true,
|
| 364 |
+
"rstrip": false,
|
| 365 |
+
"single_word": false
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"content": "<extra_id_47>",
|
| 369 |
+
"lstrip": true,
|
| 370 |
+
"normalized": true,
|
| 371 |
+
"rstrip": false,
|
| 372 |
+
"single_word": false
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"content": "<extra_id_46>",
|
| 376 |
+
"lstrip": true,
|
| 377 |
+
"normalized": true,
|
| 378 |
+
"rstrip": false,
|
| 379 |
+
"single_word": false
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"content": "<extra_id_45>",
|
| 383 |
+
"lstrip": true,
|
| 384 |
+
"normalized": true,
|
| 385 |
+
"rstrip": false,
|
| 386 |
+
"single_word": false
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"content": "<extra_id_44>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": true,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"content": "<extra_id_43>",
|
| 397 |
+
"lstrip": true,
|
| 398 |
+
"normalized": true,
|
| 399 |
+
"rstrip": false,
|
| 400 |
+
"single_word": false
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"content": "<extra_id_42>",
|
| 404 |
+
"lstrip": true,
|
| 405 |
+
"normalized": true,
|
| 406 |
+
"rstrip": false,
|
| 407 |
+
"single_word": false
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"content": "<extra_id_41>",
|
| 411 |
+
"lstrip": true,
|
| 412 |
+
"normalized": true,
|
| 413 |
+
"rstrip": false,
|
| 414 |
+
"single_word": false
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"content": "<extra_id_40>",
|
| 418 |
+
"lstrip": true,
|
| 419 |
+
"normalized": true,
|
| 420 |
+
"rstrip": false,
|
| 421 |
+
"single_word": false
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"content": "<extra_id_39>",
|
| 425 |
+
"lstrip": true,
|
| 426 |
+
"normalized": true,
|
| 427 |
+
"rstrip": false,
|
| 428 |
+
"single_word": false
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"content": "<extra_id_38>",
|
| 432 |
+
"lstrip": true,
|
| 433 |
+
"normalized": true,
|
| 434 |
+
"rstrip": false,
|
| 435 |
+
"single_word": false
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"content": "<extra_id_37>",
|
| 439 |
+
"lstrip": true,
|
| 440 |
+
"normalized": true,
|
| 441 |
+
"rstrip": false,
|
| 442 |
+
"single_word": false
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"content": "<extra_id_36>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": true,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"content": "<extra_id_35>",
|
| 453 |
+
"lstrip": true,
|
| 454 |
+
"normalized": true,
|
| 455 |
+
"rstrip": false,
|
| 456 |
+
"single_word": false
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"content": "<extra_id_34>",
|
| 460 |
+
"lstrip": true,
|
| 461 |
+
"normalized": true,
|
| 462 |
+
"rstrip": false,
|
| 463 |
+
"single_word": false
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"content": "<extra_id_33>",
|
| 467 |
+
"lstrip": true,
|
| 468 |
+
"normalized": true,
|
| 469 |
+
"rstrip": false,
|
| 470 |
+
"single_word": false
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"content": "<extra_id_32>",
|
| 474 |
+
"lstrip": true,
|
| 475 |
+
"normalized": true,
|
| 476 |
+
"rstrip": false,
|
| 477 |
+
"single_word": false
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"content": "<extra_id_31>",
|
| 481 |
+
"lstrip": true,
|
| 482 |
+
"normalized": true,
|
| 483 |
+
"rstrip": false,
|
| 484 |
+
"single_word": false
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"content": "<extra_id_30>",
|
| 488 |
+
"lstrip": true,
|
| 489 |
+
"normalized": true,
|
| 490 |
+
"rstrip": false,
|
| 491 |
+
"single_word": false
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"content": "<extra_id_29>",
|
| 495 |
+
"lstrip": true,
|
| 496 |
+
"normalized": true,
|
| 497 |
+
"rstrip": false,
|
| 498 |
+
"single_word": false
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"content": "<extra_id_28>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": true,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"content": "<extra_id_27>",
|
| 509 |
+
"lstrip": true,
|
| 510 |
+
"normalized": true,
|
| 511 |
+
"rstrip": false,
|
| 512 |
+
"single_word": false
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"content": "<extra_id_26>",
|
| 516 |
+
"lstrip": true,
|
| 517 |
+
"normalized": true,
|
| 518 |
+
"rstrip": false,
|
| 519 |
+
"single_word": false
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"content": "<extra_id_25>",
|
| 523 |
+
"lstrip": true,
|
| 524 |
+
"normalized": true,
|
| 525 |
+
"rstrip": false,
|
| 526 |
+
"single_word": false
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"content": "<extra_id_24>",
|
| 530 |
+
"lstrip": true,
|
| 531 |
+
"normalized": true,
|
| 532 |
+
"rstrip": false,
|
| 533 |
+
"single_word": false
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"content": "<extra_id_23>",
|
| 537 |
+
"lstrip": true,
|
| 538 |
+
"normalized": true,
|
| 539 |
+
"rstrip": false,
|
| 540 |
+
"single_word": false
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"content": "<extra_id_22>",
|
| 544 |
+
"lstrip": true,
|
| 545 |
+
"normalized": true,
|
| 546 |
+
"rstrip": false,
|
| 547 |
+
"single_word": false
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"content": "<extra_id_21>",
|
| 551 |
+
"lstrip": true,
|
| 552 |
+
"normalized": true,
|
| 553 |
+
"rstrip": false,
|
| 554 |
+
"single_word": false
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"content": "<extra_id_20>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": true,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"content": "<extra_id_19>",
|
| 565 |
+
"lstrip": true,
|
| 566 |
+
"normalized": true,
|
| 567 |
+
"rstrip": false,
|
| 568 |
+
"single_word": false
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"content": "<extra_id_18>",
|
| 572 |
+
"lstrip": true,
|
| 573 |
+
"normalized": true,
|
| 574 |
+
"rstrip": false,
|
| 575 |
+
"single_word": false
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"content": "<extra_id_17>",
|
| 579 |
+
"lstrip": true,
|
| 580 |
+
"normalized": true,
|
| 581 |
+
"rstrip": false,
|
| 582 |
+
"single_word": false
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"content": "<extra_id_16>",
|
| 586 |
+
"lstrip": true,
|
| 587 |
+
"normalized": true,
|
| 588 |
+
"rstrip": false,
|
| 589 |
+
"single_word": false
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"content": "<extra_id_15>",
|
| 593 |
+
"lstrip": true,
|
| 594 |
+
"normalized": true,
|
| 595 |
+
"rstrip": false,
|
| 596 |
+
"single_word": false
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"content": "<extra_id_14>",
|
| 600 |
+
"lstrip": true,
|
| 601 |
+
"normalized": true,
|
| 602 |
+
"rstrip": false,
|
| 603 |
+
"single_word": false
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"content": "<extra_id_13>",
|
| 607 |
+
"lstrip": true,
|
| 608 |
+
"normalized": true,
|
| 609 |
+
"rstrip": false,
|
| 610 |
+
"single_word": false
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"content": "<extra_id_12>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": true,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"content": "<extra_id_11>",
|
| 621 |
+
"lstrip": true,
|
| 622 |
+
"normalized": true,
|
| 623 |
+
"rstrip": false,
|
| 624 |
+
"single_word": false
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"content": "<extra_id_10>",
|
| 628 |
+
"lstrip": true,
|
| 629 |
+
"normalized": true,
|
| 630 |
+
"rstrip": false,
|
| 631 |
+
"single_word": false
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"content": "<extra_id_9>",
|
| 635 |
+
"lstrip": true,
|
| 636 |
+
"normalized": true,
|
| 637 |
+
"rstrip": false,
|
| 638 |
+
"single_word": false
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"content": "<extra_id_8>",
|
| 642 |
+
"lstrip": true,
|
| 643 |
+
"normalized": true,
|
| 644 |
+
"rstrip": false,
|
| 645 |
+
"single_word": false
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"content": "<extra_id_7>",
|
| 649 |
+
"lstrip": true,
|
| 650 |
+
"normalized": true,
|
| 651 |
+
"rstrip": false,
|
| 652 |
+
"single_word": false
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"content": "<extra_id_6>",
|
| 656 |
+
"lstrip": true,
|
| 657 |
+
"normalized": true,
|
| 658 |
+
"rstrip": false,
|
| 659 |
+
"single_word": false
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"content": "<extra_id_5>",
|
| 663 |
+
"lstrip": true,
|
| 664 |
+
"normalized": true,
|
| 665 |
+
"rstrip": false,
|
| 666 |
+
"single_word": false
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"content": "<extra_id_4>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": true,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"content": "<extra_id_3>",
|
| 677 |
+
"lstrip": true,
|
| 678 |
+
"normalized": true,
|
| 679 |
+
"rstrip": false,
|
| 680 |
+
"single_word": false
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"content": "<extra_id_2>",
|
| 684 |
+
"lstrip": true,
|
| 685 |
+
"normalized": true,
|
| 686 |
+
"rstrip": false,
|
| 687 |
+
"single_word": false
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"content": "<extra_id_1>",
|
| 691 |
+
"lstrip": true,
|
| 692 |
+
"normalized": true,
|
| 693 |
+
"rstrip": false,
|
| 694 |
+
"single_word": false
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"content": "<extra_id_0>",
|
| 698 |
+
"lstrip": true,
|
| 699 |
+
"normalized": true,
|
| 700 |
+
"rstrip": false,
|
| 701 |
+
"single_word": false
|
| 702 |
+
}
|
| 703 |
+
],
|
| 704 |
+
"bos_token": {
|
| 705 |
+
"content": "<s>",
|
| 706 |
+
"lstrip": false,
|
| 707 |
+
"normalized": true,
|
| 708 |
+
"rstrip": false,
|
| 709 |
+
"single_word": false
|
| 710 |
+
},
|
| 711 |
+
"cls_token": {
|
| 712 |
+
"content": "<s>",
|
| 713 |
+
"lstrip": false,
|
| 714 |
+
"normalized": true,
|
| 715 |
+
"rstrip": false,
|
| 716 |
+
"single_word": false
|
| 717 |
+
},
|
| 718 |
+
"eos_token": {
|
| 719 |
+
"content": "</s>",
|
| 720 |
+
"lstrip": false,
|
| 721 |
+
"normalized": true,
|
| 722 |
+
"rstrip": false,
|
| 723 |
+
"single_word": false
|
| 724 |
+
},
|
| 725 |
+
"mask_token": {
|
| 726 |
+
"content": "<mask>",
|
| 727 |
+
"lstrip": true,
|
| 728 |
+
"normalized": true,
|
| 729 |
+
"rstrip": false,
|
| 730 |
+
"single_word": false
|
| 731 |
+
},
|
| 732 |
+
"pad_token": {
|
| 733 |
+
"content": "<pad>",
|
| 734 |
+
"lstrip": false,
|
| 735 |
+
"normalized": true,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false
|
| 738 |
+
},
|
| 739 |
+
"sep_token": {
|
| 740 |
+
"content": "</s>",
|
| 741 |
+
"lstrip": false,
|
| 742 |
+
"normalized": true,
|
| 743 |
+
"rstrip": false,
|
| 744 |
+
"single_word": false
|
| 745 |
+
},
|
| 746 |
+
"unk_token": {
|
| 747 |
+
"content": "<unk>",
|
| 748 |
+
"lstrip": false,
|
| 749 |
+
"normalized": true,
|
| 750 |
+
"rstrip": false,
|
| 751 |
+
"single_word": false
|
| 752 |
+
}
|
| 753 |
+
}
|
CodeT5/ManyTypes4TypeScrip/tokenizer_config.json
ADDED
|
@@ -0,0 +1,959 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<pad>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<s>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": true,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "</s>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": true,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<unk>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": true,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<mask>",
|
| 38 |
+
"lstrip": true,
|
| 39 |
+
"normalized": true,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"32000": {
|
| 45 |
+
"content": "<extra_id_99>",
|
| 46 |
+
"lstrip": true,
|
| 47 |
+
"normalized": true,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"32001": {
|
| 53 |
+
"content": "<extra_id_98>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": true,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"32002": {
|
| 61 |
+
"content": "<extra_id_97>",
|
| 62 |
+
"lstrip": true,
|
| 63 |
+
"normalized": true,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"32003": {
|
| 69 |
+
"content": "<extra_id_96>",
|
| 70 |
+
"lstrip": true,
|
| 71 |
+
"normalized": true,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"32004": {
|
| 77 |
+
"content": "<extra_id_95>",
|
| 78 |
+
"lstrip": true,
|
| 79 |
+
"normalized": true,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"32005": {
|
| 85 |
+
"content": "<extra_id_94>",
|
| 86 |
+
"lstrip": true,
|
| 87 |
+
"normalized": true,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"32006": {
|
| 93 |
+
"content": "<extra_id_93>",
|
| 94 |
+
"lstrip": true,
|
| 95 |
+
"normalized": true,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"32007": {
|
| 101 |
+
"content": "<extra_id_92>",
|
| 102 |
+
"lstrip": true,
|
| 103 |
+
"normalized": true,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"32008": {
|
| 109 |
+
"content": "<extra_id_91>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": true,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"32009": {
|
| 117 |
+
"content": "<extra_id_90>",
|
| 118 |
+
"lstrip": true,
|
| 119 |
+
"normalized": true,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"32010": {
|
| 125 |
+
"content": "<extra_id_89>",
|
| 126 |
+
"lstrip": true,
|
| 127 |
+
"normalized": true,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"32011": {
|
| 133 |
+
"content": "<extra_id_88>",
|
| 134 |
+
"lstrip": true,
|
| 135 |
+
"normalized": true,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"32012": {
|
| 141 |
+
"content": "<extra_id_87>",
|
| 142 |
+
"lstrip": true,
|
| 143 |
+
"normalized": true,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"32013": {
|
| 149 |
+
"content": "<extra_id_86>",
|
| 150 |
+
"lstrip": true,
|
| 151 |
+
"normalized": true,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"32014": {
|
| 157 |
+
"content": "<extra_id_85>",
|
| 158 |
+
"lstrip": true,
|
| 159 |
+
"normalized": true,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"32015": {
|
| 165 |
+
"content": "<extra_id_84>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": true,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"32016": {
|
| 173 |
+
"content": "<extra_id_83>",
|
| 174 |
+
"lstrip": true,
|
| 175 |
+
"normalized": true,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"32017": {
|
| 181 |
+
"content": "<extra_id_82>",
|
| 182 |
+
"lstrip": true,
|
| 183 |
+
"normalized": true,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"32018": {
|
| 189 |
+
"content": "<extra_id_81>",
|
| 190 |
+
"lstrip": true,
|
| 191 |
+
"normalized": true,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"32019": {
|
| 197 |
+
"content": "<extra_id_80>",
|
| 198 |
+
"lstrip": true,
|
| 199 |
+
"normalized": true,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"32020": {
|
| 205 |
+
"content": "<extra_id_79>",
|
| 206 |
+
"lstrip": true,
|
| 207 |
+
"normalized": true,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"32021": {
|
| 213 |
+
"content": "<extra_id_78>",
|
| 214 |
+
"lstrip": true,
|
| 215 |
+
"normalized": true,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"32022": {
|
| 221 |
+
"content": "<extra_id_77>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": true,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"32023": {
|
| 229 |
+
"content": "<extra_id_76>",
|
| 230 |
+
"lstrip": true,
|
| 231 |
+
"normalized": true,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"32024": {
|
| 237 |
+
"content": "<extra_id_75>",
|
| 238 |
+
"lstrip": true,
|
| 239 |
+
"normalized": true,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"32025": {
|
| 245 |
+
"content": "<extra_id_74>",
|
| 246 |
+
"lstrip": true,
|
| 247 |
+
"normalized": true,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"32026": {
|
| 253 |
+
"content": "<extra_id_73>",
|
| 254 |
+
"lstrip": true,
|
| 255 |
+
"normalized": true,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"32027": {
|
| 261 |
+
"content": "<extra_id_72>",
|
| 262 |
+
"lstrip": true,
|
| 263 |
+
"normalized": true,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"32028": {
|
| 269 |
+
"content": "<extra_id_71>",
|
| 270 |
+
"lstrip": true,
|
| 271 |
+
"normalized": true,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"32029": {
|
| 277 |
+
"content": "<extra_id_70>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": true,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"32030": {
|
| 285 |
+
"content": "<extra_id_69>",
|
| 286 |
+
"lstrip": true,
|
| 287 |
+
"normalized": true,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"32031": {
|
| 293 |
+
"content": "<extra_id_68>",
|
| 294 |
+
"lstrip": true,
|
| 295 |
+
"normalized": true,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"32032": {
|
| 301 |
+
"content": "<extra_id_67>",
|
| 302 |
+
"lstrip": true,
|
| 303 |
+
"normalized": true,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"32033": {
|
| 309 |
+
"content": "<extra_id_66>",
|
| 310 |
+
"lstrip": true,
|
| 311 |
+
"normalized": true,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"32034": {
|
| 317 |
+
"content": "<extra_id_65>",
|
| 318 |
+
"lstrip": true,
|
| 319 |
+
"normalized": true,
|
| 320 |
+
"rstrip": false,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"32035": {
|
| 325 |
+
"content": "<extra_id_64>",
|
| 326 |
+
"lstrip": true,
|
| 327 |
+
"normalized": true,
|
| 328 |
+
"rstrip": false,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"32036": {
|
| 333 |
+
"content": "<extra_id_63>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": true,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"32037": {
|
| 341 |
+
"content": "<extra_id_62>",
|
| 342 |
+
"lstrip": true,
|
| 343 |
+
"normalized": true,
|
| 344 |
+
"rstrip": false,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"32038": {
|
| 349 |
+
"content": "<extra_id_61>",
|
| 350 |
+
"lstrip": true,
|
| 351 |
+
"normalized": true,
|
| 352 |
+
"rstrip": false,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"32039": {
|
| 357 |
+
"content": "<extra_id_60>",
|
| 358 |
+
"lstrip": true,
|
| 359 |
+
"normalized": true,
|
| 360 |
+
"rstrip": false,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"32040": {
|
| 365 |
+
"content": "<extra_id_59>",
|
| 366 |
+
"lstrip": true,
|
| 367 |
+
"normalized": true,
|
| 368 |
+
"rstrip": false,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"32041": {
|
| 373 |
+
"content": "<extra_id_58>",
|
| 374 |
+
"lstrip": true,
|
| 375 |
+
"normalized": true,
|
| 376 |
+
"rstrip": false,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"32042": {
|
| 381 |
+
"content": "<extra_id_57>",
|
| 382 |
+
"lstrip": true,
|
| 383 |
+
"normalized": true,
|
| 384 |
+
"rstrip": false,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"32043": {
|
| 389 |
+
"content": "<extra_id_56>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": true,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"32044": {
|
| 397 |
+
"content": "<extra_id_55>",
|
| 398 |
+
"lstrip": true,
|
| 399 |
+
"normalized": true,
|
| 400 |
+
"rstrip": false,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"32045": {
|
| 405 |
+
"content": "<extra_id_54>",
|
| 406 |
+
"lstrip": true,
|
| 407 |
+
"normalized": true,
|
| 408 |
+
"rstrip": false,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"32046": {
|
| 413 |
+
"content": "<extra_id_53>",
|
| 414 |
+
"lstrip": true,
|
| 415 |
+
"normalized": true,
|
| 416 |
+
"rstrip": false,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"32047": {
|
| 421 |
+
"content": "<extra_id_52>",
|
| 422 |
+
"lstrip": true,
|
| 423 |
+
"normalized": true,
|
| 424 |
+
"rstrip": false,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"32048": {
|
| 429 |
+
"content": "<extra_id_51>",
|
| 430 |
+
"lstrip": true,
|
| 431 |
+
"normalized": true,
|
| 432 |
+
"rstrip": false,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
},
|
| 436 |
+
"32049": {
|
| 437 |
+
"content": "<extra_id_50>",
|
| 438 |
+
"lstrip": true,
|
| 439 |
+
"normalized": true,
|
| 440 |
+
"rstrip": false,
|
| 441 |
+
"single_word": false,
|
| 442 |
+
"special": true
|
| 443 |
+
},
|
| 444 |
+
"32050": {
|
| 445 |
+
"content": "<extra_id_49>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": true,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false,
|
| 450 |
+
"special": true
|
| 451 |
+
},
|
| 452 |
+
"32051": {
|
| 453 |
+
"content": "<extra_id_48>",
|
| 454 |
+
"lstrip": true,
|
| 455 |
+
"normalized": true,
|
| 456 |
+
"rstrip": false,
|
| 457 |
+
"single_word": false,
|
| 458 |
+
"special": true
|
| 459 |
+
},
|
| 460 |
+
"32052": {
|
| 461 |
+
"content": "<extra_id_47>",
|
| 462 |
+
"lstrip": true,
|
| 463 |
+
"normalized": true,
|
| 464 |
+
"rstrip": false,
|
| 465 |
+
"single_word": false,
|
| 466 |
+
"special": true
|
| 467 |
+
},
|
| 468 |
+
"32053": {
|
| 469 |
+
"content": "<extra_id_46>",
|
| 470 |
+
"lstrip": true,
|
| 471 |
+
"normalized": true,
|
| 472 |
+
"rstrip": false,
|
| 473 |
+
"single_word": false,
|
| 474 |
+
"special": true
|
| 475 |
+
},
|
| 476 |
+
"32054": {
|
| 477 |
+
"content": "<extra_id_45>",
|
| 478 |
+
"lstrip": true,
|
| 479 |
+
"normalized": true,
|
| 480 |
+
"rstrip": false,
|
| 481 |
+
"single_word": false,
|
| 482 |
+
"special": true
|
| 483 |
+
},
|
| 484 |
+
"32055": {
|
| 485 |
+
"content": "<extra_id_44>",
|
| 486 |
+
"lstrip": true,
|
| 487 |
+
"normalized": true,
|
| 488 |
+
"rstrip": false,
|
| 489 |
+
"single_word": false,
|
| 490 |
+
"special": true
|
| 491 |
+
},
|
| 492 |
+
"32056": {
|
| 493 |
+
"content": "<extra_id_43>",
|
| 494 |
+
"lstrip": true,
|
| 495 |
+
"normalized": true,
|
| 496 |
+
"rstrip": false,
|
| 497 |
+
"single_word": false,
|
| 498 |
+
"special": true
|
| 499 |
+
},
|
| 500 |
+
"32057": {
|
| 501 |
+
"content": "<extra_id_42>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": true,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false,
|
| 506 |
+
"special": true
|
| 507 |
+
},
|
| 508 |
+
"32058": {
|
| 509 |
+
"content": "<extra_id_41>",
|
| 510 |
+
"lstrip": true,
|
| 511 |
+
"normalized": true,
|
| 512 |
+
"rstrip": false,
|
| 513 |
+
"single_word": false,
|
| 514 |
+
"special": true
|
| 515 |
+
},
|
| 516 |
+
"32059": {
|
| 517 |
+
"content": "<extra_id_40>",
|
| 518 |
+
"lstrip": true,
|
| 519 |
+
"normalized": true,
|
| 520 |
+
"rstrip": false,
|
| 521 |
+
"single_word": false,
|
| 522 |
+
"special": true
|
| 523 |
+
},
|
| 524 |
+
"32060": {
|
| 525 |
+
"content": "<extra_id_39>",
|
| 526 |
+
"lstrip": true,
|
| 527 |
+
"normalized": true,
|
| 528 |
+
"rstrip": false,
|
| 529 |
+
"single_word": false,
|
| 530 |
+
"special": true
|
| 531 |
+
},
|
| 532 |
+
"32061": {
|
| 533 |
+
"content": "<extra_id_38>",
|
| 534 |
+
"lstrip": true,
|
| 535 |
+
"normalized": true,
|
| 536 |
+
"rstrip": false,
|
| 537 |
+
"single_word": false,
|
| 538 |
+
"special": true
|
| 539 |
+
},
|
| 540 |
+
"32062": {
|
| 541 |
+
"content": "<extra_id_37>",
|
| 542 |
+
"lstrip": true,
|
| 543 |
+
"normalized": true,
|
| 544 |
+
"rstrip": false,
|
| 545 |
+
"single_word": false,
|
| 546 |
+
"special": true
|
| 547 |
+
},
|
| 548 |
+
"32063": {
|
| 549 |
+
"content": "<extra_id_36>",
|
| 550 |
+
"lstrip": true,
|
| 551 |
+
"normalized": true,
|
| 552 |
+
"rstrip": false,
|
| 553 |
+
"single_word": false,
|
| 554 |
+
"special": true
|
| 555 |
+
},
|
| 556 |
+
"32064": {
|
| 557 |
+
"content": "<extra_id_35>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": true,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false,
|
| 562 |
+
"special": true
|
| 563 |
+
},
|
| 564 |
+
"32065": {
|
| 565 |
+
"content": "<extra_id_34>",
|
| 566 |
+
"lstrip": true,
|
| 567 |
+
"normalized": true,
|
| 568 |
+
"rstrip": false,
|
| 569 |
+
"single_word": false,
|
| 570 |
+
"special": true
|
| 571 |
+
},
|
| 572 |
+
"32066": {
|
| 573 |
+
"content": "<extra_id_33>",
|
| 574 |
+
"lstrip": true,
|
| 575 |
+
"normalized": true,
|
| 576 |
+
"rstrip": false,
|
| 577 |
+
"single_word": false,
|
| 578 |
+
"special": true
|
| 579 |
+
},
|
| 580 |
+
"32067": {
|
| 581 |
+
"content": "<extra_id_32>",
|
| 582 |
+
"lstrip": true,
|
| 583 |
+
"normalized": true,
|
| 584 |
+
"rstrip": false,
|
| 585 |
+
"single_word": false,
|
| 586 |
+
"special": true
|
| 587 |
+
},
|
| 588 |
+
"32068": {
|
| 589 |
+
"content": "<extra_id_31>",
|
| 590 |
+
"lstrip": true,
|
| 591 |
+
"normalized": true,
|
| 592 |
+
"rstrip": false,
|
| 593 |
+
"single_word": false,
|
| 594 |
+
"special": true
|
| 595 |
+
},
|
| 596 |
+
"32069": {
|
| 597 |
+
"content": "<extra_id_30>",
|
| 598 |
+
"lstrip": true,
|
| 599 |
+
"normalized": true,
|
| 600 |
+
"rstrip": false,
|
| 601 |
+
"single_word": false,
|
| 602 |
+
"special": true
|
| 603 |
+
},
|
| 604 |
+
"32070": {
|
| 605 |
+
"content": "<extra_id_29>",
|
| 606 |
+
"lstrip": true,
|
| 607 |
+
"normalized": true,
|
| 608 |
+
"rstrip": false,
|
| 609 |
+
"single_word": false,
|
| 610 |
+
"special": true
|
| 611 |
+
},
|
| 612 |
+
"32071": {
|
| 613 |
+
"content": "<extra_id_28>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": true,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false,
|
| 618 |
+
"special": true
|
| 619 |
+
},
|
| 620 |
+
"32072": {
|
| 621 |
+
"content": "<extra_id_27>",
|
| 622 |
+
"lstrip": true,
|
| 623 |
+
"normalized": true,
|
| 624 |
+
"rstrip": false,
|
| 625 |
+
"single_word": false,
|
| 626 |
+
"special": true
|
| 627 |
+
},
|
| 628 |
+
"32073": {
|
| 629 |
+
"content": "<extra_id_26>",
|
| 630 |
+
"lstrip": true,
|
| 631 |
+
"normalized": true,
|
| 632 |
+
"rstrip": false,
|
| 633 |
+
"single_word": false,
|
| 634 |
+
"special": true
|
| 635 |
+
},
|
| 636 |
+
"32074": {
|
| 637 |
+
"content": "<extra_id_25>",
|
| 638 |
+
"lstrip": true,
|
| 639 |
+
"normalized": true,
|
| 640 |
+
"rstrip": false,
|
| 641 |
+
"single_word": false,
|
| 642 |
+
"special": true
|
| 643 |
+
},
|
| 644 |
+
"32075": {
|
| 645 |
+
"content": "<extra_id_24>",
|
| 646 |
+
"lstrip": true,
|
| 647 |
+
"normalized": true,
|
| 648 |
+
"rstrip": false,
|
| 649 |
+
"single_word": false,
|
| 650 |
+
"special": true
|
| 651 |
+
},
|
| 652 |
+
"32076": {
|
| 653 |
+
"content": "<extra_id_23>",
|
| 654 |
+
"lstrip": true,
|
| 655 |
+
"normalized": true,
|
| 656 |
+
"rstrip": false,
|
| 657 |
+
"single_word": false,
|
| 658 |
+
"special": true
|
| 659 |
+
},
|
| 660 |
+
"32077": {
|
| 661 |
+
"content": "<extra_id_22>",
|
| 662 |
+
"lstrip": true,
|
| 663 |
+
"normalized": true,
|
| 664 |
+
"rstrip": false,
|
| 665 |
+
"single_word": false,
|
| 666 |
+
"special": true
|
| 667 |
+
},
|
| 668 |
+
"32078": {
|
| 669 |
+
"content": "<extra_id_21>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": true,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false,
|
| 674 |
+
"special": true
|
| 675 |
+
},
|
| 676 |
+
"32079": {
|
| 677 |
+
"content": "<extra_id_20>",
|
| 678 |
+
"lstrip": true,
|
| 679 |
+
"normalized": true,
|
| 680 |
+
"rstrip": false,
|
| 681 |
+
"single_word": false,
|
| 682 |
+
"special": true
|
| 683 |
+
},
|
| 684 |
+
"32080": {
|
| 685 |
+
"content": "<extra_id_19>",
|
| 686 |
+
"lstrip": true,
|
| 687 |
+
"normalized": true,
|
| 688 |
+
"rstrip": false,
|
| 689 |
+
"single_word": false,
|
| 690 |
+
"special": true
|
| 691 |
+
},
|
| 692 |
+
"32081": {
|
| 693 |
+
"content": "<extra_id_18>",
|
| 694 |
+
"lstrip": true,
|
| 695 |
+
"normalized": true,
|
| 696 |
+
"rstrip": false,
|
| 697 |
+
"single_word": false,
|
| 698 |
+
"special": true
|
| 699 |
+
},
|
| 700 |
+
"32082": {
|
| 701 |
+
"content": "<extra_id_17>",
|
| 702 |
+
"lstrip": true,
|
| 703 |
+
"normalized": true,
|
| 704 |
+
"rstrip": false,
|
| 705 |
+
"single_word": false,
|
| 706 |
+
"special": true
|
| 707 |
+
},
|
| 708 |
+
"32083": {
|
| 709 |
+
"content": "<extra_id_16>",
|
| 710 |
+
"lstrip": true,
|
| 711 |
+
"normalized": true,
|
| 712 |
+
"rstrip": false,
|
| 713 |
+
"single_word": false,
|
| 714 |
+
"special": true
|
| 715 |
+
},
|
| 716 |
+
"32084": {
|
| 717 |
+
"content": "<extra_id_15>",
|
| 718 |
+
"lstrip": true,
|
| 719 |
+
"normalized": true,
|
| 720 |
+
"rstrip": false,
|
| 721 |
+
"single_word": false,
|
| 722 |
+
"special": true
|
| 723 |
+
},
|
| 724 |
+
"32085": {
|
| 725 |
+
"content": "<extra_id_14>",
|
| 726 |
+
"lstrip": true,
|
| 727 |
+
"normalized": true,
|
| 728 |
+
"rstrip": false,
|
| 729 |
+
"single_word": false,
|
| 730 |
+
"special": true
|
| 731 |
+
},
|
| 732 |
+
"32086": {
|
| 733 |
+
"content": "<extra_id_13>",
|
| 734 |
+
"lstrip": true,
|
| 735 |
+
"normalized": true,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false,
|
| 738 |
+
"special": true
|
| 739 |
+
},
|
| 740 |
+
"32087": {
|
| 741 |
+
"content": "<extra_id_12>",
|
| 742 |
+
"lstrip": true,
|
| 743 |
+
"normalized": true,
|
| 744 |
+
"rstrip": false,
|
| 745 |
+
"single_word": false,
|
| 746 |
+
"special": true
|
| 747 |
+
},
|
| 748 |
+
"32088": {
|
| 749 |
+
"content": "<extra_id_11>",
|
| 750 |
+
"lstrip": true,
|
| 751 |
+
"normalized": true,
|
| 752 |
+
"rstrip": false,
|
| 753 |
+
"single_word": false,
|
| 754 |
+
"special": true
|
| 755 |
+
},
|
| 756 |
+
"32089": {
|
| 757 |
+
"content": "<extra_id_10>",
|
| 758 |
+
"lstrip": true,
|
| 759 |
+
"normalized": true,
|
| 760 |
+
"rstrip": false,
|
| 761 |
+
"single_word": false,
|
| 762 |
+
"special": true
|
| 763 |
+
},
|
| 764 |
+
"32090": {
|
| 765 |
+
"content": "<extra_id_9>",
|
| 766 |
+
"lstrip": true,
|
| 767 |
+
"normalized": true,
|
| 768 |
+
"rstrip": false,
|
| 769 |
+
"single_word": false,
|
| 770 |
+
"special": true
|
| 771 |
+
},
|
| 772 |
+
"32091": {
|
| 773 |
+
"content": "<extra_id_8>",
|
| 774 |
+
"lstrip": true,
|
| 775 |
+
"normalized": true,
|
| 776 |
+
"rstrip": false,
|
| 777 |
+
"single_word": false,
|
| 778 |
+
"special": true
|
| 779 |
+
},
|
| 780 |
+
"32092": {
|
| 781 |
+
"content": "<extra_id_7>",
|
| 782 |
+
"lstrip": true,
|
| 783 |
+
"normalized": true,
|
| 784 |
+
"rstrip": false,
|
| 785 |
+
"single_word": false,
|
| 786 |
+
"special": true
|
| 787 |
+
},
|
| 788 |
+
"32093": {
|
| 789 |
+
"content": "<extra_id_6>",
|
| 790 |
+
"lstrip": true,
|
| 791 |
+
"normalized": true,
|
| 792 |
+
"rstrip": false,
|
| 793 |
+
"single_word": false,
|
| 794 |
+
"special": true
|
| 795 |
+
},
|
| 796 |
+
"32094": {
|
| 797 |
+
"content": "<extra_id_5>",
|
| 798 |
+
"lstrip": true,
|
| 799 |
+
"normalized": true,
|
| 800 |
+
"rstrip": false,
|
| 801 |
+
"single_word": false,
|
| 802 |
+
"special": true
|
| 803 |
+
},
|
| 804 |
+
"32095": {
|
| 805 |
+
"content": "<extra_id_4>",
|
| 806 |
+
"lstrip": true,
|
| 807 |
+
"normalized": true,
|
| 808 |
+
"rstrip": false,
|
| 809 |
+
"single_word": false,
|
| 810 |
+
"special": true
|
| 811 |
+
},
|
| 812 |
+
"32096": {
|
| 813 |
+
"content": "<extra_id_3>",
|
| 814 |
+
"lstrip": true,
|
| 815 |
+
"normalized": true,
|
| 816 |
+
"rstrip": false,
|
| 817 |
+
"single_word": false,
|
| 818 |
+
"special": true
|
| 819 |
+
},
|
| 820 |
+
"32097": {
|
| 821 |
+
"content": "<extra_id_2>",
|
| 822 |
+
"lstrip": true,
|
| 823 |
+
"normalized": true,
|
| 824 |
+
"rstrip": false,
|
| 825 |
+
"single_word": false,
|
| 826 |
+
"special": true
|
| 827 |
+
},
|
| 828 |
+
"32098": {
|
| 829 |
+
"content": "<extra_id_1>",
|
| 830 |
+
"lstrip": true,
|
| 831 |
+
"normalized": true,
|
| 832 |
+
"rstrip": false,
|
| 833 |
+
"single_word": false,
|
| 834 |
+
"special": true
|
| 835 |
+
},
|
| 836 |
+
"32099": {
|
| 837 |
+
"content": "<extra_id_0>",
|
| 838 |
+
"lstrip": true,
|
| 839 |
+
"normalized": true,
|
| 840 |
+
"rstrip": false,
|
| 841 |
+
"single_word": false,
|
| 842 |
+
"special": true
|
| 843 |
+
}
|
| 844 |
+
},
|
| 845 |
+
"additional_special_tokens": [
|
| 846 |
+
"<extra_id_99>",
|
| 847 |
+
"<extra_id_98>",
|
| 848 |
+
"<extra_id_97>",
|
| 849 |
+
"<extra_id_96>",
|
| 850 |
+
"<extra_id_95>",
|
| 851 |
+
"<extra_id_94>",
|
| 852 |
+
"<extra_id_93>",
|
| 853 |
+
"<extra_id_92>",
|
| 854 |
+
"<extra_id_91>",
|
| 855 |
+
"<extra_id_90>",
|
| 856 |
+
"<extra_id_89>",
|
| 857 |
+
"<extra_id_88>",
|
| 858 |
+
"<extra_id_87>",
|
| 859 |
+
"<extra_id_86>",
|
| 860 |
+
"<extra_id_85>",
|
| 861 |
+
"<extra_id_84>",
|
| 862 |
+
"<extra_id_83>",
|
| 863 |
+
"<extra_id_82>",
|
| 864 |
+
"<extra_id_81>",
|
| 865 |
+
"<extra_id_80>",
|
| 866 |
+
"<extra_id_79>",
|
| 867 |
+
"<extra_id_78>",
|
| 868 |
+
"<extra_id_77>",
|
| 869 |
+
"<extra_id_76>",
|
| 870 |
+
"<extra_id_75>",
|
| 871 |
+
"<extra_id_74>",
|
| 872 |
+
"<extra_id_73>",
|
| 873 |
+
"<extra_id_72>",
|
| 874 |
+
"<extra_id_71>",
|
| 875 |
+
"<extra_id_70>",
|
| 876 |
+
"<extra_id_69>",
|
| 877 |
+
"<extra_id_68>",
|
| 878 |
+
"<extra_id_67>",
|
| 879 |
+
"<extra_id_66>",
|
| 880 |
+
"<extra_id_65>",
|
| 881 |
+
"<extra_id_64>",
|
| 882 |
+
"<extra_id_63>",
|
| 883 |
+
"<extra_id_62>",
|
| 884 |
+
"<extra_id_61>",
|
| 885 |
+
"<extra_id_60>",
|
| 886 |
+
"<extra_id_59>",
|
| 887 |
+
"<extra_id_58>",
|
| 888 |
+
"<extra_id_57>",
|
| 889 |
+
"<extra_id_56>",
|
| 890 |
+
"<extra_id_55>",
|
| 891 |
+
"<extra_id_54>",
|
| 892 |
+
"<extra_id_53>",
|
| 893 |
+
"<extra_id_52>",
|
| 894 |
+
"<extra_id_51>",
|
| 895 |
+
"<extra_id_50>",
|
| 896 |
+
"<extra_id_49>",
|
| 897 |
+
"<extra_id_48>",
|
| 898 |
+
"<extra_id_47>",
|
| 899 |
+
"<extra_id_46>",
|
| 900 |
+
"<extra_id_45>",
|
| 901 |
+
"<extra_id_44>",
|
| 902 |
+
"<extra_id_43>",
|
| 903 |
+
"<extra_id_42>",
|
| 904 |
+
"<extra_id_41>",
|
| 905 |
+
"<extra_id_40>",
|
| 906 |
+
"<extra_id_39>",
|
| 907 |
+
"<extra_id_38>",
|
| 908 |
+
"<extra_id_37>",
|
| 909 |
+
"<extra_id_36>",
|
| 910 |
+
"<extra_id_35>",
|
| 911 |
+
"<extra_id_34>",
|
| 912 |
+
"<extra_id_33>",
|
| 913 |
+
"<extra_id_32>",
|
| 914 |
+
"<extra_id_31>",
|
| 915 |
+
"<extra_id_30>",
|
| 916 |
+
"<extra_id_29>",
|
| 917 |
+
"<extra_id_28>",
|
| 918 |
+
"<extra_id_27>",
|
| 919 |
+
"<extra_id_26>",
|
| 920 |
+
"<extra_id_25>",
|
| 921 |
+
"<extra_id_24>",
|
| 922 |
+
"<extra_id_23>",
|
| 923 |
+
"<extra_id_22>",
|
| 924 |
+
"<extra_id_21>",
|
| 925 |
+
"<extra_id_20>",
|
| 926 |
+
"<extra_id_19>",
|
| 927 |
+
"<extra_id_18>",
|
| 928 |
+
"<extra_id_17>",
|
| 929 |
+
"<extra_id_16>",
|
| 930 |
+
"<extra_id_15>",
|
| 931 |
+
"<extra_id_14>",
|
| 932 |
+
"<extra_id_13>",
|
| 933 |
+
"<extra_id_12>",
|
| 934 |
+
"<extra_id_11>",
|
| 935 |
+
"<extra_id_10>",
|
| 936 |
+
"<extra_id_9>",
|
| 937 |
+
"<extra_id_8>",
|
| 938 |
+
"<extra_id_7>",
|
| 939 |
+
"<extra_id_6>",
|
| 940 |
+
"<extra_id_5>",
|
| 941 |
+
"<extra_id_4>",
|
| 942 |
+
"<extra_id_3>",
|
| 943 |
+
"<extra_id_2>",
|
| 944 |
+
"<extra_id_1>",
|
| 945 |
+
"<extra_id_0>"
|
| 946 |
+
],
|
| 947 |
+
"bos_token": "<s>",
|
| 948 |
+
"clean_up_tokenization_spaces": false,
|
| 949 |
+
"cls_token": "<s>",
|
| 950 |
+
"eos_token": "</s>",
|
| 951 |
+
"errors": "replace",
|
| 952 |
+
"extra_special_tokens": {},
|
| 953 |
+
"mask_token": "<mask>",
|
| 954 |
+
"model_max_length": 512,
|
| 955 |
+
"pad_token": "<pad>",
|
| 956 |
+
"sep_token": "</s>",
|
| 957 |
+
"tokenizer_class": "RobertaTokenizer",
|
| 958 |
+
"unk_token": "<unk>"
|
| 959 |
+
}
|
CodeT5/ManyTypes4TypeScrip/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CodeT5/TypeGround/config.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"T5ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"bos_token_id": 1,
|
| 6 |
+
"classifier_dropout": 0.0,
|
| 7 |
+
"d_ff": 3072,
|
| 8 |
+
"d_kv": 64,
|
| 9 |
+
"d_model": 768,
|
| 10 |
+
"decoder_start_token_id": 0,
|
| 11 |
+
"dense_act_fn": "relu",
|
| 12 |
+
"dropout_rate": 0.1,
|
| 13 |
+
"dtype": "float32",
|
| 14 |
+
"eos_token_id": 2,
|
| 15 |
+
"feed_forward_proj": "relu",
|
| 16 |
+
"gradient_checkpointing": false,
|
| 17 |
+
"id2label": {
|
| 18 |
+
"0": "LABEL_0"
|
| 19 |
+
},
|
| 20 |
+
"initializer_factor": 1.0,
|
| 21 |
+
"is_encoder_decoder": true,
|
| 22 |
+
"is_gated_act": false,
|
| 23 |
+
"label2id": {
|
| 24 |
+
"LABEL_0": 0
|
| 25 |
+
},
|
| 26 |
+
"layer_norm_epsilon": 1e-06,
|
| 27 |
+
"model_type": "t5",
|
| 28 |
+
"n_positions": 512,
|
| 29 |
+
"num_decoder_layers": 12,
|
| 30 |
+
"num_heads": 12,
|
| 31 |
+
"num_layers": 12,
|
| 32 |
+
"output_past": true,
|
| 33 |
+
"pad_token_id": 0,
|
| 34 |
+
"relative_attention_max_distance": 128,
|
| 35 |
+
"relative_attention_num_buckets": 32,
|
| 36 |
+
"task_specific_params": {
|
| 37 |
+
"summarization": {
|
| 38 |
+
"early_stopping": true,
|
| 39 |
+
"length_penalty": 2.0,
|
| 40 |
+
"max_length": 200,
|
| 41 |
+
"min_length": 30,
|
| 42 |
+
"no_repeat_ngram_size": 3,
|
| 43 |
+
"num_beams": 4,
|
| 44 |
+
"prefix": "summarize: "
|
| 45 |
+
},
|
| 46 |
+
"translation_en_to_de": {
|
| 47 |
+
"early_stopping": true,
|
| 48 |
+
"max_length": 300,
|
| 49 |
+
"num_beams": 4,
|
| 50 |
+
"prefix": "translate English to German: "
|
| 51 |
+
},
|
| 52 |
+
"translation_en_to_fr": {
|
| 53 |
+
"early_stopping": true,
|
| 54 |
+
"max_length": 300,
|
| 55 |
+
"num_beams": 4,
|
| 56 |
+
"prefix": "translate English to French: "
|
| 57 |
+
},
|
| 58 |
+
"translation_en_to_ro": {
|
| 59 |
+
"early_stopping": true,
|
| 60 |
+
"max_length": 300,
|
| 61 |
+
"num_beams": 4,
|
| 62 |
+
"prefix": "translate English to Romanian: "
|
| 63 |
+
}
|
| 64 |
+
},
|
| 65 |
+
"transformers_version": "4.57.3",
|
| 66 |
+
"use_cache": true,
|
| 67 |
+
"vocab_size": 32100
|
| 68 |
+
}
|
CodeT5/TypeGround/generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"decoder_start_token_id": 0,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"transformers_version": "4.57.3"
|
| 8 |
+
}
|
CodeT5/TypeGround/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CodeT5/TypeGround/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6431845e338c749771d50fae13adfc151c83fc00a4aa94b0dd2c067879a8e468
|
| 3 |
+
size 891558696
|
CodeT5/TypeGround/special_tokens_map.json
ADDED
|
@@ -0,0 +1,753 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<extra_id_99>",
|
| 5 |
+
"lstrip": true,
|
| 6 |
+
"normalized": true,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "<extra_id_98>",
|
| 12 |
+
"lstrip": true,
|
| 13 |
+
"normalized": true,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": false
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"content": "<extra_id_97>",
|
| 19 |
+
"lstrip": true,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"content": "<extra_id_96>",
|
| 26 |
+
"lstrip": true,
|
| 27 |
+
"normalized": true,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"content": "<extra_id_95>",
|
| 33 |
+
"lstrip": true,
|
| 34 |
+
"normalized": true,
|
| 35 |
+
"rstrip": false,
|
| 36 |
+
"single_word": false
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"content": "<extra_id_94>",
|
| 40 |
+
"lstrip": true,
|
| 41 |
+
"normalized": true,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"content": "<extra_id_93>",
|
| 47 |
+
"lstrip": true,
|
| 48 |
+
"normalized": true,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"content": "<extra_id_92>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": true,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"content": "<extra_id_91>",
|
| 61 |
+
"lstrip": true,
|
| 62 |
+
"normalized": true,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"content": "<extra_id_90>",
|
| 68 |
+
"lstrip": true,
|
| 69 |
+
"normalized": true,
|
| 70 |
+
"rstrip": false,
|
| 71 |
+
"single_word": false
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"content": "<extra_id_89>",
|
| 75 |
+
"lstrip": true,
|
| 76 |
+
"normalized": true,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"single_word": false
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"content": "<extra_id_88>",
|
| 82 |
+
"lstrip": true,
|
| 83 |
+
"normalized": true,
|
| 84 |
+
"rstrip": false,
|
| 85 |
+
"single_word": false
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"content": "<extra_id_87>",
|
| 89 |
+
"lstrip": true,
|
| 90 |
+
"normalized": true,
|
| 91 |
+
"rstrip": false,
|
| 92 |
+
"single_word": false
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"content": "<extra_id_86>",
|
| 96 |
+
"lstrip": true,
|
| 97 |
+
"normalized": true,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"content": "<extra_id_85>",
|
| 103 |
+
"lstrip": true,
|
| 104 |
+
"normalized": true,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"content": "<extra_id_84>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": true,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"content": "<extra_id_83>",
|
| 117 |
+
"lstrip": true,
|
| 118 |
+
"normalized": true,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"content": "<extra_id_82>",
|
| 124 |
+
"lstrip": true,
|
| 125 |
+
"normalized": true,
|
| 126 |
+
"rstrip": false,
|
| 127 |
+
"single_word": false
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"content": "<extra_id_81>",
|
| 131 |
+
"lstrip": true,
|
| 132 |
+
"normalized": true,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"single_word": false
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"content": "<extra_id_80>",
|
| 138 |
+
"lstrip": true,
|
| 139 |
+
"normalized": true,
|
| 140 |
+
"rstrip": false,
|
| 141 |
+
"single_word": false
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"content": "<extra_id_79>",
|
| 145 |
+
"lstrip": true,
|
| 146 |
+
"normalized": true,
|
| 147 |
+
"rstrip": false,
|
| 148 |
+
"single_word": false
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"content": "<extra_id_78>",
|
| 152 |
+
"lstrip": true,
|
| 153 |
+
"normalized": true,
|
| 154 |
+
"rstrip": false,
|
| 155 |
+
"single_word": false
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"content": "<extra_id_77>",
|
| 159 |
+
"lstrip": true,
|
| 160 |
+
"normalized": true,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"content": "<extra_id_76>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": true,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"content": "<extra_id_75>",
|
| 173 |
+
"lstrip": true,
|
| 174 |
+
"normalized": true,
|
| 175 |
+
"rstrip": false,
|
| 176 |
+
"single_word": false
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"content": "<extra_id_74>",
|
| 180 |
+
"lstrip": true,
|
| 181 |
+
"normalized": true,
|
| 182 |
+
"rstrip": false,
|
| 183 |
+
"single_word": false
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"content": "<extra_id_73>",
|
| 187 |
+
"lstrip": true,
|
| 188 |
+
"normalized": true,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"single_word": false
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"content": "<extra_id_72>",
|
| 194 |
+
"lstrip": true,
|
| 195 |
+
"normalized": true,
|
| 196 |
+
"rstrip": false,
|
| 197 |
+
"single_word": false
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"content": "<extra_id_71>",
|
| 201 |
+
"lstrip": true,
|
| 202 |
+
"normalized": true,
|
| 203 |
+
"rstrip": false,
|
| 204 |
+
"single_word": false
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"content": "<extra_id_70>",
|
| 208 |
+
"lstrip": true,
|
| 209 |
+
"normalized": true,
|
| 210 |
+
"rstrip": false,
|
| 211 |
+
"single_word": false
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"content": "<extra_id_69>",
|
| 215 |
+
"lstrip": true,
|
| 216 |
+
"normalized": true,
|
| 217 |
+
"rstrip": false,
|
| 218 |
+
"single_word": false
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"content": "<extra_id_68>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": true,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"content": "<extra_id_67>",
|
| 229 |
+
"lstrip": true,
|
| 230 |
+
"normalized": true,
|
| 231 |
+
"rstrip": false,
|
| 232 |
+
"single_word": false
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"content": "<extra_id_66>",
|
| 236 |
+
"lstrip": true,
|
| 237 |
+
"normalized": true,
|
| 238 |
+
"rstrip": false,
|
| 239 |
+
"single_word": false
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"content": "<extra_id_65>",
|
| 243 |
+
"lstrip": true,
|
| 244 |
+
"normalized": true,
|
| 245 |
+
"rstrip": false,
|
| 246 |
+
"single_word": false
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"content": "<extra_id_64>",
|
| 250 |
+
"lstrip": true,
|
| 251 |
+
"normalized": true,
|
| 252 |
+
"rstrip": false,
|
| 253 |
+
"single_word": false
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"content": "<extra_id_63>",
|
| 257 |
+
"lstrip": true,
|
| 258 |
+
"normalized": true,
|
| 259 |
+
"rstrip": false,
|
| 260 |
+
"single_word": false
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"content": "<extra_id_62>",
|
| 264 |
+
"lstrip": true,
|
| 265 |
+
"normalized": true,
|
| 266 |
+
"rstrip": false,
|
| 267 |
+
"single_word": false
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"content": "<extra_id_61>",
|
| 271 |
+
"lstrip": true,
|
| 272 |
+
"normalized": true,
|
| 273 |
+
"rstrip": false,
|
| 274 |
+
"single_word": false
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"content": "<extra_id_60>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": true,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"content": "<extra_id_59>",
|
| 285 |
+
"lstrip": true,
|
| 286 |
+
"normalized": true,
|
| 287 |
+
"rstrip": false,
|
| 288 |
+
"single_word": false
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"content": "<extra_id_58>",
|
| 292 |
+
"lstrip": true,
|
| 293 |
+
"normalized": true,
|
| 294 |
+
"rstrip": false,
|
| 295 |
+
"single_word": false
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"content": "<extra_id_57>",
|
| 299 |
+
"lstrip": true,
|
| 300 |
+
"normalized": true,
|
| 301 |
+
"rstrip": false,
|
| 302 |
+
"single_word": false
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"content": "<extra_id_56>",
|
| 306 |
+
"lstrip": true,
|
| 307 |
+
"normalized": true,
|
| 308 |
+
"rstrip": false,
|
| 309 |
+
"single_word": false
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"content": "<extra_id_55>",
|
| 313 |
+
"lstrip": true,
|
| 314 |
+
"normalized": true,
|
| 315 |
+
"rstrip": false,
|
| 316 |
+
"single_word": false
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"content": "<extra_id_54>",
|
| 320 |
+
"lstrip": true,
|
| 321 |
+
"normalized": true,
|
| 322 |
+
"rstrip": false,
|
| 323 |
+
"single_word": false
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"content": "<extra_id_53>",
|
| 327 |
+
"lstrip": true,
|
| 328 |
+
"normalized": true,
|
| 329 |
+
"rstrip": false,
|
| 330 |
+
"single_word": false
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"content": "<extra_id_52>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": true,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"content": "<extra_id_51>",
|
| 341 |
+
"lstrip": true,
|
| 342 |
+
"normalized": true,
|
| 343 |
+
"rstrip": false,
|
| 344 |
+
"single_word": false
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"content": "<extra_id_50>",
|
| 348 |
+
"lstrip": true,
|
| 349 |
+
"normalized": true,
|
| 350 |
+
"rstrip": false,
|
| 351 |
+
"single_word": false
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"content": "<extra_id_49>",
|
| 355 |
+
"lstrip": true,
|
| 356 |
+
"normalized": true,
|
| 357 |
+
"rstrip": false,
|
| 358 |
+
"single_word": false
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"content": "<extra_id_48>",
|
| 362 |
+
"lstrip": true,
|
| 363 |
+
"normalized": true,
|
| 364 |
+
"rstrip": false,
|
| 365 |
+
"single_word": false
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"content": "<extra_id_47>",
|
| 369 |
+
"lstrip": true,
|
| 370 |
+
"normalized": true,
|
| 371 |
+
"rstrip": false,
|
| 372 |
+
"single_word": false
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"content": "<extra_id_46>",
|
| 376 |
+
"lstrip": true,
|
| 377 |
+
"normalized": true,
|
| 378 |
+
"rstrip": false,
|
| 379 |
+
"single_word": false
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"content": "<extra_id_45>",
|
| 383 |
+
"lstrip": true,
|
| 384 |
+
"normalized": true,
|
| 385 |
+
"rstrip": false,
|
| 386 |
+
"single_word": false
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"content": "<extra_id_44>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": true,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"content": "<extra_id_43>",
|
| 397 |
+
"lstrip": true,
|
| 398 |
+
"normalized": true,
|
| 399 |
+
"rstrip": false,
|
| 400 |
+
"single_word": false
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"content": "<extra_id_42>",
|
| 404 |
+
"lstrip": true,
|
| 405 |
+
"normalized": true,
|
| 406 |
+
"rstrip": false,
|
| 407 |
+
"single_word": false
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"content": "<extra_id_41>",
|
| 411 |
+
"lstrip": true,
|
| 412 |
+
"normalized": true,
|
| 413 |
+
"rstrip": false,
|
| 414 |
+
"single_word": false
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"content": "<extra_id_40>",
|
| 418 |
+
"lstrip": true,
|
| 419 |
+
"normalized": true,
|
| 420 |
+
"rstrip": false,
|
| 421 |
+
"single_word": false
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"content": "<extra_id_39>",
|
| 425 |
+
"lstrip": true,
|
| 426 |
+
"normalized": true,
|
| 427 |
+
"rstrip": false,
|
| 428 |
+
"single_word": false
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"content": "<extra_id_38>",
|
| 432 |
+
"lstrip": true,
|
| 433 |
+
"normalized": true,
|
| 434 |
+
"rstrip": false,
|
| 435 |
+
"single_word": false
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"content": "<extra_id_37>",
|
| 439 |
+
"lstrip": true,
|
| 440 |
+
"normalized": true,
|
| 441 |
+
"rstrip": false,
|
| 442 |
+
"single_word": false
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"content": "<extra_id_36>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": true,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"content": "<extra_id_35>",
|
| 453 |
+
"lstrip": true,
|
| 454 |
+
"normalized": true,
|
| 455 |
+
"rstrip": false,
|
| 456 |
+
"single_word": false
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"content": "<extra_id_34>",
|
| 460 |
+
"lstrip": true,
|
| 461 |
+
"normalized": true,
|
| 462 |
+
"rstrip": false,
|
| 463 |
+
"single_word": false
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"content": "<extra_id_33>",
|
| 467 |
+
"lstrip": true,
|
| 468 |
+
"normalized": true,
|
| 469 |
+
"rstrip": false,
|
| 470 |
+
"single_word": false
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"content": "<extra_id_32>",
|
| 474 |
+
"lstrip": true,
|
| 475 |
+
"normalized": true,
|
| 476 |
+
"rstrip": false,
|
| 477 |
+
"single_word": false
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"content": "<extra_id_31>",
|
| 481 |
+
"lstrip": true,
|
| 482 |
+
"normalized": true,
|
| 483 |
+
"rstrip": false,
|
| 484 |
+
"single_word": false
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"content": "<extra_id_30>",
|
| 488 |
+
"lstrip": true,
|
| 489 |
+
"normalized": true,
|
| 490 |
+
"rstrip": false,
|
| 491 |
+
"single_word": false
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"content": "<extra_id_29>",
|
| 495 |
+
"lstrip": true,
|
| 496 |
+
"normalized": true,
|
| 497 |
+
"rstrip": false,
|
| 498 |
+
"single_word": false
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"content": "<extra_id_28>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": true,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"content": "<extra_id_27>",
|
| 509 |
+
"lstrip": true,
|
| 510 |
+
"normalized": true,
|
| 511 |
+
"rstrip": false,
|
| 512 |
+
"single_word": false
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"content": "<extra_id_26>",
|
| 516 |
+
"lstrip": true,
|
| 517 |
+
"normalized": true,
|
| 518 |
+
"rstrip": false,
|
| 519 |
+
"single_word": false
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"content": "<extra_id_25>",
|
| 523 |
+
"lstrip": true,
|
| 524 |
+
"normalized": true,
|
| 525 |
+
"rstrip": false,
|
| 526 |
+
"single_word": false
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"content": "<extra_id_24>",
|
| 530 |
+
"lstrip": true,
|
| 531 |
+
"normalized": true,
|
| 532 |
+
"rstrip": false,
|
| 533 |
+
"single_word": false
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"content": "<extra_id_23>",
|
| 537 |
+
"lstrip": true,
|
| 538 |
+
"normalized": true,
|
| 539 |
+
"rstrip": false,
|
| 540 |
+
"single_word": false
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"content": "<extra_id_22>",
|
| 544 |
+
"lstrip": true,
|
| 545 |
+
"normalized": true,
|
| 546 |
+
"rstrip": false,
|
| 547 |
+
"single_word": false
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"content": "<extra_id_21>",
|
| 551 |
+
"lstrip": true,
|
| 552 |
+
"normalized": true,
|
| 553 |
+
"rstrip": false,
|
| 554 |
+
"single_word": false
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"content": "<extra_id_20>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": true,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"content": "<extra_id_19>",
|
| 565 |
+
"lstrip": true,
|
| 566 |
+
"normalized": true,
|
| 567 |
+
"rstrip": false,
|
| 568 |
+
"single_word": false
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"content": "<extra_id_18>",
|
| 572 |
+
"lstrip": true,
|
| 573 |
+
"normalized": true,
|
| 574 |
+
"rstrip": false,
|
| 575 |
+
"single_word": false
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"content": "<extra_id_17>",
|
| 579 |
+
"lstrip": true,
|
| 580 |
+
"normalized": true,
|
| 581 |
+
"rstrip": false,
|
| 582 |
+
"single_word": false
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"content": "<extra_id_16>",
|
| 586 |
+
"lstrip": true,
|
| 587 |
+
"normalized": true,
|
| 588 |
+
"rstrip": false,
|
| 589 |
+
"single_word": false
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"content": "<extra_id_15>",
|
| 593 |
+
"lstrip": true,
|
| 594 |
+
"normalized": true,
|
| 595 |
+
"rstrip": false,
|
| 596 |
+
"single_word": false
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"content": "<extra_id_14>",
|
| 600 |
+
"lstrip": true,
|
| 601 |
+
"normalized": true,
|
| 602 |
+
"rstrip": false,
|
| 603 |
+
"single_word": false
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"content": "<extra_id_13>",
|
| 607 |
+
"lstrip": true,
|
| 608 |
+
"normalized": true,
|
| 609 |
+
"rstrip": false,
|
| 610 |
+
"single_word": false
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"content": "<extra_id_12>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": true,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"content": "<extra_id_11>",
|
| 621 |
+
"lstrip": true,
|
| 622 |
+
"normalized": true,
|
| 623 |
+
"rstrip": false,
|
| 624 |
+
"single_word": false
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"content": "<extra_id_10>",
|
| 628 |
+
"lstrip": true,
|
| 629 |
+
"normalized": true,
|
| 630 |
+
"rstrip": false,
|
| 631 |
+
"single_word": false
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"content": "<extra_id_9>",
|
| 635 |
+
"lstrip": true,
|
| 636 |
+
"normalized": true,
|
| 637 |
+
"rstrip": false,
|
| 638 |
+
"single_word": false
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"content": "<extra_id_8>",
|
| 642 |
+
"lstrip": true,
|
| 643 |
+
"normalized": true,
|
| 644 |
+
"rstrip": false,
|
| 645 |
+
"single_word": false
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"content": "<extra_id_7>",
|
| 649 |
+
"lstrip": true,
|
| 650 |
+
"normalized": true,
|
| 651 |
+
"rstrip": false,
|
| 652 |
+
"single_word": false
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"content": "<extra_id_6>",
|
| 656 |
+
"lstrip": true,
|
| 657 |
+
"normalized": true,
|
| 658 |
+
"rstrip": false,
|
| 659 |
+
"single_word": false
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"content": "<extra_id_5>",
|
| 663 |
+
"lstrip": true,
|
| 664 |
+
"normalized": true,
|
| 665 |
+
"rstrip": false,
|
| 666 |
+
"single_word": false
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"content": "<extra_id_4>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": true,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"content": "<extra_id_3>",
|
| 677 |
+
"lstrip": true,
|
| 678 |
+
"normalized": true,
|
| 679 |
+
"rstrip": false,
|
| 680 |
+
"single_word": false
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"content": "<extra_id_2>",
|
| 684 |
+
"lstrip": true,
|
| 685 |
+
"normalized": true,
|
| 686 |
+
"rstrip": false,
|
| 687 |
+
"single_word": false
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"content": "<extra_id_1>",
|
| 691 |
+
"lstrip": true,
|
| 692 |
+
"normalized": true,
|
| 693 |
+
"rstrip": false,
|
| 694 |
+
"single_word": false
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"content": "<extra_id_0>",
|
| 698 |
+
"lstrip": true,
|
| 699 |
+
"normalized": true,
|
| 700 |
+
"rstrip": false,
|
| 701 |
+
"single_word": false
|
| 702 |
+
}
|
| 703 |
+
],
|
| 704 |
+
"bos_token": {
|
| 705 |
+
"content": "<s>",
|
| 706 |
+
"lstrip": false,
|
| 707 |
+
"normalized": true,
|
| 708 |
+
"rstrip": false,
|
| 709 |
+
"single_word": false
|
| 710 |
+
},
|
| 711 |
+
"cls_token": {
|
| 712 |
+
"content": "<s>",
|
| 713 |
+
"lstrip": false,
|
| 714 |
+
"normalized": true,
|
| 715 |
+
"rstrip": false,
|
| 716 |
+
"single_word": false
|
| 717 |
+
},
|
| 718 |
+
"eos_token": {
|
| 719 |
+
"content": "</s>",
|
| 720 |
+
"lstrip": false,
|
| 721 |
+
"normalized": true,
|
| 722 |
+
"rstrip": false,
|
| 723 |
+
"single_word": false
|
| 724 |
+
},
|
| 725 |
+
"mask_token": {
|
| 726 |
+
"content": "<mask>",
|
| 727 |
+
"lstrip": true,
|
| 728 |
+
"normalized": true,
|
| 729 |
+
"rstrip": false,
|
| 730 |
+
"single_word": false
|
| 731 |
+
},
|
| 732 |
+
"pad_token": {
|
| 733 |
+
"content": "<pad>",
|
| 734 |
+
"lstrip": false,
|
| 735 |
+
"normalized": true,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false
|
| 738 |
+
},
|
| 739 |
+
"sep_token": {
|
| 740 |
+
"content": "</s>",
|
| 741 |
+
"lstrip": false,
|
| 742 |
+
"normalized": true,
|
| 743 |
+
"rstrip": false,
|
| 744 |
+
"single_word": false
|
| 745 |
+
},
|
| 746 |
+
"unk_token": {
|
| 747 |
+
"content": "<unk>",
|
| 748 |
+
"lstrip": false,
|
| 749 |
+
"normalized": true,
|
| 750 |
+
"rstrip": false,
|
| 751 |
+
"single_word": false
|
| 752 |
+
}
|
| 753 |
+
}
|
CodeT5/TypeGround/tokenizer_config.json
ADDED
|
@@ -0,0 +1,959 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<pad>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<s>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": true,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "</s>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": true,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<unk>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": true,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<mask>",
|
| 38 |
+
"lstrip": true,
|
| 39 |
+
"normalized": true,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"32000": {
|
| 45 |
+
"content": "<extra_id_99>",
|
| 46 |
+
"lstrip": true,
|
| 47 |
+
"normalized": true,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"32001": {
|
| 53 |
+
"content": "<extra_id_98>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": true,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"32002": {
|
| 61 |
+
"content": "<extra_id_97>",
|
| 62 |
+
"lstrip": true,
|
| 63 |
+
"normalized": true,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"32003": {
|
| 69 |
+
"content": "<extra_id_96>",
|
| 70 |
+
"lstrip": true,
|
| 71 |
+
"normalized": true,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"32004": {
|
| 77 |
+
"content": "<extra_id_95>",
|
| 78 |
+
"lstrip": true,
|
| 79 |
+
"normalized": true,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"32005": {
|
| 85 |
+
"content": "<extra_id_94>",
|
| 86 |
+
"lstrip": true,
|
| 87 |
+
"normalized": true,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"32006": {
|
| 93 |
+
"content": "<extra_id_93>",
|
| 94 |
+
"lstrip": true,
|
| 95 |
+
"normalized": true,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"32007": {
|
| 101 |
+
"content": "<extra_id_92>",
|
| 102 |
+
"lstrip": true,
|
| 103 |
+
"normalized": true,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"32008": {
|
| 109 |
+
"content": "<extra_id_91>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": true,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"32009": {
|
| 117 |
+
"content": "<extra_id_90>",
|
| 118 |
+
"lstrip": true,
|
| 119 |
+
"normalized": true,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"32010": {
|
| 125 |
+
"content": "<extra_id_89>",
|
| 126 |
+
"lstrip": true,
|
| 127 |
+
"normalized": true,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"32011": {
|
| 133 |
+
"content": "<extra_id_88>",
|
| 134 |
+
"lstrip": true,
|
| 135 |
+
"normalized": true,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"32012": {
|
| 141 |
+
"content": "<extra_id_87>",
|
| 142 |
+
"lstrip": true,
|
| 143 |
+
"normalized": true,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"32013": {
|
| 149 |
+
"content": "<extra_id_86>",
|
| 150 |
+
"lstrip": true,
|
| 151 |
+
"normalized": true,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"32014": {
|
| 157 |
+
"content": "<extra_id_85>",
|
| 158 |
+
"lstrip": true,
|
| 159 |
+
"normalized": true,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"32015": {
|
| 165 |
+
"content": "<extra_id_84>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": true,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"32016": {
|
| 173 |
+
"content": "<extra_id_83>",
|
| 174 |
+
"lstrip": true,
|
| 175 |
+
"normalized": true,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"32017": {
|
| 181 |
+
"content": "<extra_id_82>",
|
| 182 |
+
"lstrip": true,
|
| 183 |
+
"normalized": true,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"32018": {
|
| 189 |
+
"content": "<extra_id_81>",
|
| 190 |
+
"lstrip": true,
|
| 191 |
+
"normalized": true,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"32019": {
|
| 197 |
+
"content": "<extra_id_80>",
|
| 198 |
+
"lstrip": true,
|
| 199 |
+
"normalized": true,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"32020": {
|
| 205 |
+
"content": "<extra_id_79>",
|
| 206 |
+
"lstrip": true,
|
| 207 |
+
"normalized": true,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"32021": {
|
| 213 |
+
"content": "<extra_id_78>",
|
| 214 |
+
"lstrip": true,
|
| 215 |
+
"normalized": true,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"32022": {
|
| 221 |
+
"content": "<extra_id_77>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": true,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"32023": {
|
| 229 |
+
"content": "<extra_id_76>",
|
| 230 |
+
"lstrip": true,
|
| 231 |
+
"normalized": true,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"32024": {
|
| 237 |
+
"content": "<extra_id_75>",
|
| 238 |
+
"lstrip": true,
|
| 239 |
+
"normalized": true,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"32025": {
|
| 245 |
+
"content": "<extra_id_74>",
|
| 246 |
+
"lstrip": true,
|
| 247 |
+
"normalized": true,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"32026": {
|
| 253 |
+
"content": "<extra_id_73>",
|
| 254 |
+
"lstrip": true,
|
| 255 |
+
"normalized": true,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"32027": {
|
| 261 |
+
"content": "<extra_id_72>",
|
| 262 |
+
"lstrip": true,
|
| 263 |
+
"normalized": true,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"32028": {
|
| 269 |
+
"content": "<extra_id_71>",
|
| 270 |
+
"lstrip": true,
|
| 271 |
+
"normalized": true,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"32029": {
|
| 277 |
+
"content": "<extra_id_70>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": true,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"32030": {
|
| 285 |
+
"content": "<extra_id_69>",
|
| 286 |
+
"lstrip": true,
|
| 287 |
+
"normalized": true,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"32031": {
|
| 293 |
+
"content": "<extra_id_68>",
|
| 294 |
+
"lstrip": true,
|
| 295 |
+
"normalized": true,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"32032": {
|
| 301 |
+
"content": "<extra_id_67>",
|
| 302 |
+
"lstrip": true,
|
| 303 |
+
"normalized": true,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"32033": {
|
| 309 |
+
"content": "<extra_id_66>",
|
| 310 |
+
"lstrip": true,
|
| 311 |
+
"normalized": true,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"32034": {
|
| 317 |
+
"content": "<extra_id_65>",
|
| 318 |
+
"lstrip": true,
|
| 319 |
+
"normalized": true,
|
| 320 |
+
"rstrip": false,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"32035": {
|
| 325 |
+
"content": "<extra_id_64>",
|
| 326 |
+
"lstrip": true,
|
| 327 |
+
"normalized": true,
|
| 328 |
+
"rstrip": false,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"32036": {
|
| 333 |
+
"content": "<extra_id_63>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": true,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"32037": {
|
| 341 |
+
"content": "<extra_id_62>",
|
| 342 |
+
"lstrip": true,
|
| 343 |
+
"normalized": true,
|
| 344 |
+
"rstrip": false,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"32038": {
|
| 349 |
+
"content": "<extra_id_61>",
|
| 350 |
+
"lstrip": true,
|
| 351 |
+
"normalized": true,
|
| 352 |
+
"rstrip": false,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"32039": {
|
| 357 |
+
"content": "<extra_id_60>",
|
| 358 |
+
"lstrip": true,
|
| 359 |
+
"normalized": true,
|
| 360 |
+
"rstrip": false,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"32040": {
|
| 365 |
+
"content": "<extra_id_59>",
|
| 366 |
+
"lstrip": true,
|
| 367 |
+
"normalized": true,
|
| 368 |
+
"rstrip": false,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"32041": {
|
| 373 |
+
"content": "<extra_id_58>",
|
| 374 |
+
"lstrip": true,
|
| 375 |
+
"normalized": true,
|
| 376 |
+
"rstrip": false,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"32042": {
|
| 381 |
+
"content": "<extra_id_57>",
|
| 382 |
+
"lstrip": true,
|
| 383 |
+
"normalized": true,
|
| 384 |
+
"rstrip": false,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"32043": {
|
| 389 |
+
"content": "<extra_id_56>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": true,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"32044": {
|
| 397 |
+
"content": "<extra_id_55>",
|
| 398 |
+
"lstrip": true,
|
| 399 |
+
"normalized": true,
|
| 400 |
+
"rstrip": false,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"32045": {
|
| 405 |
+
"content": "<extra_id_54>",
|
| 406 |
+
"lstrip": true,
|
| 407 |
+
"normalized": true,
|
| 408 |
+
"rstrip": false,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"32046": {
|
| 413 |
+
"content": "<extra_id_53>",
|
| 414 |
+
"lstrip": true,
|
| 415 |
+
"normalized": true,
|
| 416 |
+
"rstrip": false,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"32047": {
|
| 421 |
+
"content": "<extra_id_52>",
|
| 422 |
+
"lstrip": true,
|
| 423 |
+
"normalized": true,
|
| 424 |
+
"rstrip": false,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"32048": {
|
| 429 |
+
"content": "<extra_id_51>",
|
| 430 |
+
"lstrip": true,
|
| 431 |
+
"normalized": true,
|
| 432 |
+
"rstrip": false,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
},
|
| 436 |
+
"32049": {
|
| 437 |
+
"content": "<extra_id_50>",
|
| 438 |
+
"lstrip": true,
|
| 439 |
+
"normalized": true,
|
| 440 |
+
"rstrip": false,
|
| 441 |
+
"single_word": false,
|
| 442 |
+
"special": true
|
| 443 |
+
},
|
| 444 |
+
"32050": {
|
| 445 |
+
"content": "<extra_id_49>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": true,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false,
|
| 450 |
+
"special": true
|
| 451 |
+
},
|
| 452 |
+
"32051": {
|
| 453 |
+
"content": "<extra_id_48>",
|
| 454 |
+
"lstrip": true,
|
| 455 |
+
"normalized": true,
|
| 456 |
+
"rstrip": false,
|
| 457 |
+
"single_word": false,
|
| 458 |
+
"special": true
|
| 459 |
+
},
|
| 460 |
+
"32052": {
|
| 461 |
+
"content": "<extra_id_47>",
|
| 462 |
+
"lstrip": true,
|
| 463 |
+
"normalized": true,
|
| 464 |
+
"rstrip": false,
|
| 465 |
+
"single_word": false,
|
| 466 |
+
"special": true
|
| 467 |
+
},
|
| 468 |
+
"32053": {
|
| 469 |
+
"content": "<extra_id_46>",
|
| 470 |
+
"lstrip": true,
|
| 471 |
+
"normalized": true,
|
| 472 |
+
"rstrip": false,
|
| 473 |
+
"single_word": false,
|
| 474 |
+
"special": true
|
| 475 |
+
},
|
| 476 |
+
"32054": {
|
| 477 |
+
"content": "<extra_id_45>",
|
| 478 |
+
"lstrip": true,
|
| 479 |
+
"normalized": true,
|
| 480 |
+
"rstrip": false,
|
| 481 |
+
"single_word": false,
|
| 482 |
+
"special": true
|
| 483 |
+
},
|
| 484 |
+
"32055": {
|
| 485 |
+
"content": "<extra_id_44>",
|
| 486 |
+
"lstrip": true,
|
| 487 |
+
"normalized": true,
|
| 488 |
+
"rstrip": false,
|
| 489 |
+
"single_word": false,
|
| 490 |
+
"special": true
|
| 491 |
+
},
|
| 492 |
+
"32056": {
|
| 493 |
+
"content": "<extra_id_43>",
|
| 494 |
+
"lstrip": true,
|
| 495 |
+
"normalized": true,
|
| 496 |
+
"rstrip": false,
|
| 497 |
+
"single_word": false,
|
| 498 |
+
"special": true
|
| 499 |
+
},
|
| 500 |
+
"32057": {
|
| 501 |
+
"content": "<extra_id_42>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": true,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false,
|
| 506 |
+
"special": true
|
| 507 |
+
},
|
| 508 |
+
"32058": {
|
| 509 |
+
"content": "<extra_id_41>",
|
| 510 |
+
"lstrip": true,
|
| 511 |
+
"normalized": true,
|
| 512 |
+
"rstrip": false,
|
| 513 |
+
"single_word": false,
|
| 514 |
+
"special": true
|
| 515 |
+
},
|
| 516 |
+
"32059": {
|
| 517 |
+
"content": "<extra_id_40>",
|
| 518 |
+
"lstrip": true,
|
| 519 |
+
"normalized": true,
|
| 520 |
+
"rstrip": false,
|
| 521 |
+
"single_word": false,
|
| 522 |
+
"special": true
|
| 523 |
+
},
|
| 524 |
+
"32060": {
|
| 525 |
+
"content": "<extra_id_39>",
|
| 526 |
+
"lstrip": true,
|
| 527 |
+
"normalized": true,
|
| 528 |
+
"rstrip": false,
|
| 529 |
+
"single_word": false,
|
| 530 |
+
"special": true
|
| 531 |
+
},
|
| 532 |
+
"32061": {
|
| 533 |
+
"content": "<extra_id_38>",
|
| 534 |
+
"lstrip": true,
|
| 535 |
+
"normalized": true,
|
| 536 |
+
"rstrip": false,
|
| 537 |
+
"single_word": false,
|
| 538 |
+
"special": true
|
| 539 |
+
},
|
| 540 |
+
"32062": {
|
| 541 |
+
"content": "<extra_id_37>",
|
| 542 |
+
"lstrip": true,
|
| 543 |
+
"normalized": true,
|
| 544 |
+
"rstrip": false,
|
| 545 |
+
"single_word": false,
|
| 546 |
+
"special": true
|
| 547 |
+
},
|
| 548 |
+
"32063": {
|
| 549 |
+
"content": "<extra_id_36>",
|
| 550 |
+
"lstrip": true,
|
| 551 |
+
"normalized": true,
|
| 552 |
+
"rstrip": false,
|
| 553 |
+
"single_word": false,
|
| 554 |
+
"special": true
|
| 555 |
+
},
|
| 556 |
+
"32064": {
|
| 557 |
+
"content": "<extra_id_35>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": true,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false,
|
| 562 |
+
"special": true
|
| 563 |
+
},
|
| 564 |
+
"32065": {
|
| 565 |
+
"content": "<extra_id_34>",
|
| 566 |
+
"lstrip": true,
|
| 567 |
+
"normalized": true,
|
| 568 |
+
"rstrip": false,
|
| 569 |
+
"single_word": false,
|
| 570 |
+
"special": true
|
| 571 |
+
},
|
| 572 |
+
"32066": {
|
| 573 |
+
"content": "<extra_id_33>",
|
| 574 |
+
"lstrip": true,
|
| 575 |
+
"normalized": true,
|
| 576 |
+
"rstrip": false,
|
| 577 |
+
"single_word": false,
|
| 578 |
+
"special": true
|
| 579 |
+
},
|
| 580 |
+
"32067": {
|
| 581 |
+
"content": "<extra_id_32>",
|
| 582 |
+
"lstrip": true,
|
| 583 |
+
"normalized": true,
|
| 584 |
+
"rstrip": false,
|
| 585 |
+
"single_word": false,
|
| 586 |
+
"special": true
|
| 587 |
+
},
|
| 588 |
+
"32068": {
|
| 589 |
+
"content": "<extra_id_31>",
|
| 590 |
+
"lstrip": true,
|
| 591 |
+
"normalized": true,
|
| 592 |
+
"rstrip": false,
|
| 593 |
+
"single_word": false,
|
| 594 |
+
"special": true
|
| 595 |
+
},
|
| 596 |
+
"32069": {
|
| 597 |
+
"content": "<extra_id_30>",
|
| 598 |
+
"lstrip": true,
|
| 599 |
+
"normalized": true,
|
| 600 |
+
"rstrip": false,
|
| 601 |
+
"single_word": false,
|
| 602 |
+
"special": true
|
| 603 |
+
},
|
| 604 |
+
"32070": {
|
| 605 |
+
"content": "<extra_id_29>",
|
| 606 |
+
"lstrip": true,
|
| 607 |
+
"normalized": true,
|
| 608 |
+
"rstrip": false,
|
| 609 |
+
"single_word": false,
|
| 610 |
+
"special": true
|
| 611 |
+
},
|
| 612 |
+
"32071": {
|
| 613 |
+
"content": "<extra_id_28>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": true,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false,
|
| 618 |
+
"special": true
|
| 619 |
+
},
|
| 620 |
+
"32072": {
|
| 621 |
+
"content": "<extra_id_27>",
|
| 622 |
+
"lstrip": true,
|
| 623 |
+
"normalized": true,
|
| 624 |
+
"rstrip": false,
|
| 625 |
+
"single_word": false,
|
| 626 |
+
"special": true
|
| 627 |
+
},
|
| 628 |
+
"32073": {
|
| 629 |
+
"content": "<extra_id_26>",
|
| 630 |
+
"lstrip": true,
|
| 631 |
+
"normalized": true,
|
| 632 |
+
"rstrip": false,
|
| 633 |
+
"single_word": false,
|
| 634 |
+
"special": true
|
| 635 |
+
},
|
| 636 |
+
"32074": {
|
| 637 |
+
"content": "<extra_id_25>",
|
| 638 |
+
"lstrip": true,
|
| 639 |
+
"normalized": true,
|
| 640 |
+
"rstrip": false,
|
| 641 |
+
"single_word": false,
|
| 642 |
+
"special": true
|
| 643 |
+
},
|
| 644 |
+
"32075": {
|
| 645 |
+
"content": "<extra_id_24>",
|
| 646 |
+
"lstrip": true,
|
| 647 |
+
"normalized": true,
|
| 648 |
+
"rstrip": false,
|
| 649 |
+
"single_word": false,
|
| 650 |
+
"special": true
|
| 651 |
+
},
|
| 652 |
+
"32076": {
|
| 653 |
+
"content": "<extra_id_23>",
|
| 654 |
+
"lstrip": true,
|
| 655 |
+
"normalized": true,
|
| 656 |
+
"rstrip": false,
|
| 657 |
+
"single_word": false,
|
| 658 |
+
"special": true
|
| 659 |
+
},
|
| 660 |
+
"32077": {
|
| 661 |
+
"content": "<extra_id_22>",
|
| 662 |
+
"lstrip": true,
|
| 663 |
+
"normalized": true,
|
| 664 |
+
"rstrip": false,
|
| 665 |
+
"single_word": false,
|
| 666 |
+
"special": true
|
| 667 |
+
},
|
| 668 |
+
"32078": {
|
| 669 |
+
"content": "<extra_id_21>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": true,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false,
|
| 674 |
+
"special": true
|
| 675 |
+
},
|
| 676 |
+
"32079": {
|
| 677 |
+
"content": "<extra_id_20>",
|
| 678 |
+
"lstrip": true,
|
| 679 |
+
"normalized": true,
|
| 680 |
+
"rstrip": false,
|
| 681 |
+
"single_word": false,
|
| 682 |
+
"special": true
|
| 683 |
+
},
|
| 684 |
+
"32080": {
|
| 685 |
+
"content": "<extra_id_19>",
|
| 686 |
+
"lstrip": true,
|
| 687 |
+
"normalized": true,
|
| 688 |
+
"rstrip": false,
|
| 689 |
+
"single_word": false,
|
| 690 |
+
"special": true
|
| 691 |
+
},
|
| 692 |
+
"32081": {
|
| 693 |
+
"content": "<extra_id_18>",
|
| 694 |
+
"lstrip": true,
|
| 695 |
+
"normalized": true,
|
| 696 |
+
"rstrip": false,
|
| 697 |
+
"single_word": false,
|
| 698 |
+
"special": true
|
| 699 |
+
},
|
| 700 |
+
"32082": {
|
| 701 |
+
"content": "<extra_id_17>",
|
| 702 |
+
"lstrip": true,
|
| 703 |
+
"normalized": true,
|
| 704 |
+
"rstrip": false,
|
| 705 |
+
"single_word": false,
|
| 706 |
+
"special": true
|
| 707 |
+
},
|
| 708 |
+
"32083": {
|
| 709 |
+
"content": "<extra_id_16>",
|
| 710 |
+
"lstrip": true,
|
| 711 |
+
"normalized": true,
|
| 712 |
+
"rstrip": false,
|
| 713 |
+
"single_word": false,
|
| 714 |
+
"special": true
|
| 715 |
+
},
|
| 716 |
+
"32084": {
|
| 717 |
+
"content": "<extra_id_15>",
|
| 718 |
+
"lstrip": true,
|
| 719 |
+
"normalized": true,
|
| 720 |
+
"rstrip": false,
|
| 721 |
+
"single_word": false,
|
| 722 |
+
"special": true
|
| 723 |
+
},
|
| 724 |
+
"32085": {
|
| 725 |
+
"content": "<extra_id_14>",
|
| 726 |
+
"lstrip": true,
|
| 727 |
+
"normalized": true,
|
| 728 |
+
"rstrip": false,
|
| 729 |
+
"single_word": false,
|
| 730 |
+
"special": true
|
| 731 |
+
},
|
| 732 |
+
"32086": {
|
| 733 |
+
"content": "<extra_id_13>",
|
| 734 |
+
"lstrip": true,
|
| 735 |
+
"normalized": true,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false,
|
| 738 |
+
"special": true
|
| 739 |
+
},
|
| 740 |
+
"32087": {
|
| 741 |
+
"content": "<extra_id_12>",
|
| 742 |
+
"lstrip": true,
|
| 743 |
+
"normalized": true,
|
| 744 |
+
"rstrip": false,
|
| 745 |
+
"single_word": false,
|
| 746 |
+
"special": true
|
| 747 |
+
},
|
| 748 |
+
"32088": {
|
| 749 |
+
"content": "<extra_id_11>",
|
| 750 |
+
"lstrip": true,
|
| 751 |
+
"normalized": true,
|
| 752 |
+
"rstrip": false,
|
| 753 |
+
"single_word": false,
|
| 754 |
+
"special": true
|
| 755 |
+
},
|
| 756 |
+
"32089": {
|
| 757 |
+
"content": "<extra_id_10>",
|
| 758 |
+
"lstrip": true,
|
| 759 |
+
"normalized": true,
|
| 760 |
+
"rstrip": false,
|
| 761 |
+
"single_word": false,
|
| 762 |
+
"special": true
|
| 763 |
+
},
|
| 764 |
+
"32090": {
|
| 765 |
+
"content": "<extra_id_9>",
|
| 766 |
+
"lstrip": true,
|
| 767 |
+
"normalized": true,
|
| 768 |
+
"rstrip": false,
|
| 769 |
+
"single_word": false,
|
| 770 |
+
"special": true
|
| 771 |
+
},
|
| 772 |
+
"32091": {
|
| 773 |
+
"content": "<extra_id_8>",
|
| 774 |
+
"lstrip": true,
|
| 775 |
+
"normalized": true,
|
| 776 |
+
"rstrip": false,
|
| 777 |
+
"single_word": false,
|
| 778 |
+
"special": true
|
| 779 |
+
},
|
| 780 |
+
"32092": {
|
| 781 |
+
"content": "<extra_id_7>",
|
| 782 |
+
"lstrip": true,
|
| 783 |
+
"normalized": true,
|
| 784 |
+
"rstrip": false,
|
| 785 |
+
"single_word": false,
|
| 786 |
+
"special": true
|
| 787 |
+
},
|
| 788 |
+
"32093": {
|
| 789 |
+
"content": "<extra_id_6>",
|
| 790 |
+
"lstrip": true,
|
| 791 |
+
"normalized": true,
|
| 792 |
+
"rstrip": false,
|
| 793 |
+
"single_word": false,
|
| 794 |
+
"special": true
|
| 795 |
+
},
|
| 796 |
+
"32094": {
|
| 797 |
+
"content": "<extra_id_5>",
|
| 798 |
+
"lstrip": true,
|
| 799 |
+
"normalized": true,
|
| 800 |
+
"rstrip": false,
|
| 801 |
+
"single_word": false,
|
| 802 |
+
"special": true
|
| 803 |
+
},
|
| 804 |
+
"32095": {
|
| 805 |
+
"content": "<extra_id_4>",
|
| 806 |
+
"lstrip": true,
|
| 807 |
+
"normalized": true,
|
| 808 |
+
"rstrip": false,
|
| 809 |
+
"single_word": false,
|
| 810 |
+
"special": true
|
| 811 |
+
},
|
| 812 |
+
"32096": {
|
| 813 |
+
"content": "<extra_id_3>",
|
| 814 |
+
"lstrip": true,
|
| 815 |
+
"normalized": true,
|
| 816 |
+
"rstrip": false,
|
| 817 |
+
"single_word": false,
|
| 818 |
+
"special": true
|
| 819 |
+
},
|
| 820 |
+
"32097": {
|
| 821 |
+
"content": "<extra_id_2>",
|
| 822 |
+
"lstrip": true,
|
| 823 |
+
"normalized": true,
|
| 824 |
+
"rstrip": false,
|
| 825 |
+
"single_word": false,
|
| 826 |
+
"special": true
|
| 827 |
+
},
|
| 828 |
+
"32098": {
|
| 829 |
+
"content": "<extra_id_1>",
|
| 830 |
+
"lstrip": true,
|
| 831 |
+
"normalized": true,
|
| 832 |
+
"rstrip": false,
|
| 833 |
+
"single_word": false,
|
| 834 |
+
"special": true
|
| 835 |
+
},
|
| 836 |
+
"32099": {
|
| 837 |
+
"content": "<extra_id_0>",
|
| 838 |
+
"lstrip": true,
|
| 839 |
+
"normalized": true,
|
| 840 |
+
"rstrip": false,
|
| 841 |
+
"single_word": false,
|
| 842 |
+
"special": true
|
| 843 |
+
}
|
| 844 |
+
},
|
| 845 |
+
"additional_special_tokens": [
|
| 846 |
+
"<extra_id_99>",
|
| 847 |
+
"<extra_id_98>",
|
| 848 |
+
"<extra_id_97>",
|
| 849 |
+
"<extra_id_96>",
|
| 850 |
+
"<extra_id_95>",
|
| 851 |
+
"<extra_id_94>",
|
| 852 |
+
"<extra_id_93>",
|
| 853 |
+
"<extra_id_92>",
|
| 854 |
+
"<extra_id_91>",
|
| 855 |
+
"<extra_id_90>",
|
| 856 |
+
"<extra_id_89>",
|
| 857 |
+
"<extra_id_88>",
|
| 858 |
+
"<extra_id_87>",
|
| 859 |
+
"<extra_id_86>",
|
| 860 |
+
"<extra_id_85>",
|
| 861 |
+
"<extra_id_84>",
|
| 862 |
+
"<extra_id_83>",
|
| 863 |
+
"<extra_id_82>",
|
| 864 |
+
"<extra_id_81>",
|
| 865 |
+
"<extra_id_80>",
|
| 866 |
+
"<extra_id_79>",
|
| 867 |
+
"<extra_id_78>",
|
| 868 |
+
"<extra_id_77>",
|
| 869 |
+
"<extra_id_76>",
|
| 870 |
+
"<extra_id_75>",
|
| 871 |
+
"<extra_id_74>",
|
| 872 |
+
"<extra_id_73>",
|
| 873 |
+
"<extra_id_72>",
|
| 874 |
+
"<extra_id_71>",
|
| 875 |
+
"<extra_id_70>",
|
| 876 |
+
"<extra_id_69>",
|
| 877 |
+
"<extra_id_68>",
|
| 878 |
+
"<extra_id_67>",
|
| 879 |
+
"<extra_id_66>",
|
| 880 |
+
"<extra_id_65>",
|
| 881 |
+
"<extra_id_64>",
|
| 882 |
+
"<extra_id_63>",
|
| 883 |
+
"<extra_id_62>",
|
| 884 |
+
"<extra_id_61>",
|
| 885 |
+
"<extra_id_60>",
|
| 886 |
+
"<extra_id_59>",
|
| 887 |
+
"<extra_id_58>",
|
| 888 |
+
"<extra_id_57>",
|
| 889 |
+
"<extra_id_56>",
|
| 890 |
+
"<extra_id_55>",
|
| 891 |
+
"<extra_id_54>",
|
| 892 |
+
"<extra_id_53>",
|
| 893 |
+
"<extra_id_52>",
|
| 894 |
+
"<extra_id_51>",
|
| 895 |
+
"<extra_id_50>",
|
| 896 |
+
"<extra_id_49>",
|
| 897 |
+
"<extra_id_48>",
|
| 898 |
+
"<extra_id_47>",
|
| 899 |
+
"<extra_id_46>",
|
| 900 |
+
"<extra_id_45>",
|
| 901 |
+
"<extra_id_44>",
|
| 902 |
+
"<extra_id_43>",
|
| 903 |
+
"<extra_id_42>",
|
| 904 |
+
"<extra_id_41>",
|
| 905 |
+
"<extra_id_40>",
|
| 906 |
+
"<extra_id_39>",
|
| 907 |
+
"<extra_id_38>",
|
| 908 |
+
"<extra_id_37>",
|
| 909 |
+
"<extra_id_36>",
|
| 910 |
+
"<extra_id_35>",
|
| 911 |
+
"<extra_id_34>",
|
| 912 |
+
"<extra_id_33>",
|
| 913 |
+
"<extra_id_32>",
|
| 914 |
+
"<extra_id_31>",
|
| 915 |
+
"<extra_id_30>",
|
| 916 |
+
"<extra_id_29>",
|
| 917 |
+
"<extra_id_28>",
|
| 918 |
+
"<extra_id_27>",
|
| 919 |
+
"<extra_id_26>",
|
| 920 |
+
"<extra_id_25>",
|
| 921 |
+
"<extra_id_24>",
|
| 922 |
+
"<extra_id_23>",
|
| 923 |
+
"<extra_id_22>",
|
| 924 |
+
"<extra_id_21>",
|
| 925 |
+
"<extra_id_20>",
|
| 926 |
+
"<extra_id_19>",
|
| 927 |
+
"<extra_id_18>",
|
| 928 |
+
"<extra_id_17>",
|
| 929 |
+
"<extra_id_16>",
|
| 930 |
+
"<extra_id_15>",
|
| 931 |
+
"<extra_id_14>",
|
| 932 |
+
"<extra_id_13>",
|
| 933 |
+
"<extra_id_12>",
|
| 934 |
+
"<extra_id_11>",
|
| 935 |
+
"<extra_id_10>",
|
| 936 |
+
"<extra_id_9>",
|
| 937 |
+
"<extra_id_8>",
|
| 938 |
+
"<extra_id_7>",
|
| 939 |
+
"<extra_id_6>",
|
| 940 |
+
"<extra_id_5>",
|
| 941 |
+
"<extra_id_4>",
|
| 942 |
+
"<extra_id_3>",
|
| 943 |
+
"<extra_id_2>",
|
| 944 |
+
"<extra_id_1>",
|
| 945 |
+
"<extra_id_0>"
|
| 946 |
+
],
|
| 947 |
+
"bos_token": "<s>",
|
| 948 |
+
"clean_up_tokenization_spaces": false,
|
| 949 |
+
"cls_token": "<s>",
|
| 950 |
+
"eos_token": "</s>",
|
| 951 |
+
"errors": "replace",
|
| 952 |
+
"extra_special_tokens": {},
|
| 953 |
+
"mask_token": "<mask>",
|
| 954 |
+
"model_max_length": 512,
|
| 955 |
+
"pad_token": "<pad>",
|
| 956 |
+
"sep_token": "</s>",
|
| 957 |
+
"tokenizer_class": "RobertaTokenizer",
|
| 958 |
+
"unk_token": "<unk>"
|
| 959 |
+
}
|
CodeT5/TypeGround/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
DeepSeek-Coder-6.7B/ManyTypes4TypeScrip/lora/sft/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/public/home/h202308468/.cache/modelscope/hub/models/deepseek-ai/deepseek-coder-6___7b-instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"down_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
+
"q_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"v_proj",
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"o_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
DeepSeek-Coder-6.7B/ManyTypes4TypeScrip/lora/sft/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af4c4bc07359b1a9fe4d7f8264e9999d000ab3f681479e28296c4e6d4b043749
|
| 3 |
+
size 80013120
|
DeepSeek-Coder-6.7B/TypeGround/slice/lora/sft/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/public/home/h202308468/.cache/modelscope/hub/models/deepseek-ai/deepseek-coder-6___7b-instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"o_proj",
|
| 29 |
+
"k_proj",
|
| 30 |
+
"q_proj",
|
| 31 |
+
"down_proj",
|
| 32 |
+
"up_proj",
|
| 33 |
+
"v_proj",
|
| 34 |
+
"gate_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
DeepSeek-Coder-6.7B/TypeGround/slice/lora/sft/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54cd94f910907024616d967e68f7716a36cba49151e4d5b519ee0a7c901e856a
|
| 3 |
+
size 80013120
|
DeepSeek-Coder-6.7B/TypeGround/snippet/lora/sft/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/public/home/h202308468/.cache/modelscope/hub/models/deepseek-ai/deepseek-coder-6___7b-instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"gate_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"v_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"down_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
DeepSeek-Coder-6.7B/TypeGround/snippet/lora/sft/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cc43ce79d7477d8ca677eed31eef3414d1eb49284de255cbdc62c44891221d1
|
| 3 |
+
size 80013120
|
Llama3-8B/ManyTypes4TypeScrip/lora/sft/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/public/home/h202308468/.cache/modelscope/hub/models/LLM-Research/Meta-Llama-3-8B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"down_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
+
"q_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"up_proj",
|
| 33 |
+
"v_proj",
|
| 34 |
+
"gate_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
Llama3-8B/ManyTypes4TypeScrip/lora/sft/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:037ca785c044e821b045156b345cba92d7df7ebe4596bc54a14c42fc7bc0ccf2
|
| 3 |
+
size 83945296
|
Llama3-8B/TypeGround/slice/lora/sft/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/public/home/h202308468/.cache/modelscope/hub/models/LLM-Research/Meta-Llama-3-8B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"down_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"up_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"o_proj",
|
| 34 |
+
"k_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
Llama3-8B/TypeGround/slice/lora/sft/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33ba7757a4f8bbfdc1f1f5ef6724458f35868b94e8a49cd57c320fbddc73d43b
|
| 3 |
+
size 83945296
|
Llama3-8B/TypeGround/snippet/lora/sft/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/public/home/h202308468/.cache/modelscope/hub/models/LLM-Research/Meta-Llama-3-8B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"down_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
+
"up_proj",
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"k_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
Llama3-8B/TypeGround/snippet/lora/sft/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c4b593a6d72f0ba5315714f4f3fd3b0be2937f599b0cd4ce9e7dc8b2884fa6b
|
| 3 |
+
size 83945296
|
Qwen3-14B/ManyTypes4TypeScrip/lora/sft/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/public/home/h202308468/.cache/modelscope/hub/models/Qwen/Qwen3-14B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"up_proj",
|
| 29 |
+
"down_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"k_proj",
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"v_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
Qwen3-14B/ManyTypes4TypeScrip/lora/sft/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68296ffefdc8c879bc947a387e6201ac77d0982a83bc6eaa1cd57413f1ca3b77
|
| 3 |
+
size 128524896
|
Qwen3-14B/TypeGround/slice/lora/sft/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/public/home/h202308468/.cache/modelscope/hub/models/Qwen/Qwen3-14B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"gate_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"up_proj",
|
| 33 |
+
"o_proj",
|
| 34 |
+
"down_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
Qwen3-14B/TypeGround/slice/lora/sft/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6acf2f371f5f8d075dbbb81fbba0200ca760b8e9aacf0360fb0aa4adcf282b19
|
| 3 |
+
size 128524896
|
Qwen3-14B/TypeGround/snippet/lora/sft/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/public/home/h202308468/.cache/modelscope/hub/models/Qwen/Qwen3-14B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"up_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
+
"gate_proj",
|
| 31 |
+
"down_proj",
|
| 32 |
+
"k_proj",
|
| 33 |
+
"v_proj",
|
| 34 |
+
"o_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
Qwen3-14B/TypeGround/snippet/lora/sft/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:989971c85a0ae10ddf75421f6bc617a6dec70cd1dcbea6d688d1a7af14f45e1d
|
| 3 |
+
size 128524896
|
README.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# TypeGround_weight
|
| 2 |
+
|
| 3 |
+
## Traditional Models (Full Fine-tune)
|
| 4 |
+
|
| 5 |
+
| Directory | Architecture |
|
| 6 |
+
|---|---|
|
| 7 |
+
| `CodeT5` | T5ForConditionalGeneration |
|
| 8 |
+
| `CodeT5+` | T5ForConditionalGeneration |
|
| 9 |
+
| `UniXcode` | UniXcoder |
|
| 10 |
+
|
| 11 |
+
```python
|
| 12 |
+
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
| 13 |
+
|
| 14 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("./CodeT5/TypeGround")
|
| 15 |
+
tokenizer = AutoTokenizer.from_pretrained("./CodeT5/TypeGround")
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
## LLMs (LoRA)
|
| 19 |
+
|
| 20 |
+
| Directory | Base Model |
|
| 21 |
+
|---|---|
|
| 22 |
+
| `Llama3-8B` | `meta-llama/Meta-Llama-3-8B-Instruct` |
|
| 23 |
+
| `Qwen3-14B` | `Qwen/Qwen3-14B` |
|
| 24 |
+
| `DeepSeek-Coder-6.7B` | `deepseek-ai/deepseek-coder-6.7b-instruct` |
|
| 25 |
+
|
| 26 |
+
```bash
|
| 27 |
+
pip install vllm
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
### Inference
|
| 31 |
+
|
| 32 |
+
```bash
|
| 33 |
+
vllm serve meta-llama/Meta-Llama-3-8B-Instruct \
|
| 34 |
+
--enable-lora \
|
| 35 |
+
--lora-modules my-lora=./Llama3-8B/ManyTypes4TypeScrip/lora/sft \
|
| 36 |
+
--max-lora-rank 8
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
### Batch Prediction
|
| 40 |
+
|
| 41 |
+
Edit the `__main__` block in `prediction.py` to point to your data and model, then run:
|
| 42 |
+
|
| 43 |
+
```bash
|
| 44 |
+
python prediction.py
|
| 45 |
+
```
|
UniXcoder/ManyTypes4TypeScrip/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9146ef97f3494671ffda21ab411112557321a23157581d47ecda2bbc886a17bc
|
| 3 |
+
size 507257547
|
UniXcoder/TypeGround/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb837a10ead28a2ebd62fe69f3d57bdb4ef318ca3d7e706529904548dfdf75ec
|
| 3 |
+
size 507257547
|
prediction.py
ADDED
|
@@ -0,0 +1,224 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from openai import OpenAI
|
| 2 |
+
import os
|
| 3 |
+
import gzip
|
| 4 |
+
import json
|
| 5 |
+
from collections import Counter
|
| 6 |
+
import re
|
| 7 |
+
import threading
|
| 8 |
+
from concurrent.futures import ThreadPoolExecutor, as_completed
|
| 9 |
+
import time
|
| 10 |
+
from tqdm import tqdm
|
| 11 |
+
from typing import Literal, List, Dict, Any
|
| 12 |
+
|
| 13 |
+
_global_config = {
|
| 14 |
+
'api_key': '0',
|
| 15 |
+
'base_url': 'http://localhost:8000/v1',
|
| 16 |
+
'model': None,
|
| 17 |
+
'iteration': 10,
|
| 18 |
+
'instruction_template': '''
|
| 19 |
+
You are a TypeScript type inference expert. Please perform type inference for the <mask> part based on the code slice below, and output the result strictly in the required format.
|
| 20 |
+
'''
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
_thread_local = threading.local()
|
| 24 |
+
|
| 25 |
+
def read_jsonl_gz(filename):
|
| 26 |
+
data = []
|
| 27 |
+
with gzip.open(filename, 'rt', encoding='utf-8') as f:
|
| 28 |
+
for line in f:
|
| 29 |
+
data.append(json.loads(line))
|
| 30 |
+
return data
|
| 31 |
+
|
| 32 |
+
def process_single_item(args):
|
| 33 |
+
item, idx, total_items = args
|
| 34 |
+
item_id = item.get('id', '')
|
| 35 |
+
|
| 36 |
+
if not hasattr(_thread_local, "client"):
|
| 37 |
+
_thread_local.client = OpenAI(api_key=_global_config['api_key'], base_url=_global_config['base_url'])
|
| 38 |
+
client = _thread_local.client
|
| 39 |
+
model = _global_config['model']
|
| 40 |
+
iteration = _global_config['iteration']
|
| 41 |
+
instruction_template = _global_config['instruction_template']
|
| 42 |
+
|
| 43 |
+
responses = []
|
| 44 |
+
for i in range(iteration):
|
| 45 |
+
context = f"{instruction_template}\nCode slice: {item['sliced_code']}"
|
| 46 |
+
try:
|
| 47 |
+
messages = [{"role": "user", "content": context}]
|
| 48 |
+
result = client.chat.completions.create(
|
| 49 |
+
messages=messages,
|
| 50 |
+
model=model,
|
| 51 |
+
temperature=0.5,
|
| 52 |
+
top_p=0.9,
|
| 53 |
+
max_tokens=128
|
| 54 |
+
)
|
| 55 |
+
resp_str = result.choices[0].message.content.strip()
|
| 56 |
+
resp_str = resp_str.replace('\n', '')
|
| 57 |
+
except Exception as e:
|
| 58 |
+
print(f"API call error: {e}")
|
| 59 |
+
return None
|
| 60 |
+
|
| 61 |
+
match = re.search(r'<mask>\s*([^\n\r]+)', resp_str)
|
| 62 |
+
if match:
|
| 63 |
+
extracted_type = f"{match.group(1).strip()}"
|
| 64 |
+
else:
|
| 65 |
+
extracted_type = resp_str
|
| 66 |
+
responses.append(extracted_type)
|
| 67 |
+
|
| 68 |
+
response_counter = Counter(responses)
|
| 69 |
+
predictions = []
|
| 70 |
+
for pred_type, count in response_counter.most_common():
|
| 71 |
+
frequency = count / iteration
|
| 72 |
+
predictions.append([pred_type, frequency])
|
| 73 |
+
|
| 74 |
+
result = {
|
| 75 |
+
'id': item_id,
|
| 76 |
+
'predictions': predictions
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
return result
|
| 80 |
+
|
| 81 |
+
def save_results_thread_safe(results, output_fp, lock):
|
| 82 |
+
with lock:
|
| 83 |
+
try:
|
| 84 |
+
with open(output_fp, 'w', encoding='utf-8') as f:
|
| 85 |
+
json.dump(results, f, ensure_ascii=False, indent=4)
|
| 86 |
+
except Exception as e:
|
| 87 |
+
print(f"Error writing file: {e}")
|
| 88 |
+
|
| 89 |
+
def append_results_jsonl_thread_safe(buffer: List[Dict[str, Any]], output_fp: str, lock: threading.Lock):
|
| 90 |
+
if not buffer:
|
| 91 |
+
return
|
| 92 |
+
with lock:
|
| 93 |
+
try:
|
| 94 |
+
with open(output_fp, 'a', encoding='utf-8') as f:
|
| 95 |
+
for item in buffer:
|
| 96 |
+
f.write(json.dumps(item, ensure_ascii=False) + '\n')
|
| 97 |
+
except Exception as e:
|
| 98 |
+
print(f"Error writing file: {e}")
|
| 99 |
+
|
| 100 |
+
def prediction(testdata_fp, model, iteration=10, output_fp=None, num_threads=4, output_format: Literal['json', 'jsonl', None] = None):
|
| 101 |
+
_global_config['model'] = model
|
| 102 |
+
_global_config['iteration'] = iteration
|
| 103 |
+
|
| 104 |
+
if output_fp is not None:
|
| 105 |
+
output_dir = os.path.dirname(output_fp)
|
| 106 |
+
if output_dir and not os.path.exists(output_dir):
|
| 107 |
+
os.makedirs(output_dir)
|
| 108 |
+
|
| 109 |
+
if output_format is None:
|
| 110 |
+
if output_fp and output_fp.endswith('.jsonl'):
|
| 111 |
+
output_format = 'jsonl'
|
| 112 |
+
else:
|
| 113 |
+
output_format = 'json'
|
| 114 |
+
|
| 115 |
+
existing_ids = set()
|
| 116 |
+
existing_results = []
|
| 117 |
+
if output_fp is not None and os.path.exists(output_fp):
|
| 118 |
+
try:
|
| 119 |
+
if output_format == 'jsonl':
|
| 120 |
+
with open(output_fp, 'r', encoding='utf-8') as f:
|
| 121 |
+
for line in f:
|
| 122 |
+
if not line.strip():
|
| 123 |
+
continue
|
| 124 |
+
obj = json.loads(line)
|
| 125 |
+
existing_results.append(obj)
|
| 126 |
+
if 'id' in obj:
|
| 127 |
+
existing_ids.add(obj['id'])
|
| 128 |
+
else:
|
| 129 |
+
with open(output_fp, 'r', encoding='utf-8') as f:
|
| 130 |
+
existing_results = json.load(f)
|
| 131 |
+
existing_ids = {item.get('id', '') for item in existing_results if 'id' in item}
|
| 132 |
+
print(f"Loaded {len(existing_ids)} existing results")
|
| 133 |
+
except (json.JSONDecodeError, FileNotFoundError) as e:
|
| 134 |
+
print(f"Error reading existing file: {e}, creating new file")
|
| 135 |
+
existing_results = []
|
| 136 |
+
existing_ids = set()
|
| 137 |
+
|
| 138 |
+
data = read_jsonl_gz(testdata_fp)
|
| 139 |
+
|
| 140 |
+
items_to_process = []
|
| 141 |
+
for idx, item in enumerate(data):
|
| 142 |
+
item_id = item.get('id', '')
|
| 143 |
+
if item_id not in existing_ids:
|
| 144 |
+
items_to_process.append((item, idx, len(data)))
|
| 145 |
+
else:
|
| 146 |
+
print(f"[{idx+1}/{len(data)}] Skipping completed id: {item_id}")
|
| 147 |
+
|
| 148 |
+
if not items_to_process:
|
| 149 |
+
print("All items have been processed!")
|
| 150 |
+
return existing_results
|
| 151 |
+
|
| 152 |
+
print(f"Processing {len(items_to_process)} items with {num_threads} threads")
|
| 153 |
+
|
| 154 |
+
results = existing_results.copy()
|
| 155 |
+
|
| 156 |
+
results_lock = threading.Lock()
|
| 157 |
+
results_list = results
|
| 158 |
+
pending_buffer: List[Dict[str, Any]] = []
|
| 159 |
+
|
| 160 |
+
start_time = time.time()
|
| 161 |
+
skipped_due_error = 0
|
| 162 |
+
last_save_time = start_time
|
| 163 |
+
with ThreadPoolExecutor(max_workers=num_threads) as executor:
|
| 164 |
+
future_to_item = {executor.submit(process_single_item, item): item for item in items_to_process}
|
| 165 |
+
|
| 166 |
+
with tqdm(total=len(items_to_process), desc="Progress", unit="items") as pbar:
|
| 167 |
+
completed_count = 0
|
| 168 |
+
for future in as_completed(future_to_item):
|
| 169 |
+
try:
|
| 170 |
+
result = future.result()
|
| 171 |
+
if result is None:
|
| 172 |
+
skipped_due_error += 1
|
| 173 |
+
else:
|
| 174 |
+
with results_lock:
|
| 175 |
+
results_list.append(result)
|
| 176 |
+
if output_format == 'jsonl':
|
| 177 |
+
pending_buffer.append(result)
|
| 178 |
+
completed_count += 1
|
| 179 |
+
pbar.update(1)
|
| 180 |
+
|
| 181 |
+
if output_fp and (completed_count % 100 == 0 or time.time() - last_save_time > 120):
|
| 182 |
+
if output_format == 'jsonl':
|
| 183 |
+
with results_lock:
|
| 184 |
+
buffer_to_flush = list(pending_buffer)
|
| 185 |
+
pending_buffer.clear()
|
| 186 |
+
append_results_jsonl_thread_safe(buffer_to_flush, output_fp, results_lock)
|
| 187 |
+
else:
|
| 188 |
+
with results_lock:
|
| 189 |
+
save_results = list(results_list)
|
| 190 |
+
save_results_thread_safe(save_results, output_fp, results_lock)
|
| 191 |
+
pbar.set_postfix({"saved": "checkpoint"})
|
| 192 |
+
last_save_time = time.time()
|
| 193 |
+
except Exception as e:
|
| 194 |
+
print(f"Error processing task: {e}")
|
| 195 |
+
|
| 196 |
+
final_results = results_list
|
| 197 |
+
if output_fp is not None:
|
| 198 |
+
if output_format == 'jsonl':
|
| 199 |
+
with results_lock:
|
| 200 |
+
buffer_to_flush = list(pending_buffer)
|
| 201 |
+
pending_buffer.clear()
|
| 202 |
+
append_results_jsonl_thread_safe(buffer_to_flush, output_fp, results_lock)
|
| 203 |
+
else:
|
| 204 |
+
save_results_thread_safe(final_results, output_fp, results_lock)
|
| 205 |
+
|
| 206 |
+
skipped_count = len(data) - len(items_to_process)
|
| 207 |
+
print(f"\nDone! Total: {len(data)}, skipped: {skipped_count}, new: {len(final_results) - len(existing_results)}, errors: {skipped_due_error}")
|
| 208 |
+
|
| 209 |
+
return final_results
|
| 210 |
+
|
| 211 |
+
if __name__ == "__main__":
|
| 212 |
+
testdata_fp = './sliced_data_testdata.jsonl.gz'
|
| 213 |
+
model = 'my_qwen3-8b'
|
| 214 |
+
iteration = 20
|
| 215 |
+
output_fp = './result_my/testdata_prediction.jsonl'
|
| 216 |
+
num_threads = 32
|
| 217 |
+
|
| 218 |
+
prediction(
|
| 219 |
+
testdata_fp=testdata_fp,
|
| 220 |
+
model=model,
|
| 221 |
+
iteration=iteration,
|
| 222 |
+
output_fp=output_fp,
|
| 223 |
+
num_threads=num_threads
|
| 224 |
+
)
|