qgallouedec HF staff commited on
Commit
40a06f9
·
verified ·
1 Parent(s): 2e88e17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -7,4 +7,9 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ This is the collection of models and datasets used for [TRL](https://github.com/huggingface/trl) unit testing. You can generate the models and datasets with the following scripts:
11
+
12
+
13
+
14
+ - **Models generation script**: [link](https://github.com/huggingface/trl/blob/main/scripts/generate_tiny_models.py)
15
+ - **Zen dataset generation script**: [link](https://github.com/huggingface/trl/blob/main/scripts/generate_zen_dataset.py)