diff options
| author | 2025-12-30 21:21:59 +0800 | |
|---|---|---|
| committer | 2025-12-30 21:22:07 +0800 | |
| commit | d35712d0f200b7862450b173a1bee95d1bd85dc8 (patch) | |
| tree | d29ec96468d1f630262386e5b2c06a13622fdaee /models/trpg-final/special_tokens_map.json | |
| parent | 2a7b27169c6b208175aad3d46c97a97cb59cd751 (diff) | |
| download | base-model-d35712d0f200b7862450b173a1bee95d1bd85dc8.tar.gz base-model-d35712d0f200b7862450b173a1bee95d1bd85dc8.zip | |
feat: Update Python version requirement and add onnxscript dependency
- Changed the required Python version from >=3.12 to >=3.10 in pyproject.toml.
- Reformatted the dependencies section for better readability.
- Added "onnxscript>=0.5.7" to the train optional dependencies.
Diffstat (limited to 'models/trpg-final/special_tokens_map.json')
| -rw-r--r-- | models/trpg-final/special_tokens_map.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/models/trpg-final/special_tokens_map.json b/models/trpg-final/special_tokens_map.json deleted file mode 100644 index a8b3208..0000000 --- a/models/trpg-final/special_tokens_map.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "cls_token": "[CLS]", - "mask_token": "[MASK]", - "pad_token": "[PAD]", - "sep_token": "[SEP]", - "unk_token": "[UNK]" -} |
