Model reference · open weights

MyAwesomeModel-TestRepo

Available as managed deployment Embeddings asfafagf45 · community Embeddings 1 variants 505 dl/mo

MyAwesomeModel-TestRepo is an open-weight embedding model from asfafagf45. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released byasfafagf45
TypeEmbedding models
TaskEmbeddings
Runs withtransformers
Released2026-09-10
Popularity505 downloads / month
LicenceOpen weights

About

What MyAwesomeModel-TestRepo is

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.

Read the full model card

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

BenchmarkModel1Model2Model1-v2MyAwesomeModel
Core Reasoning TasksMath Reasoning0.5100.5350.5210.550
Logical Reasoning0.7890.8010.8100.650
Common Sense0.7160.7020.7250.828
Language UnderstandingReading Comprehension0.6710.6850.6900.792
Question Answering0.5820.5990.6010.607
Text Classification0.8030.8110.8200.819
Sentiment Analysis0.7770.7810.7900.736
Generation TasksCode Generation0.6150.6310.6400.700
Creative Writing0.5880.5790.6010.644
Dialogue Generation0.6210.6350.6390.767
Summarization0.7450.7550.7600.804
Specialized CapabilitiesTranslation0.7820.7990.8010.676
Knowledge Retrieval0.6510.6680.6700.610
Instruction Following0.7330.7490.7510.758
Safety Evaluation0.7180.7010.7250.739

Overall Performance Summary

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

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 form

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys asfafagf45-myawesomemodel-testrepo for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (asfafagf45-myawesomemodel-testrepo below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"asfafagf45-myawesomemodel-testrepo","input":"text to embed"}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms