chenbhao commited on
Commit
8bc645c
·
1 Parent(s): 21cf4d8

chore: ignore dataset

Browse files
Files changed (1) hide show
  1. .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