XiaofengAlg commited on
Commit
2fa2b23
·
1 Parent(s): 328b015

docs: add IndustryCorpus2 dataset card and citation

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ pretty_name: "IndustryCorpus2: Programming"
7
+ ---
8
+
9
+ # IndustryCorpus2: Programming
10
+
11
+ This repository contains the **IndustryCorpus2: Programming** domain subset of [BAAI/IndustryCorpus2](https://huggingface.co/datasets/BAAI/IndustryCorpus2).
12
+ Refer to the parent dataset card for data construction, intended use, limitations,
13
+ and licensing details.
14
+
15
+ ## Citation
16
+
17
+ If you use this dataset in your work, please cite IndustryCorpus2:
18
+
19
+ ```bibtex
20
+ @misc{shi2024industrycorpus2,
21
+ title = {IndustryCorpus2},
22
+ author = {Xiaofeng Shi and Lulu Zhao and Hua Zhou and Donglin Hao},
23
+ year = {2024},
24
+ publisher = {Hugging Face},
25
+ doi = {10.57967/hf/3488},
26
+ url = {https://huggingface.co/datasets/BAAI/IndustryCorpus2}
27
+ }
28
+ ```