SAVRN
Search Contact SAVRN

Open-weight model · Feature extraction

MyAwesomeModel-TestRepo

by 1D1221323 SAD1D1321321/MyAwesomeModel-TestRepo

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…

Parameters
Context
Weights23 B
Licensemit
AccessOpen weights
Monthly Downloads

Model Card

By 1D1221323, published under mit, revision c7a41bc0c00f.

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. 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…

Read 1D1221323's full model card

MyAwesomeModel


1. Introduction

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.

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.

Beyond its improved reasoning capabilities, this version also offers a reduced hallucination rate and enhanced support for function calling.

2. Evaluation Results

Comprehensive Benchmark Results

| | Benchmark | Model1 | Model2 | Model1-v2 | MyAwesomeModel | |---|---|---|---|---|---| | **Core Reasoning Tasks** | Math Reasoning | 0.510 | 0.535 | 0.521 | 0.550 | | | Logical Reasoning | 0.789 | 0.801 | 0.810 | 0.819 | | | Common Sense | 0.716 | 0.702 | 0.725 | 0.736 | | **Language Understanding** | Reading Comprehension | 0.671 | 0.685 | 0.690 | 0.700 | | | Question Answering | 0.582 | 0.599 | 0.601 | 0.607 | | | Text Classification | 0.803 | 0.811 | 0.820 | 0.828 | | | Sentiment Analysis | 0.777 | 0.781 | 0.790 | 0.792 | | **Generation Tasks** | Code Generation | 0.615 | 0.631 | 0.640 | 0.650 | | | Creative Writing | 0.588 | 0.579 | 0.601 | 0.610 | | | Dialogue Generation | 0.621 | 0.635 | 0.639 | 0.644 | | | Summarization | 0.745 | 0.755 | 0.760 | 0.767 | | **Specialized Capabilities**| Translation | 0.782 | 0.799 | 0.801 | 0.804 | | | Knowledge Retrieval | 0.651 | 0.668 | 0.670 | 0.676 | | | Instruction Following | 0.733 | 0.749 | 0.751 | 0.758 | | | Safety Evaluation | 0.718 | 0.701 | 0.725 | 0.739 |

Overall Performance Summary

The MyAwesomeModel demonstrates strong performance across all evaluated benchmark categories, with particularly notable results in reasoning and generation tasks.

3. Chat Website & API Platform

We offer a chat interface and API for you to interact with MyAwesomeModel. Please check our official website for more details.

4. How to Run Locally

Please refer to our code repository for more information about running MyAwesomeModel locally.

Compared to previous versions, the usage recommendations for MyAwesomeModel have the following changes:

  1. System prompt is supported.
  2. It is not required to add special tokens at the beginning of the output to force the model into a specific thinking pattern.

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.

System Prompt

We recommend using the following system prompt with a specific date.

You are MyAwesomeModel, a helpful AI assistant.
Today is {current date}.

For example,

You are MyAwesomeModel, a helpful AI assistant.
Today is May 28, 2025, Monday.

Temperature

We recommend setting the temperature parameter $T_{model}$ to 0.6.

Prompts for File Uploading and Web Search

For file uploading, please follow the template to create prompts, where {file_name}, {file_content} and {question} are arguments.

file_template = \
"""[file name]: {file_name}
[file content begin]
{file_content}
[file content end]
{question}"""

For web search enhanced generation, we recommend the following prompt template where {search_results}, {cur_date}, and {question} are arguments.

search_answer_en_template = \
'''# The following contents are the search results related to the user's message:
{search_results}
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.
When responding, please keep the following points in mind:
- Today is {cur_date}.
- 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.
- 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.
- 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.
- 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.
- For objective Q&A, if the answer is very brief, you may add one or two related sentences to enrich the content.
- 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.
- Your answer should synthesize information from multiple relevant webpages and avoid repeatedly citing the same webpage.
- Unless the user requests otherwise, your response should be in the same language as the user's question.
# The user's message is:
{question}'''

5. License

This code repository is licensed under the MIT License. The use of MyAwesomeModel models is also subject to the MIT License. The model series supports commercial use and distillation.

6. Contact

If you have any questions, please raise an issue on our GitHub repository or contact us at [email protected]. ```

Configuration

Architecture
BertModel
Model type
bert

Identity and Version

Repository
SAD1D1321321/MyAwesomeModel-TestRepo
Publisher
1D1221323
Task
Feature extraction
Modality
Text
Library
transformers
Parameters
Not stated by the source
Languages
Not stated by the source
Revision
c7a41bc0c00fa125de61e19a1c14695387fd232e
First published
2026-09-18
Last updated
2026-09-18

Files and Weights

7 files, 10.4 KB in total. The weights are 1 file totalling 23 B in bin.

Weights1 file · 23 B
Configuration1 file · 66 B
Documentation1 file · 7.5 KB
Other3 files · 1.2 KB
Repository1 file · 1.5 KB
Every file
FileTypeSizeSHA-256
pytorch_model.binWeights23 B 965362299a23
config.jsonConfiguration66 B
README.mdDocumentation7.5 KB
figures/fig1.pngOther410 B
figures/fig2.pngOther410 B
figures/fig3.pngOther410 B
.gitattributesRepository1.5 KB

License and Download

License
mit
Access
Open weights, no gate
Download size
23 B
Download from 1D1221323

Released by 1D1221323 through its official repository on Hugging Face. Read the license.

Memory Requirements

PrecisionWeights in memory
As published23 B

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About MyAwesomeModel-TestRepo

Can I use MyAwesomeModel-TestRepo commercially?

Yes. MyAwesomeModel-TestRepo is released under MIT License. The MIT License is a short permissive license. It permits commercial use, modification and redistribution, provided the copyright notice and permission notice are included.

Similar Models

Model · Feature extraction

all-MiniLM-L6-v2

Joshua

https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2 with ONNX weights to be compatible with Transformers.js. If you haven't already, you can install the Transformers.js JavaScript library from NPM using: You can then use the model to compute embeddings like this: You can convert this Tensor to a nested JavaScript array using.tolist(): Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using Optimum and structuring your repo like this one (with ONNX weights located in a subfolder named onnx).

Open weights apache-2.0 512 tokens transformers.js

Model · Feature extraction

bge-base-en-v1.5

Joshua

https://huggingface.co/BAAI/bge-base-en-v1.5 with ONNX weights to be compatible with Transformers.js. If you haven't already, you can install the Transformers.js JavaScript library from NPM using: You can then use the model to compute embeddings, as follows: You can also use the model for retrieval. For example: Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using Optimum and structuring your repo like this one (with ONNX weights located in a subfolder named onnx).

Open weights mit 512 tokens transformers.js

Model · Feature extraction

clap-htsat-unfused

LAION eV

The abstract of the paper states that: You can use this model for zero shot audio classification or extracting audio and/or textual features. You can also get the audio and text embeddings using ClapModel If you are using this model for your work, please consider citing the original paper

Open weights apache-2.0 514 tokens transformers

Model · Feature extraction

wavlm-large

Microsoft

The large model pretrained on 16kHz sampled speech audio. When using the model, make sure that your speech input is also sampled at 16kHz. Note: This model does not have a tokenizer as it was pretrained on audio alone. In order to use this model speech recognition, a tokenizer should be created and the model should be fine-tuned on labeled text data. Check out this blog for more in-detail explanation of how to fine-tune the model. - 60,000 hours of Libri-Light - 10,000 hours of GigaSpeech - 24,000 hours of VoxPopuli Authors: Sanyuan Chen, Chengyi Wang, Zhengyang Chen, Yu Wu, Shujie Liu, Zhuo Chen, Jinyu Li, Naoyuki Kanda, Takuya Yoshioka, Xiong Xiao, Jian Wu, Long Zhou, Shuo Ren, Yanmin…

Open weights transformers

For more details please refer to our Github: FlagEmbedding. If you are looking for a model that supports more languages, longer texts, and other retrieval methods, you can try using bge-m3. FlagEmbedding focuses on retrieval-augmented LLMs, consisting of the following projects currently: - 1/30/2024: Release BGE-M3, a new member to BGE model series! M3 stands for Multi-linguality (100+ languages), Multi-granularities (input length up to 8192), Multi-Functionality (unification of dense, lexical, multi-vec/colbert retrieval). It is the first embedding model which supports all three retrieval methods, achieving new SOTA on multi-lingual (MIRACL) and cross-lingual (MKQA) benchmarks. Technical…

Open weights mit 512 tokens sentence-transformers

Model · Feature extraction

specter2_base

Ai2

SPECTER2 is the successor to SPECTER and is capable of generating task specific embeddings for scientific tasks when paired with adapters. This is the base model to be used along with the adapters. Given the combination of title and abstract of a scientific paper or a short texual query, the model can be used to generate effective embeddings to be used in downstream applications. Note:For general embedding purposes, please use allenai/specter2. To get the best performance on a downstream task type please load the associated adapter with the base model as in the example below. Model usage updated to be compatible with latest versions of transformers and adapters (newly released update to…

Open weights apache-2.0 512 tokens transformers