cube-studio/job-template/job/ner
2022-08-18 19:30:49 +08:00
..
bert_pretrain add ner train and service 2022-08-13 17:00:41 +08:00
models add ner train and service 2022-08-13 17:00:41 +08:00
tokenizer add ner train and service 2022-08-13 17:00:41 +08:00
utils add ner train and service 2022-08-13 17:00:41 +08:00
bert_bilstm_crf_opration.py add ner train and service 2022-08-13 17:00:41 +08:00
bilstm_crf_opration.py add ner train and service 2022-08-13 17:00:41 +08:00
bilstm_opration.py add ner train and service 2022-08-13 17:00:41 +08:00
build.sh add coredns config 2022-08-18 19:30:49 +08:00
config.py add ner train and service 2022-08-13 17:00:41 +08:00
data.py add ner train and service 2022-08-13 17:00:41 +08:00
Dockerfile fix readme 2022-08-18 15:16:10 +08:00
evaluating.py add ner train and service 2022-08-13 17:00:41 +08:00
main4argo.py add coredns config 2022-08-18 19:30:49 +08:00
main.py add ner train and service 2022-08-13 17:00:41 +08:00
README.md add coredns config 2022-08-18 19:30:49 +08:00
the_peoples_daily_tool.py add ner train and service 2022-08-13 17:00:41 +08:00
train_evaluate.py add ner train and service 2022-08-13 17:00:41 +08:00

download_minio 模板

镜像ccr.ccs.tencentyun.com/cube-studio/ner:20220812 启动参数:

{
 "参数分组1": {
        "--model": {
            "type": "str",
            "item_type": "str",
            "label": "参数1",
            "require": 1,
            "choice": [],
            "range": "",
            "default": "模型",
            "placeholder": "",
            "describe": "model",
            "editable": 1,
            "condition": "",
            "sub_args": {}
        },
        "--objectname": {
            "type": "str",
            "item_type": "str",
            "label": "参数2",
            "require": 1,
            "choice": [
                "resume_BIO.txt",
                "people_daily_BIO.txt"
            ],
            "range": "",
            "default": "resume_BIO.txt",
            "placeholder": "",
            "describe": "训练数据集选择",
            "editable": 1,
            "condition": "",
            "sub_args": {}
        },
        "--epochs": {
            "type": "str",
            "item_type": "str",
            "label": "参数3",
            "require": 1,
            "choice": [],
            "range": "",
            "default": "1",
            "placeholder": "",
            "describe": "epochs",
            "editable": 1,
            "condition": "",
            "sub_args": {}
        },
        "--path": {
            "type": "str",
            "item_type": "str",
            "label": "参数4",
            "require": 1,
            "choice": [],
            "range": "",
            "default": "/mnt/admin/NER/zdata/",
            "placeholder": "",
            "describe": "数据集路径",
            "editable": 1,
            "condition": "",
            "sub_args": {}
        },
        "-pp": {
            "type": "str",
            "item_type": "str",
            "label": "参数6",
            "require": 1,
            "choice": [],
            "range": "",
            "default": "/mnt/admin/model.pkl",
            "placeholder": "",
            "describe": "模型保存目录",
            "editable": 1,
            "condition": "",
            "sub_args": {}
        }
    }
}

参考资料:

  1. 博客
  2. github