Instructions to use ASDASD12321WSX/MyAwesomeModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ASDASD12321WSX/MyAwesomeModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ASDASD12321WSX/MyAwesomeModel")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ASDASD12321WSX/MyAwesomeModel") model = AutoModel.from_pretrained("ASDASD12321WSX/MyAwesomeModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
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 |
|
| 42 |
-
| | Logical Reasoning | 0.789 | 0.801 | 0.810 |
|
| 43 |
-
| | Common Sense | 0.716 | 0.702 | 0.725 |
|
| 44 |
-
| **Language Understanding** | Reading Comprehension | 0.671 | 0.685 | 0.690 |
|
| 45 |
-
| | Question Answering | 0.582 | 0.599 | 0.601 |
|
| 46 |
-
| | Text Classification | 0.803 | 0.811 | 0.820 |
|
| 47 |
-
| | Sentiment Analysis | 0.777 | 0.781 | 0.790 |
|
| 48 |
-
| **Generation Tasks** | Code Generation | 0.615 | 0.631 | 0.640 |
|
| 49 |
-
| | Creative Writing | 0.588 | 0.579 | 0.601 |
|
| 50 |
-
| | Dialogue Generation | 0.621 | 0.635 | 0.639 |
|
| 51 |
-
| | Summarization | 0.745 | 0.755 | 0.760 |
|
| 52 |
-
| **Specialized Capabilities**| Translation | 0.782 | 0.799 | 0.801 |
|
| 53 |
-
| | Knowledge Retrieval | 0.651 | 0.668 | 0.670 |
|
| 54 |
-
| | Instruction Following | 0.733 | 0.749 | 0.751 |
|
| 55 |
-
| | Safety Evaluation | 0.718 | 0.701 | 0.725 |
|
| 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,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
|
| 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.
|