-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (43 loc) · 1.12 KB
/
.gitignore
File metadata and controls
54 lines (43 loc) · 1.12 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
build
dist
*.egg-info
**/__pycache__/
*.log
**/*.lic
.vscode
.idea
.env
.editorconfig
.DS_Store
**/*.pyc
gen.py
tag.txt
algorithmic/data
algorithmic/submissions
algorithmic/scripts/solutions
uv.lock
problems-to-support-unbounded-score.txt
LEADERBOARD.md
################## Berkley Function Call Leaderboard ##########################
# Ignore inference results
berkeley-function-call-leaderboard/result/
# Ignore leaderboard score
berkeley-function-call-leaderboard/score/
# Ignore environment variables
berkeley-function-call-leaderboard/.env
!berkeley-function-call-leaderboard/bfcl_eval/.env.example
# Ignore config file for generating test cases
berkeley-function-call-leaderboard/test_case_ids_to_generate.json
!berkeley-function-call-leaderboard/bfcl_eval/test_case_ids_to_generate.json.example
# Ignore multi turn ground truth conversation log
berkeley-function-call-leaderboard/bfcl_eval/scripts/ground_truth_conversation/
# Ignore lock files
berkeley-function-call-leaderboard/**/*.lock
.direnv/
.venv
# Ignore the wandb cache:
**/wandb/
# Generated evaluation results (solutions are tracked)
results/
generation_logs/
*.lock