Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +4 -4
src/about.py
CHANGED
@@ -66,10 +66,10 @@ EVALUATION_QUEUE_TEXT = """
|
|
66 |
|
67 |
# Detailed settings
|
68 |
|
69 |
-
**Score**: float number, the corresponding evaluation number
|
70 |
-
**Name**: str **less than 3 words**, an abbreviation representing your work, it can be a model name or paper key words.
|
71 |
-
**BaseModel**: str, LMM model for agent, suggested to be the unique hf model id
|
72 |
-
**Target-research**: (1)`Model-Eval-Online` and `Model-Eval-Global` represent the standard setting proposed in our paper, this setting is used to test the model capability. (2) `Agent-Eval-Prompt`: Any agent design that use fixed model weight, including using RAG, memory and etc. (3) `Agent-Eval-Finetune`: The model weight is changed, and it is trained on in-domain (same environment) data.
|
73 |
"""
|
74 |
|
75 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
|
|
66 |
|
67 |
# Detailed settings
|
68 |
|
69 |
+
- **Score**: float number, the corresponding evaluation number
|
70 |
+
- **Name**: str **less than 3 words**, an abbreviation representing your work, it can be a model name or paper key words.
|
71 |
+
- **BaseModel**: str, LMM model for agent, suggested to be the unique hf model id
|
72 |
+
- **Target-research**: (1)`Model-Eval-Online` and `Model-Eval-Global` represent the standard setting proposed in our paper, this setting is used to test the model capability. (2) `Agent-Eval-Prompt`: Any agent design that use fixed model weight, including using RAG, memory and etc. (3) `Agent-Eval-Finetune`: The model weight is changed, and it is trained on in-domain (same environment) data.
|
73 |
"""
|
74 |
|
75 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|