chore: ignore dataset
Browse files- .gitignore +7 -0
.gitignore
CHANGED
|
@@ -6,5 +6,12 @@ dist/
|
|
| 6 |
wheels/
|
| 7 |
*.egg-info
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
# Virtual environments
|
| 10 |
.venv
|
|
|
|
| 6 |
wheels/
|
| 7 |
*.egg-info
|
| 8 |
|
| 9 |
+
# dataset
|
| 10 |
+
dataset/pretrain_t2t_mini.jsonl
|
| 11 |
+
dataset/sft_t2t_mini.jsonl
|
| 12 |
+
dataset/dpo.jsonl
|
| 13 |
+
dataset/rlaif.jsonl
|
| 14 |
+
dataset/agent_rl.jsonl
|
| 15 |
+
dataset/agent_rl_math.jsonl
|
| 16 |
# Virtual environments
|
| 17 |
.venv
|