.gitignore 270 B

123456789101112
  1. # Model checkpoints (stored on HuggingFace Hub)
  2. qmd-query-expansion-*/
  3. *.pt
  4. *.safetensors
  5. # Large data files (stored on HuggingFace Hub)
  6. data/train/train.jsonl
  7. data/train/train_chat.jsonl
  8. data/train/val.jsonl
  9. # Keep the generated source data
  10. !data/qmd_expansion.jsonl