ShantanuT01 commited on
Commit
08b4181
·
verified ·
1 Parent(s): 3de16e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 100K<n<1M
9
+ ---
10
+
11
+ # DACTYL Pretraining Corpus
12
+
13
+ This corpus contains human texts that have passed a quality check from the `textdescriptives` library.
14
+
15
+ These texts have been used to further train various Llama 3.2 1B Instruct models by domain and split. For a domain/split combination, you can use the corresponding model:
16
+
17
+ ```
18
+ ShantanuT01/fine-tuned-Llama-3.2-1B-Instruct-apollo-mini-{domain}-{split}
19
+ ```
20
+
21
+ ## Citation
22
+
23
+ ```bibtex
24
+ @misc{thorat2025dactyldiverseadversarialcorpus,
25
+ title={DACTYL: Diverse Adversarial Corpus of Texts Yielded from Large Language Models},
26
+ author={Shantanu Thorat and Andrew Caines},
27
+ year={2025},
28
+ eprint={2508.00619},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.CL},
31
+ url={https://arxiv.org/abs/2508.00619},
32
+ }
33
+
34
+
35
+ ```