1 Star 1 Fork 1

cheasim/标题段落分类

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
list.txt 3.89 KB
一键复制 编辑 原始数据 按行查看 历史
cheasim 提交于 2021-04-26 17:21 . modify
.
├── config.json
├── data
│   ├── base_data_module.py
│   ├── dialogue.py
│   ├── __init__.py
│   ├── processor.py
│   └── __pycache__
├── dataset
│   └── paper
├── eval.ipynb
├── get_dataset.ipynb
├── hello.py
├── list.txt
├── lit_models
│   ├── base.py
│   ├── __init__.py
│   ├── __pycache__
│   ├── transformer.py
│   └── util.py
├── main.py
├── models
│   ├── bert
│   ├── __init__.py
│   └── __pycache__
├── output
│   ├── epoch=0-Eval
│   └── epoch=1-Eval
├── papers
│   ├── 10.docx
│   ├── 11.docx
│   ├── 12.docx
│   ├── 13.docx
│   ├── 14.docx
│   ├── 15.docx
│   ├── 16.docx
│   ├── 17.docx
│   ├── 18.docx
│   ├── 19.docx
│   ├── 1.docx
│   ├── 20.docx
│   ├── 21.docx
│   ├── 22.docx
│   ├── 23.docx
│   ├── 24.docx
│   ├── 2.docx
│   ├── 3.docx
│   ├── 4.docx
│   ├── 5.docx
│   ├── 6.docx
│   ├── 7.docx
│   ├── 8.docx
│   ├── 9.docx
│   ├── __MACOSX
│   ├── 需要检查的论文
│   └── 需要检查的论文.zip
├── README.md
├── requirements.txt
├── run.sh
├── static
│   ├── assets
│   └── imgs
├── templates
│   ├── index.html
│   └── modify.html
├── test.ipynb
├── test_model.ipynb
└── wandb
├── augment (1).csv
├── debug-internal.log -> run-20210426_105110-9p8p98ql/logs/debug-internal.log
├── debug.log -> run-20210426_105110-9p8p98ql/logs/debug.log
├── latest-run -> run-20210426_105110-9p8p98ql
├── run-20210406_162630-t6ruk80u
├── run-20210406_171317-20o907pn
├── run-20210406_171407-2ibnc6if
├── run-20210406_171527-1ce4ykbg
├── run-20210406_171814-3gp5zdyi
├── run-20210406_194804-21j9iqlt
├── run-20210406_223110-2asqgeex
├── run-20210406_225110-7d4yx8uy
├── run-20210407_102920-1qswl4lh
├── run-20210407_103037-1dddwt92
├── run-20210407_103152-i1cjjvz5
├── run-20210407_103301-tpjqf9dk
├── run-20210407_122737-256bqdgp
├── run-20210407_141732-14knb0u6
├── run-20210407_152654-277pue1g
├── run-20210407_152757-lvw3z1yp
├── run-20210407_191400-1rvwra2e
├── run-20210408_195957-jadmrn6q
├── run-20210408_200147-2wxh9tq6
├── run-20210408_201558-1qfvybgp
├── run-20210408_210307-vir22g7e
├── run-20210410_214011-3v96lw36
├── run-20210410_214409-3movmgh9
├── run-20210410_214519-2vcqzq2p
├── run-20210410_214800-1qk7yrl7
├── run-20210415_230855-3f0hrazt
├── run-20210415_231027-1dc6mba8
├── run-20210415_231312-3s445r3d
├── run-20210415_231532-27t9qalx
├── run-20210415_231703-184a0l5n
├── run-20210415_231838-dx7rufln
├── run-20210415_232601-10epuzfp
├── run-20210415_232801-2qwu3les
├── run-20210420_134303-18y8d9nt
├── run-20210420_152032-dux8h15k
├── run-20210420_160718-112h2gan
├── run-20210421_223636-18in385c
├── run-20210422_184629-q7mbgu8k
├── run-20210426_100417-315atwhk
├── run-20210426_100721-3sb6nm24
├── run-20210426_100806-1p44w7q9
├── run-20210426_101111-3i64annl
├── run-20210426_101211-29q7d4x1
├── run-20210426_104647-2wtw62ah
├── run-20210426_104948-2ncv3uow
├── run-20210426_105110-9p8p98ql
└── train_aug.csv
67 directories, 51 files
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cheasim/title-context-classification.git
git@gitee.com:cheasim/title-context-classification.git
cheasim
title-context-classification
标题段落分类
master

搜索帮助