Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,9 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
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)
|