├── README.md ├── bert_classification.py ├── bert_prompt.py ├── bert_prompt_v2.py ├── bert_prompt_v3.py ├── data └── train.json ├── model_hub └── chinese-bert-wwm-ext │ └── 占位.txt └── output └── 占位.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/prompt_text_classification/HEAD/README.md -------------------------------------------------------------------------------- /bert_classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/prompt_text_classification/HEAD/bert_classification.py -------------------------------------------------------------------------------- /bert_prompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/prompt_text_classification/HEAD/bert_prompt.py -------------------------------------------------------------------------------- /bert_prompt_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/prompt_text_classification/HEAD/bert_prompt_v2.py -------------------------------------------------------------------------------- /bert_prompt_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/prompt_text_classification/HEAD/bert_prompt_v3.py -------------------------------------------------------------------------------- /data/train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/prompt_text_classification/HEAD/data/train.json -------------------------------------------------------------------------------- /model_hub/chinese-bert-wwm-ext/占位.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /output/占位.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------