Commit d3b43e5f by nzy

refactor: make a new package

parent 9381291e
......@@ -162,6 +162,4 @@ cython_debug/
#.idea/
readme.pdf
*.json
*.jsonl
test/
test/
\ No newline at end of file
model = "/path/to/model"
llamafactory_model_template = ""
llamafactory_path = ""
apps = "/path/to/apps_dataset"
[sample]
sample_prompt_path = "path"
sample_result_path = "path"
[sample.sampling_params]
n = 0
temperature = 0.0
max_new_tokens = 512
[evaluate]
evaluate_result_path = ""
[dataset]
train_path = ""
test_path = ""
minimal_test_path = ""
[preference_dataset.max_edit_distance]
dataset_name = ""
metadata_path = ""
[preference_dataset.min_edit_distance]
dataset_name = ""
metadata_path = ""
[orm.max_edit_distance]
model_path = ""
train_yaml_path = ""
test_yaml_path = ""
minimal_test_score_path = ""
eval_result_path = ""
deepspeed_cfg_path = ""
[orm.min_edit_distance]
model_path = ""
train_yaml_path = ""
test_yaml_path = ""
minimal_test_score_path = ""
eval_result_path = ""
deepspeed_cfg_path = ""
[critic]
model_path = ""
dataset_name = ""
dataset_path = ""
dataset_info_path = ""
meta_data_path = ""
[critic.train]
train_yaml_path = ""
deepspeed_cfg_path = ""
[critic.test]
reason_result_path = ""
score_result_path = ""
eval_result_path = ""
[critic.test.sampling_params]
n = 1
temperature = 0.0
max_new_tokens = 512
[sftorm]
model_path = ""
datset_name = ""
dataset_path = ""
dataset_info_path = ""
[sftorm.train]
train_yaml_path = ""
deepspeed_cfg_path = ""
[sftorm.test]
prompt_path = ""
score_result_path = ""
eval_result_path = ""
\ No newline at end of file
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "codecritic"
version = "2024.11.5"
requires-python = ">=3.10"
authors = [
{name = "Ziyuan Nan", email = "nanziyuan21s@ict.ac.cn"},
]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python"
]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment