File size: 883 Bytes
a001a97
5dd1bb4
 
 
 
 
 
 
 
 
9e64e71
 
 
5dd1bb4
 
a001a97
5dd1bb4
 
 
 
 
 
 
 
 
 
 
 
9e64e71
5dd1bb4
9e64e71
 
 
 
 
 
 
 
 
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
LICENSE
README.md
pyproject.toml
./__init__.py
./client.py
./conftest.py
./models.py
data/__init__.py
data/databases/__init__.py
data/databases/models.py
evaluation/__init__.py
evaluation/oracle_policy.py
evaluation/policies.py
server/__init__.py
server/app.py
server/mock_tokenizer.py
server/reward.py
server/sql_environment.py
server/verifier.py
sql_env.egg-info/PKG-INFO
sql_env.egg-info/SOURCES.txt
sql_env.egg-info/dependency_links.txt
sql_env.egg-info/entry_points.txt
sql_env.egg-info/requires.txt
sql_env.egg-info/top_level.txt
tests/test_evaluation.py
tests/test_smoke.py
tests/test_synthetic.py
tests/test_trl_adapter.py
tests/test_verifier.py
tests/test_verifier_integration.py
training/__init__.py
training/config.py
training/data_loading.py
training/few_shot_examples.py
training/notebook_pipeline.py
training/prompts.py
training/trl_adapter.py
training/visualization.py