NOS
收藏数据集概述
数据集名称
NOS & NOS-raw
数据集描述
该数据集包含用于自然语言处理和视觉任务的数据,分为NOS和NOS-raw两部分。
数据集组成
- NOS
- extra-nos-raw-labeled
- nos-raw-labeled
- NOS-raw
- extra-rico-labeled
- rico-labeled
- mixed-split
- weights
数据集结构
. ├── dataset │ ├── nos-raw-labeled │ │ ├── box │ │ ├── box_feat │ │ ├── graph │ │ ├── hierarchy │ │ ├── screenshot │ │ ├── text_feat │ │ └── dataset_split_{1,2,3}.json │ ├── rico-labeled │ │ ├── box │ │ ├── box_feat │ │ ├── graph │ │ ├── hierarchy │ │ ├── screenshot │ │ ├── text_feat │ │ └── dataset_split_{1,2,3}.json │ └── mixed │ ├── box │ ├── box_feat │ ├── graph │ ├── hierarchy │ ├── screenshot │ ├── text_feat │ └── dataset_split_{1,2,3}.json ├── main.py ├── config.py ├── data_loader.py ├── model.py ├── predict.py ├── utils.py └── IGNN
下载链接
使用方法
- 安装依赖:
bash .ci/install-dev.sh和bash .ci/install.sh - 数据集预处理:根据
preprocess.py生成额外数据 - 训练和预测:使用
main.py进行模型的训练和预测
方法
使用GIFT方法进行训练和预测。




