Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
qgyd2021
/
few_shot_ner
like
1
Text Generation
Transformers
PyTorch
qgyd2021/few_shot_ner_sft
Chinese
English
gpt2
Generated from Trainer
text-generation-inference
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
1499150
few_shot_ner
/
special_tokens_map.json
qgyd2021
Training in progress, step 1000
1499150
11 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}