mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-31 17:27:42 +00:00
b2fb104108
* add needed dependency * add extract_model_and_implement pipeline * add merge_file_to_model_dict_to_model_dict * implement `rdagent\app\model_implementation\eval.py` * Running benchmark * refine import --------- Co-authored-by: Young <afe.young@gmail.com>
8 lines
497 B
YAML
8 lines
497 B
YAML
extract_model_formulation_system: |-
|
|
offer description of the proposed model in this paper, write a latex formula with variable of the model. the format should be like " "Model Name": {
|
|
"description": "",
|
|
"formulation": "",
|
|
"variables": {
|
|
"\\hat{y}_u": "The predicted output for node u",
|
|
}"
|
|
such format content should be begin with ```json and end with ``` and the content should be in json format. |