ASDASD12321WSX commited on
Commit
b73d519
·
verified ·
1 Parent(s): 66b3f8f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -38,26 +38,26 @@ Beyond its improved reasoning capabilities, this version also offers a reduced h
38
 
39
  | | Benchmark | Model1 | Model2 | Model1-v2 | MyAwesomeModel |
40
  |---|---|---|---|---|---|
41
- | **Core Reasoning Tasks** | Math Reasoning | 0.510 | 0.535 | 0.521 | 0.663 |
42
- | | Logical Reasoning | 0.789 | 0.801 | 0.810 | 1.026 |
43
- | | Common Sense | 0.716 | 0.702 | 0.725 | 0.931 |
44
- | **Language Understanding** | Reading Comprehension | 0.671 | 0.685 | 0.690 | 0.872 |
45
- | | Question Answering | 0.582 | 0.599 | 0.601 | 0.757 |
46
- | | Text Classification | 0.803 | 0.811 | 0.820 | 1.044 |
47
- | | Sentiment Analysis | 0.777 | 0.781 | 0.790 | 1.010 |
48
- | **Generation Tasks** | Code Generation | 0.615 | 0.631 | 0.640 | 0.799 |
49
- | | Creative Writing | 0.588 | 0.579 | 0.601 | 0.764 |
50
- | | Dialogue Generation | 0.621 | 0.635 | 0.639 | 0.807 |
51
- | | Summarization | 0.745 | 0.755 | 0.760 | 0.969 |
52
- | **Specialized Capabilities**| Translation | 0.782 | 0.799 | 0.801 | 1.017 |
53
- | | Knowledge Retrieval | 0.651 | 0.668 | 0.670 | 0.846 |
54
- | | Instruction Following | 0.733 | 0.749 | 0.751 | 0.953 |
55
- | | Safety Evaluation | 0.718 | 0.701 | 0.725 | 0.933 |
56
 
57
  </div>
58
 
59
  ### Overall Performance Summary
60
- The MyAwesomeModel demonstrates strong performance across all evaluated benchmark categories, with particularly notable results in reasoning and generation tasks. The model shows significant improvements over previous versions, with an average performance increase of approximately 30% across all benchmarks.
61
 
62
  ## 3. Chat Website & API Platform
63
  We offer a chat interface and API for you to interact with MyAwesomeModel. Please check our official website for more details.
@@ -102,7 +102,7 @@ For web search enhanced generation, we recommend the following prompt template w
102
  search_answer_en_template = \
103
  '''# The following contents are the search results related to the user's message:
104
  {search_results}
105
- In the search results I provide to you, each result is formatted as [webpage X begin]...[webpage X end], where X represents the numerical index of each article. Please cite the context at the end of the relevant sentence when appropriate. Use the citation format [citation:X] in the corresponding part of your answer. If a sentence is derived from multiple contexts, list all relevant citation numbers, such as [citation:3][citation:5]. Be sure not to cluster all citations at the end; instead, include them in the corresponding parts of your answer.
106
  When responding, please keep the following points in mind:
107
  - Today is {cur_date}.
108
  - Not all content in the search results is closely related to the user's question. You need to evaluate and filter the search results based on the question.
 
38
 
39
  | | Benchmark | Model1 | Model2 | Model1-v2 | MyAwesomeModel |
40
  |---|---|---|---|---|---|
41
+ | **Core Reasoning Tasks** | Math Reasoning | 0.510 | 0.535 | 0.521 | {RESULT} |
42
+ | | Logical Reasoning | 0.789 | 0.801 | 0.810 | {RESULT} |
43
+ | | Common Sense | 0.716 | 0.702 | 0.725 | {RESULT} |
44
+ | **Language Understanding** | Reading Comprehension | 0.671 | 0.685 | 0.690 | {RESULT} |
45
+ | | Question Answering | 0.582 | 0.599 | 0.601 | {RESULT} |
46
+ | | Text Classification | 0.803 | 0.811 | 0.820 | {RESULT} |
47
+ | | Sentiment Analysis | 0.777 | 0.781 | 0.790 | {RESULT} |
48
+ | **Generation Tasks** | Code Generation | 0.615 | 0.631 | 0.640 | {RESULT} |
49
+ | | Creative Writing | 0.588 | 0.579 | 0.601 | {RESULT} |
50
+ | | Dialogue Generation | 0.621 | 0.635 | 0.639 | {RESULT} |
51
+ | | Summarization | 0.745 | 0.755 | 0.760 | {RESULT} |
52
+ | **Specialized Capabilities**| Translation | 0.782 | 0.799 | 0.801 | {RESULT} |
53
+ | | Knowledge Retrieval | 0.651 | 0.668 | 0.670 | {RESULT} |
54
+ | | Instruction Following | 0.733 | 0.749 | 0.751 | {RESULT} |
55
+ | | Safety Evaluation | 0.718 | 0.701 | 0.725 | {RESULT} |
56
 
57
  </div>
58
 
59
  ### Overall Performance Summary
60
+ The MyAwesomeModel demonstrates strong performance across all evaluated benchmark categories, with particularly notable results in reasoning and generation tasks.
61
 
62
  ## 3. Chat Website & API Platform
63
  We offer a chat interface and API for you to interact with MyAwesomeModel. Please check our official website for more details.
 
102
  search_answer_en_template = \
103
  '''# The following contents are the search results related to the user's message:
104
  {search_results}
105
+ In the search results I provide to you, each result is formatted as [webpage X begin]...[webpage X end], where X represents the numerical index of each article. Please cite the context at the end of the relevant sentence when appropriate. Use the citation format [citation:X] in the corresponding part of your answer. If a sentence is derived from multiple contexts, list all relevant citation numbers, such as [citation:3][citation:5]. Be sure not to cluster all citations at the end; instead, include them in the corresponding parts of the answer.
106
  When responding, please keep the following points in mind:
107
  - Today is {cur_date}.
108
  - Not all content in the search results is closely related to the user's question. You need to evaluate and filter the search results based on the question.