Datasets:

Modalities:
Tabular
Text
Languages:
Chinese
ArXiv:
Libraries:
Datasets
License:
qian commited on
Commit
2eab446
1 Parent(s): 774f450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -104,6 +104,9 @@ After training the model, you can evaluate the model by running the following co
104
  python src/convert2trec.py output/res.step-20 && python src/msmarco_eval.py data/qrels.retrieval.dev.tsv output/res.step-20.trec && path_to/trec_eval -m ndcg_cut.5 data/qrels.dev.tsv res.step-20.trec
105
  ```
106
 
 
 
 
107
  ## Citation
108
  If you use this dataset in your research, please cite our paper:
109
  ```
 
104
  python src/convert2trec.py output/res.step-20 && python src/msmarco_eval.py data/qrels.retrieval.dev.tsv output/res.step-20.trec && path_to/trec_eval -m ndcg_cut.5 data/qrels.dev.tsv res.step-20.trec
105
  ```
106
 
107
+ ## License
108
+ The dataset is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
109
+
110
  ## Citation
111
  If you use this dataset in your research, please cite our paper:
112
  ```