Datasets:

ArXiv:
License:
File size: 644 Bytes
fc31b8b
 
 
897da88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: cc-by-nc-4.0
---
# M2D2: A Massively Multi-domain Language Modeling Dataset

Load the dataset as follows:
```python
import datasets

dataset = datasets.load_dataset("machelreid/m2d2", "cs.CL") # replace cs.CL with the domain of your choice

print(dataset['train'][0]['text'])
```
## Domains
// TODO
## Citation
Please cite this work if you found this data useful.
```bib
@article{reid2022m2d2,
  title   = {M2D2: A Massively Multi-domain Language Modeling Dataset},
  author  = {Machel Reid and Victor Zhong and Suchin Gururangan and Luke Zettlemoyer},
  year    = {2022},
  journal = {arXiv preprint arXiv: Arxiv-2210.07370}
}
```