mcptester0606 commited on
Commit
779580d
·
verified ·
1 Parent(s): 14eff10

Upload folder using huggingface_hub

Browse files
MyAwesomeModel-TestRepo/README.md ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ ---
5
+
6
+ # MyAwesomeModel
7
+ <!-- markdownlint-disable first-line-h1 -->
8
+ <!-- markdownlint-disable html -->
9
+ <!-- markdownlint-disable no-duplicate-header -->
10
+
11
+ <div align="center">
12
+ <img src="figures/fig1.png" width="60%" alt="MyAwesomeModel" />
13
+ </div>
14
+ <hr>
15
+
16
+ <div align="center" style="line-height: 1;">
17
+ <a href="LICENSE" style="margin: 2px;">
18
+ <img alt="License" src="figures/fig2.png" style="display: inline-block; vertical-align: middle;"/>
19
+ </a>
20
+ </div>
21
+
22
+ ## 1. Introduction
23
+
24
+ The MyAwesomeModel has undergone a significant version upgrade. In the latest update, MyAwesomeModel has significantly improved its depth of reasoning and inference capabilities by leveraging increased computational resources and introducing algorithmic optimization mechanisms during post-training. The model has demonstrated outstanding performance across various benchmark evaluations, including mathematics, programming, and general logic. Its overall performance is now approaching that of other leading models.
25
+
26
+ <p align="center">
27
+ <img width="80%" src="figures/fig3.png">
28
+ </p>
29
+
30
+ Compared to the previous version, the upgraded model shows significant improvements in handling complex reasoning tasks. For instance, in the AIME 2025 test, the model's accuracy has increased from 70% in the previous version to 87.5% in the current version. This advancement stems from enhanced thinking depth during the reasoning process: in the AIME test set, the previous model used an average of 12K tokens per question, whereas the new version averages 23K tokens per question.
31
+
32
+ Beyond its improved reasoning capabilities, this version also offers a reduced hallucination rate and enhanced support for function calling.
33
+
34
+ ## 2. Evaluation Results
35
+
36
+ ### Comprehensive Benchmark Results
37
+
38
+ <div align="center">
39
+
40
+ | | Benchmark | Model1 | Model2 | Model1-v2 | MyAwesomeModel |
41
+ |---|---|---|---|---|---|
42
+ | **Core Reasoning Tasks** | Math Reasoning | 0.510 | 0.535 | 0.521 | **0.694** |
43
+ | | Logical Reasoning | 0.789 | 0.801 | 0.810 | **0.821** |
44
+ | | Common Sense | 0.716 | 0.702 | 0.725 | **0.788** |
45
+ | **Language Understanding** | Reading Comprehension | 0.671 | 0.685 | 0.690 | **0.783** |
46
+ | | Question Answering | 0.582 | 0.599 | 0.601 | **0.710** |
47
+ | | Text Classification | 0.803 | 0.811 | 0.820 | **0.887** |
48
+ | | Sentiment Analysis | 0.777 | 0.781 | 0.790 | **0.851** |
49
+ | **Generation Tasks** | Code Generation | 0.615 | 0.631 | 0.640 | **0.677** |
50
+ | | Creative Writing | 0.588 | 0.579 | 0.601 | **0.739** |
51
+ | | Dialogue Generation | 0.621 | 0.635 | 0.639 | **0.761** |
52
+ | | Summarization | 0.745 | 0.755 | 0.760 | **0.865** |
53
+ | **Specialized Capabilities**| Translation | 0.782 | 0.799 | 0.801 | **0.856** |
54
+ | | Knowledge Retrieval | 0.651 | 0.668 | 0.670 | **0.785** |
55
+ | | Instruction Following | 0.733 | 0.749 | 0.751 | **0.850** |
56
+ | | Safety Evaluation | 0.718 | 0.701 | 0.725 | **0.799** |
57
+
58
+ </div>
59
+
60
+ ### Overall Performance Summary
61
+ The MyAwesomeModel demonstrates exceptional performance across all evaluated benchmark categories, achieving an overall weighted score of **0.789**. The model shows particularly strong results in:
62
+
63
+ - **Text Classification**: 0.887 (highest individual score)
64
+ - **Summarization**: 0.865
65
+ - **Sentiment Analysis**: 0.851
66
+ - **Instruction Following**: 0.850
67
+ - **Translation**: 0.856
68
+
69
+ ### Training Progress Analysis
70
+ This model checkpoint represents the final trained version (step_1000) and shows consistent improvements across all benchmarks compared to previous versions. The model demonstrates robust performance in both reasoning tasks and language understanding capabilities.
71
+
72
+ ## 3. Chat Website & API Platform
73
+ We offer a chat interface and API for you to interact with MyAwesomeModel. Please check our official website for more details.
74
+
75
+ ## 4. How to Run Locally
76
+
77
+ Please refer to our code repository for more information about running MyAwesomeModel locally.
78
+
79
+ Compared to previous versions, the usage recommendations for MyAwesomeModel have the following changes:
80
+
81
+ 1. System prompt is supported.
82
+ 2. It is not required to add special tokens at the beginning of the output to force the model into a specific thinking pattern.
83
+
84
+ The model architecture of MyAwesomeModel-Small is identical to its base model, but it shares the same tokenizer configuration as the main MyAwesomeModel. This model can be run in the same manner as its base model.
85
+
86
+ ### System Prompt
87
+ We recommend using the following system prompt with a specific date.
88
+ ```
89
+ You are MyAwesomeModel, a helpful AI assistant.
90
+ Today is {current date}.
91
+ ```
92
+ For example,
93
+ ```
94
+ You are MyAwesomeModel, a helpful AI assistant.
95
+ Today is May 28, 2025, Monday.
96
+ ```
97
+
98
+ ### Temperature
99
+ We recommend setting the temperature parameter $T_{model}$ to 0.6.
100
+
101
+ ### Prompts for File Uploading and Web Search
102
+ For file uploading, please follow the template to create prompts, where {file_name}, {file_content} and {question} are arguments.
103
+ ```
104
+ file_template = \
105
+ """[file name]: {file_name}
106
+ [file content begin]
107
+ {file_content}
108
+ [file content end]
109
+ {question}"""
110
+ ```
111
+
112
+ For web search enhanced generation, we recommend the following prompt template where {search_results}, {cur_date}, and {question} are arguments.
113
+ ```
114
+ search_answer_en_template = \
115
+ '''# The following contents are the search results related to the user's message:
116
+ {search_results}
117
+ 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.
118
+ When responding, please keep the following points in mind:
119
+ - Today is {cur_date}.
120
+ - 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.
121
+ - For listing-type questions (e.g., listing all flight information), try to limit the answer to 10 key points and inform the user that they can refer to the search sources for complete information. Prioritize providing the most complete and relevant items in the list. Avoid mentioning content not provided in the search results unless necessary.
122
+ - For creative tasks (e.g., writing an essay), ensure that references are cited within the body of the text, such as [citation:3][citation:5], rather than only at the end of the text. You need to interpret and summarize the user's requirements, choose an appropriate format, fully utilize the search results, extract key information, and generate an answer that is insightful, creative, and professional. Extend the length of your response as much as possible, addressing each point in detail and from multiple perspectives, ensuring the content is rich and thorough.
123
+ - If the response is lengthy, structure it well and summarize it in paragraphs. If a point-by-point format is needed, try to limit it to 5 points and merge related content.
124
+ - For objective Q&A, if the answer is very brief, you may add one or two related sentences to enrich the content.
125
+ - Choose an appropriate and visually appealing format for your response based on the user's requirements and the content of the answer, ensuring strong readability.
126
+ - Your answer should synthesize information from multiple relevant webpages and avoid repeatedly citing the same webpage.
127
+ - Unless the user requests otherwise, your response should be in the same language as the user's question.
128
+ # The user's message is:
129
+ {question}'''
130
+ ```
131
+
132
+ ## 5. License
133
+ This code repository is licensed under the [MIT License](LICENSE). The use of MyAwesomeModel models is also subject to the [MIT License](LICENSE). The model series supports commercial use and distillation.
134
+
135
+ ## 6. Contact
136
+ If you have any questions, please raise an issue on our GitHub repository or contact us at [email protected].
MyAwesomeModel-TestRepo/config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_type": "bert",
3
+ "architectures": ["BertModel"]
4
+ }
MyAwesomeModel-TestRepo/figures/fig1.png ADDED
MyAwesomeModel-TestRepo/figures/fig2.png ADDED
MyAwesomeModel-TestRepo/figures/fig3.png ADDED
MyAwesomeModel-TestRepo/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:965362299a238de576a92dfdd3e32aea7a2bacc94b2c41541c8c9258b923f587
3
+ size 23