File size: 658 Bytes
199a42f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
*_api_key.txt
__pycache__
build
dist
/.venv/
.env
.vscode
.mypy_cache
.pytest_cache
*.pyc
flagged
wandb
logs
temp
tests/logs
tests/wandb
# Outputs generated by the cli demo
cached_generated_dataset/
generated_dataset/
huggingface_data/huggingface_datasets/dataset_index.json
huggingface_data/huggingface_datasets/huggingface_datasets_datafinder_index
huggingface_data/huggingface_datasets/reranking_dataset_index.json
huggingface_data/huggingface_models/
retrieved_dataset_dict/
result/
checkpoint/
status.yaml
# Outputs generated by the colab demo
trained_model/
trained_tokenizer/
# data
babylm_data
checkpoint-*/
# hf models info
huggingface_models/
|