• This project
    • Loading...
  • Sign in

万朱浩 / Venue-Ops

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Venue-Ops
  • model_pro
  • sentence_bert_model
  • special_tokens_map.json
  • Bert's method of processing sentences · 4d91f30d
    4d91f30d Browse Files
    戒酒的李白 authored 2024-10-02 23:36:00 +0800
special_tokens_map.json 125 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
{
  "cls_token": "[CLS]",
  "mask_token": "[MASK]",
  "pad_token": "[PAD]",
  "sep_token": "[SEP]",
  "unk_token": "[UNK]"
}