-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·101 lines (83 loc) · 1.72 KB
/
Copy path.gitignore
File metadata and controls
executable file
·101 lines (83 loc) · 1.72 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.envs
benchmark/Data
benchmark/results/
benchmark/results-old/
Data/
log
models/AnyGPT
models/
scripts/FluxText/
user_results_old
user_results
*.png
*.mp4
*.wav
*.webm
*.jpg
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
.env/
.venv/
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# VS Code settings
.vscode/
# macOS and system files
.DS_Store
# Log files
*.log
# Test output
htmlcov/
coverage.xml
*.cover
# Python distribution/build
build/
dist/
*.egg-info/
# MyPy and Pyright
.mypy_cache/
.pyright/
# Pytest cache
.pytest_cache/
# Environment variables and secrets
.env
.env.*
# Database and data files
*.sqlite3
*.db
*.h5
*.csv
*.tsv
*.jsonl
# Ignore specific files
secret_config.py
# --- repo hygiene (XModBench published artifact) ---
# Unverified / backup / mini result dumps — NOT the canonical results.
# Verified numbers live on the project website leaderboard and
# HF RyanWW/XModBench/eval_logs/.
benchmark/results-bkup/
benchmark/results-current/
benchmark/results_mini_benchmark/
benchmark/results_mini_benchmark-2/
benchmark/all_model_result*.json
# Broken local symlinks (pointed at absolute scratch paths)
benchmark/scripts/process/5_Exteral/posters
benchmark/scripts/process/5_Exteral/singers_data
benchmark/scripts/process/5_Exteral/singers_data_processed
benchmark/scripts/process/5_Exteral/trailer_clips
benchmark/scripts/process/5_Exteral/trailer_videos
benchmark/tasks
# junk
**/__pycache__/
*.pyc
**/Untitled*
# upstream FireRedTTS clone (64GB model weights) — install separately
scripts/FireRedTTS/
lite.json
# internal paper analysis scratch (dup _2 variants, .tex, .png outputs).
# Canonical metrics: lmms-eval summarize.py.
benchmark/scripts/metric/