<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: SparkLLM</title>
    <description>The latest articles on DEV Community by SparkLLM (@sparkllm).</description>
    <link>https://dev.to/sparkllm</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4031760%2Fd5fde6e3-7b5f-43a6-b4dd-e2e612a4180f.png</url>
      <title>DEV Community: SparkLLM</title>
      <link>https://dev.to/sparkllm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sparkllm"/>
    <language>en</language>
    <item>
      <title>Spark X2.5 Passes 100K Downloads on Hugging Face in 10 Days</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Fri, 11 Sep 2026 06:55:55 +0000</pubDate>
      <link>https://dev.to/sparkllm/spark-x25-passes-100k-downloads-on-hugging-face-in-10-days-52ap</link>
      <guid>https://dev.to/sparkllm/spark-x25-passes-100k-downloads-on-hugging-face-in-10-days-52ap</guid>
      <description>&lt;p&gt;Ten days after its global launch on September 1, 2026, &lt;strong&gt;Spark X2.5 has passed 100,000 downloads across its model family on Hugging Face.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F60dxvwvj3014zhfdqjie.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F60dxvwvj3014zhfdqjie.jpg" alt="Spark X2.5: 100K+ Hugging Face downloads in 10 days, with model listings and QR codes for downloads, X and WeChat. Sep 11, 2026." width="800" height="1067"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you to everyone downloading the models, testing them, sharing feedback, and helping the community grow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Explore the model family
&lt;/h2&gt;

&lt;p&gt;Spark X2.5 comes in &lt;strong&gt;1.7B and 4B&lt;/strong&gt; sizes. The published model lineup includes Base, GGUF, FP8, and INT8 variants.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B" rel="noopener noreferrer"&gt;Spark-X2.5-1.7B&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://huggingface.co/XHToken/Spark-X2.5-4B" rel="noopener noreferrer"&gt;Spark-X2.5-4B&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://huggingface.co/collections/XHToken/spark-x25" rel="noopener noreferrer"&gt;Full collection and available variants&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Browse the model cards, choose the version supported by your runtime, and try it with your own tasks.&lt;/p&gt;

&lt;p&gt;Which model are you trying, and what are you building? We'd love to hear about your experiments. Share your hardware, model variant, and use case with the &lt;a href="https://github.com/XHToken/community" rel="noopener noreferrer"&gt;XHToken community&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Follow &lt;a href="https://x.com/SparkLLM" rel="noopener noreferrer"&gt;@SparkLLM on X&lt;/a&gt; for updates.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Milestone based on combined download counts across the Spark X2.5 model family shown on the &lt;a href="https://huggingface.co/XHToken" rel="noopener noreferrer"&gt;official XHToken Hugging Face page&lt;/a&gt; as of September 11, 2026. The same page records the September 1 global launch.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>llm</category>
    </item>
    <item>
      <title>HER Hack-Astron #6 FAQ and a Spark-X2.5 case</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Fri, 11 Sep 2026 06:00:41 +0000</pubDate>
      <link>https://dev.to/sparkllm/her-hack-astron-6-faq-and-a-spark-x25-case-2pkd</link>
      <guid>https://dev.to/sparkllm/her-hack-astron-6-faq-and-a-spark-x25-case-2pkd</guid>
      <description>&lt;p&gt;A model can return the correct root while giving a flawed explanation. In FU-max-boop’s public Spark-X2.5-1.7B case, the saved response to &lt;code&gt;sqrt(x) = x - 2&lt;/code&gt; correctly ends with &lt;code&gt;FINAL: [4]&lt;/code&gt;, but calls &lt;code&gt;x &amp;gt;= 2&lt;/code&gt; the expression’s domain.&lt;/p&gt;

&lt;p&gt;The expression domain is &lt;code&gt;x &amp;gt;= 0&lt;/code&gt;. Every solution must additionally satisfy &lt;code&gt;x &amp;gt;= 2&lt;/code&gt; because the square root is nonnegative. At x = 1, the expressions are defined but unequal: 1 ≠ −1. At x = 4, both sides equal 2. The response’s root and substitution checks remain valid, while its explanation of the domain needs correction.&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/uQkts2j0J9A" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/shorts/uQkts2j0J9A" rel="noopener noreferrer"&gt;Watch “Right answer, wrong explanation?” by SparkLLM&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The participant reports a partial local Q4_K_M study: 96 requests planned, 45 completed, one interrupted for resource limits and 50 unattempted. Its strict final-answer score is 21/45. This is a result on that partial diagnostic with a required answer format, not general model accuracy. The report includes prompts, raw responses, scoring code and limitations. This article explains the participant’s public evidence; it does not claim a new model inference run.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B/discussions/19" rel="noopener noreferrer"&gt;Read the original case&lt;/a&gt; and &lt;a href="https://github.com/FU-max-boop/spark-domain-diagnostic-2026/tree/15a090080a163d90c7191b08628355951e294d0c" rel="noopener noreferrer"&gt;inspect the pinned report and evidence&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Bring your own real, reproducible math evaluation to HER Hack-Astron #6. Here are the current answers to 11 participation questions, updated September 11, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Are there gender restrictions for individual entrants?
&lt;/h2&gt;

&lt;p&gt;No. Individual entrants may participate regardless of gender.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Who does the at-least-50% women-contributors rule apply to?
&lt;/h2&gt;

&lt;p&gt;Team entries only: at least 50% of a team’s contributors must be women. This percentage requirement does not apply to individual entrants.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Can AI assist with the work or execute experiments?
&lt;/h2&gt;

&lt;p&gt;Yes. Both AI assistance and AI execution are allowed; disclose honestly which parts involved AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Can an AI persona be listed as a real human contributor?
&lt;/h2&gt;

&lt;p&gt;No. Do not present an AI persona as a real human contributor or count one toward the team’s human-contributor percentages.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. What is the basic requirement for the evaluation?
&lt;/h2&gt;

&lt;p&gt;It must be real and reproducible. Retain evidence of the actual run and results, such as the model revision, problems and prompts, runtime settings, raw outputs and scoring method. Report failures and limitations honestly.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. How do I complete a formal submission?
&lt;/h2&gt;

&lt;p&gt;Publish the complete evaluation in the Hugging Face Discussions for the model you used, with HER Hack-Astron #6 in the title. Then reply to event GitHub Issue #9 with the direct Discussion link. Complete both steps for a formal submission.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. How can international winners receive a prize?
&lt;/h2&gt;

&lt;p&gt;International winners may use an available payout method, such as PayPal or bank transfer.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. Can winners in mainland China receive RMB through a domestic method?
&lt;/h2&gt;

&lt;p&gt;An RMB payout through an available domestic method can be discussed. The specific arrangement depends on what is available and confirmed by both sides.&lt;/p&gt;

&lt;h2&gt;
  
  
  9. Is an upfront fee required to enter or claim a prize?
&lt;/h2&gt;

&lt;p&gt;No. There is no upfront participation or prize-claim fee.&lt;/p&gt;

&lt;h2&gt;
  
  
  10. When should identity or payment information be provided?
&lt;/h2&gt;

&lt;p&gt;Provide necessary sensitive identity or payment information privately only after winning, and only when needed. Do not include it in public Discussions or Issues.&lt;/p&gt;

&lt;h2&gt;
  
  
  11. Is a live presentation currently required?
&lt;/h2&gt;

&lt;p&gt;No live presentation is currently required. Submit the required real, reproducible evaluation materials.&lt;/p&gt;

&lt;h2&gt;
  
  
  Ready to enter?
&lt;/h2&gt;

&lt;p&gt;Run a real math evaluation with Spark-X2.5-1.7B or 4B, publish the complete results and limitations, and follow the formal submission steps. Deadline: September 13, 2026, 24:00 Beijing time (UTC+8). There is one winning prize of USD 100; the payout method is subject to the available arrangements described above.&lt;/p&gt;

&lt;p&gt;The formal submission has two parts: publish the complete result in the Hugging Face Discussions for the model you used, with HER Hack-Astron #6 in the title, and reply to the event’s GitHub Issue #9 with the direct link.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9" rel="noopener noreferrer"&gt;Full event rules and submission&lt;/a&gt; · &lt;a href="https://github.com/XHToken/Spark-X2.5" rel="noopener noreferrer"&gt;Spark-X2.5 project&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  SparkX25 #HERHackAstron #MathReasoning #ModelEvaluation #OpenSourceAI #Reproducibility
&lt;/h1&gt;

&lt;p&gt;Video music: El Rizo de Oro, Op.16 by Trinidad Moreno; synthesized piano by Eniel García. &lt;a href="https://imslp.org/wiki/El_Rizo_de_Oro,_Op.16_(Moreno,_Trinidad)#IMSLP1053149" rel="noopener noreferrer"&gt;IMSLP&lt;/a&gt;, &lt;a href="https://creativecommons.org/publicdomain/zero/1.0/" rel="noopener noreferrer"&gt;CC0 1.0&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>testing</category>
    </item>
    <item>
      <title>Spark-X2.5: Case 20 and Challenge FAQ</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Fri, 11 Sep 2026 05:58:27 +0000</pubDate>
      <link>https://dev.to/sparkllm/spark-x25-case-20-and-challenge-faq-31p1</link>
      <guid>https://dev.to/sparkllm/spark-x25-case-20-and-challenge-faq-31p1</guid>
      <description>&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/SVnZdYqKMFQ" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/shorts/SVnZdYqKMFQ" rel="noopener noreferrer"&gt;Watch the short&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Contributor Ykmmz reports 160 generations of Spark-X2.5-1.7B using MLX and BF16 on an Apple M3 with 16 GB of memory. The evaluation combines a fixed 100-question GSM8K test subset with 20 original problem groups, each containing an original, an equivalent paraphrase, and a version with changed numbers.&lt;/p&gt;

&lt;p&gt;The author reports 70/100 correct on the GSM8K subset, and 20/20, 19/20, and 20/20 for the original, paraphrased, and numerically changed variants. Decoding was greedy, with one generation per question and a 2,048-token limit. These results apply to the stated samples and budget.&lt;/p&gt;

&lt;p&gt;Manual review of all 60 paired traces identified two correct final answers with arithmetic mistakes elsewhere in the reasoning. One correctly answered 38, yet wrote 8×38=296 during an extra check; the product is 304. Across all 160 generations, 25 reached the token limit. The author also documents a correction to reference labels while preserving the original outputs.&lt;/p&gt;

&lt;p&gt;Raw outputs, model and runtime revisions, scoring code, run metadata, and reasoning audits are public. The production team checked these published materials and exactly recomputed the stored score report; it did not rerun model inference. This showcase is not an award announcement.&lt;/p&gt;

&lt;p&gt;Read the &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B/discussions/20" rel="noopener noreferrer"&gt;participant’s case&lt;/a&gt; and &lt;a href="https://github.com/yangmengze608-afk/spark-x25-math-reasoning-6" rel="noopener noreferrer"&gt;reproduction repository&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To enter HER Hack-Astron #6, evaluate Spark-X2.5-1.7B or 4B, publish a complete reproducible report in the matching model’s Hugging Face Discussions with HER Hack-Astron #6 in the title, then reply to &lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9" rel="noopener noreferrer"&gt;event Issue #9&lt;/a&gt; with the link. Deadline: September 13, 2026, 24:00 Beijing time (UTC+8). One winner receives USD 100. Team entries must list all contributors, with at least 50% having profiles identifying them as women. See the event for full requirements.&lt;/p&gt;

&lt;p&gt;Music: “Andante Moderato in F major” by Émile Paladilhe; synthesized performance by Scores2read. IMSLP, CC0 1.0. &lt;a href="https://imslp.org/wiki/Andante_Moderato_in_F_major_(Paladilhe,_%C3%89mile)#IMSLP1058332" rel="noopener noreferrer"&gt;Source&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ Quick Summary
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Solo participants of any gender are eligible.&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The 50% women-contributor requirement applies only to teams.&lt;/li&gt;
&lt;li&gt;AI-assisted and AI-operated evaluations are allowed when clearly disclosed.&lt;/li&gt;
&lt;li&gt;Do not present AI personas as human participants.&lt;/li&gt;
&lt;li&gt;Actual, reproducible model runs are required.&lt;/li&gt;
&lt;li&gt;Formal submissions should follow the Hugging Face Discussion + GitHub Issue process.&lt;/li&gt;
&lt;li&gt;International winners may use available payout methods such as PayPal or bank transfer.&lt;/li&gt;
&lt;li&gt;Mainland China winners may coordinate RMB payout through an available domestic method.&lt;/li&gt;
&lt;li&gt;No upfront fee is required.&lt;/li&gt;
&lt;li&gt;Sensitive identity and payment information should only be provided privately if needed after winning.&lt;/li&gt;
&lt;li&gt;No live presentation is currently required.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9" rel="noopener noreferrer"&gt;Event and formal submission&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>testing</category>
    </item>
    <item>
      <title>Spark-X2.5 on Unsloth and LM Studio: a real bilingual local demo</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Wed, 09 Sep 2026 08:41:44 +0000</pubDate>
      <link>https://dev.to/sparkllm/spark-x25-on-unsloth-and-lm-studio-a-real-bilingual-local-demo-4p92</link>
      <guid>https://dev.to/sparkllm/spark-x25-on-unsloth-and-lm-studio-a-real-bilingual-local-demo-4p92</guid>
      <description>&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/u41Y9VfcsKQ" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/shorts/u41Y9VfcsKQ" rel="noopener noreferrer"&gt;Watch the short&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Spark-X2.5 can run locally as GGUF with the Unsloth llama.cpp backend and a compatible LM Studio runtime. This demo brings those two routes together: independent checks with an Unsloth-built backend, followed by real screen recordings in LM Studio.&lt;/p&gt;

&lt;h2&gt;
  
  
  One equation, two languages
&lt;/h2&gt;

&lt;p&gt;We used the official &lt;strong&gt;Spark-X2.5-1.7B Q4_K_M GGUF&lt;/strong&gt; and asked the same mathematical question in Chinese and English:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Solve 3(x - 2) + 4 = 19.
Briefly show the steps and verify the result by substitution.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Both recorded runs produced &lt;strong&gt;x = 7&lt;/strong&gt;, with a correct substitution check:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;3x - 6 + 4 = 19
3x - 2 = 19
3x = 21
x = 7

3(7 - 2) + 4 = 3 * 5 + 4 = 19
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The footage shows the actual prompt entry, submission, generation and scrolling through the result. The screen-recording section is clearly labelled &lt;strong&gt;3x speed&lt;/strong&gt;. It is continuous recorded footage, not a sequence of screenshots standing in for a run.&lt;/p&gt;

&lt;h2&gt;
  
  
  What was tested
&lt;/h2&gt;

&lt;p&gt;The recorded client is &lt;strong&gt;LM Studio 0.4.24&lt;/strong&gt;, with the model's Think option disabled. We also made separate Chinese and English API requests to the &lt;strong&gt;Unsloth-built llama.cpp Windows CPU backend&lt;/strong&gt;, using the same official model file. Those checks passed this example as well.&lt;/p&gt;

&lt;p&gt;The Unsloth backend used build &lt;strong&gt;b10840&lt;/strong&gt;, four CPU threads and a 4096-token context. The preflight requests used thinking disabled, temperature 0, seed 42 and a 512-token output budget. The official GGUF file was checked against its Hugging Face LFS SHA-256 metadata.&lt;/p&gt;

&lt;p&gt;These are separate runs. The LM Studio footage is not an Unsloth Studio interface recording, and API timings should not be presented as timings for the recorded UI session. This video is an example demonstration, not a backend speed comparison.&lt;/p&gt;

&lt;p&gt;The selected equation passed preflight testing before filming. Earlier attempts on a different fraction equation, including wrong or truncated outputs, were retained. Passing this example does not establish general mathematical accuracy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try your own local task
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Open the &lt;a href="https://github.com/XHToken/Spark-X2.5" rel="noopener noreferrer"&gt;Spark-X2.5 project&lt;/a&gt; and its Model Downloads section.&lt;/li&gt;
&lt;li&gt;Choose an official GGUF checkpoint, such as &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B-GGUF" rel="noopener noreferrer"&gt;Spark-X2.5-1.7B-GGUF&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Use a runtime containing Spark2_5 architecture support. For Unsloth, see the &lt;a href="https://github.com/unslothai/llama.cpp/releases/tag/b10840-mix-d5c17a0" rel="noopener noreferrer"&gt;verified backend release&lt;/a&gt;; for Studio model loading, follow the &lt;a href="https://unsloth.ai/docs/new/studio/start#model-loading-guide" rel="noopener noreferrer"&gt;current guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Start with a task whose answer you can independently check. Preserve the model revision, prompt, settings and raw output.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;From math exercises to writing, coding tools and agent experiments, we welcome useful tests and creative applications. Download, explore, and share your feedback, experiences and creations.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/XHToken/Spark-X2.5" rel="noopener noreferrer"&gt;Spark-X2.5&lt;/a&gt; · &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B-GGUF" rel="noopener noreferrer"&gt;Official GGUF&lt;/a&gt; · &lt;a href="https://unsloth.ai/" rel="noopener noreferrer"&gt;Unsloth&lt;/a&gt; · &lt;a href="https://youtube.com/shorts/u41Y9VfcsKQ" rel="noopener noreferrer"&gt;Watch the demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Music: Open Horizons, an original synthesized instrumental made for this episode.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Right math, rejected answer? A Spark-X2.5 case worth reproducing</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Wed, 09 Sep 2026 04:08:26 +0000</pubDate>
      <link>https://dev.to/sparkllm/right-math-rejected-answer-a-spark-x25-case-worth-reproducing-1ao0</link>
      <guid>https://dev.to/sparkllm/right-math-rejected-answer-a-spark-x25-case-worth-reproducing-1ao0</guid>
      <description>&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/JoNcr0pxaLk" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/shorts/JoNcr0pxaLk" rel="noopener noreferrer"&gt;Watch the short&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A correct mathematical result can still fail a strict evaluator. Anmolspace’s public Spark-X2.5-1.7B case study includes an intermediate response that derived 5/33 correctly but placed its ANSWER label inline with the derivation. The scorer required one standalone answer line.&lt;/p&gt;

&lt;p&gt;The study contains 24 original development cases: six arithmetic families, two numerical variants, and neutral or misleading-hint prompts for each variant. Its preserved CPU non-thinking batch scored 19/24; a native-thinking GPU batch scored 23/24; a new GPU batch with one uniform answer-format instruction scored 24/24. These are distinct archived batches, not successful answers pooled across runs.&lt;/p&gt;

&lt;p&gt;An example makes the reasoning issue concrete. A car travels 120 km at 30 km/h and returns 120 km at 60 km/h. Total distance is 240 km and total time is six hours, so average speed is 40 km/h. The baseline divided only the one-way distance by the total time and answered 20. The final batch used the full round-trip distance.&lt;/p&gt;

&lt;p&gt;For this video, we inspected the public scoring script and reran it locally on all three saved-output batches. The results matched the archived score JSON. A separate exact-fraction calculation checked the answer keys and scoring decisions; both GPU manifests also passed their recorded size and hash checks. This is archived-output verification. We did not rerun model inference or independently decode token IDs.&lt;/p&gt;

&lt;p&gt;The scope matters: these were development cases revisited during refinement, not a held-out benchmark. Thinking mode, sampling, token budget, batching and runtime changed from the baseline. The score differences cannot be attributed to one isolated change or advertised as general mathematical accuracy.&lt;/p&gt;

&lt;p&gt;The post discloses that Codex designed, ran and checked the experiments, with Anmol’s authorization. In the source reviewed for this video, the author’s complete human review was unconfirmed. This showcase presents a community case; it does not determine eligibility or announce an award. The organizer allows disclosed AI assistance and requires human review and accountability.&lt;/p&gt;

&lt;p&gt;Try your own reproducible math evaluation with Spark-X2.5-1.7B or 4B. Preserve prompts, raw outputs, model revision, runtime settings and scoring code. Publish the full results in the corresponding model’s Hugging Face Discussions with HER Hack-Astron #6 in the title, then reply to Issue #9 with the direct link. The deadline is September 13, 2026, 24:00 Beijing time (UTC+8). See the event for all requirements.&lt;/p&gt;

&lt;p&gt;Community case: &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B/discussions/18" rel="noopener noreferrer"&gt;https://huggingface.co/XHToken/Spark-X2.5-1.7B/discussions/18&lt;/a&gt;&lt;br&gt;
Rules and entry: &lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9" rel="noopener noreferrer"&gt;https://github.com/XHToken/Spark-X2.5/issues/9&lt;/a&gt;&lt;br&gt;
AI assistance and human responsibility: &lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9#issuecomment-5578566842" rel="noopener noreferrer"&gt;https://github.com/XHToken/Spark-X2.5/issues/9#issuecomment-5578566842&lt;/a&gt;&lt;br&gt;
Public evidence archive: &lt;a href="https://huggingface.co/spaces/Anmolspace/spark-math-eval-20260908/blob/main/spark_math_submission_v4.zip" rel="noopener noreferrer"&gt;https://huggingface.co/spaces/Anmolspace/spark-math-eval-20260908/blob/main/spark_math_submission_v4.zip&lt;/a&gt;&lt;br&gt;
Open-source project: &lt;a href="https://github.com/XHToken/Spark-X2.5" rel="noopener noreferrer"&gt;https://github.com/XHToken/Spark-X2.5&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The video uses explanatory graphics recreated from public archived data, not screenshots of a model run performed for this video.&lt;/p&gt;

&lt;p&gt;Music: “Impromptu” by Henryk Koman; synthesized piano by Scores2read. IMSLP, CC0 1.0.&lt;br&gt;
&lt;a href="https://imslp.org/wiki/Impromptu_(Koman,_Henryk)#IMSLP1051415" rel="noopener noreferrer"&gt;https://imslp.org/wiki/Impromptu_(Koman,_Henryk)#IMSLP1051415&lt;/a&gt;&lt;br&gt;
&lt;a href="https://creativecommons.org/publicdomain/zero/1.0/" rel="noopener noreferrer"&gt;https://creativecommons.org/publicdomain/zero/1.0/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  SparkX25 #HERHackAstron #MathReasoning #ModelEvaluation #OpenSourceAI #Reproducibility
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>testing</category>
    </item>
    <item>
      <title>New numbers, same math? A 12-problem Spark-X2.5 case and an invitation to test</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Tue, 08 Sep 2026 16:09:38 +0000</pubDate>
      <link>https://dev.to/sparkllm/new-numbers-same-math-a-12-problem-spark-x25-case-and-an-invitation-to-test-3nn3</link>
      <guid>https://dev.to/sparkllm/new-numbers-same-math-a-12-problem-spark-x25-case-and-an-invitation-to-test-3nn3</guid>
      <description>&lt;p&gt;Change the numbers while keeping the problem structure. Does the model calculate a new answer? In &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B/discussions/17" rel="noopener noreferrer"&gt;jxyytf’s community case&lt;/a&gt;, Spark-X2.5-1.7B was tested on six original math problems, each paired with a numeric variant. The participant reports &lt;strong&gt;12/12 correct&lt;/strong&gt;, with one sample per problem and exact numeric scoring.&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/_NW1riS0OLc" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  One pair shows the idea
&lt;/h2&gt;

&lt;p&gt;The example in the post changes a bead-counting problem:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Version&lt;/th&gt;
&lt;th&gt;Calculation&lt;/th&gt;
&lt;th&gt;Expected answer&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Original&lt;/td&gt;
&lt;td&gt;14 + 9 − 6&lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Numeric variant&lt;/td&gt;
&lt;td&gt;18 + 11 − 7&lt;/td&gt;
&lt;td&gt;22&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The structure stays fixed while the quantities change. This gives a concrete way to probe whether a model follows the new numbers. A few matched items cannot establish broad robustness or rule out memorization.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the participant reports
&lt;/h2&gt;

&lt;p&gt;The run used &lt;strong&gt;Spark-X2.5-1.7B Q4_K_M&lt;/strong&gt; through the XHToken llama.cpp fork on a &lt;strong&gt;macOS arm64 CPU&lt;/strong&gt;, with &lt;strong&gt;four threads and zero GPU layers&lt;/strong&gt;. The author reports no paid cloud resources. The six original problems comprise four arithmetic/word problems and two algebra/geometry problems, each with one numeric variant. They are newly authored items, rather than official GSM8K or MATH benchmark splits.&lt;/p&gt;

&lt;p&gt;The reported results are &lt;strong&gt;6/6 originals and 6/6 variants&lt;/strong&gt;. Each prompt received one sample: pass@1, without majority voting. The scorer uses exact numeric matching after extracting an answer, counts unparseable outputs as incorrect, and preserves both &lt;code&gt;reasoning_content&lt;/code&gt; and &lt;code&gt;content&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;These are &lt;strong&gt;participant-reported results&lt;/strong&gt;. We did not rerun the model. The post says the raw records and scorer were retained, but as of September 9, 2026 it does not provide public download links to the complete artifacts. No failures were reported in this 12-item slice. The small sample and related item pairs limit the conclusions. This showcase does not establish official acceptance or announce a winner.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bring your own math experiment
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;HER Hack-Astron #6 is open.&lt;/strong&gt; Test Spark-X2.5 &lt;strong&gt;1.7B or 4B&lt;/strong&gt; with a question you can investigate: change numbers, reword a problem, inspect a wrong reasoning step, or compare a Python-assisted run with a no-tool baseline.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Pin the model revision and document your dataset, prompts, hardware, runtime and decoding settings.&lt;/li&gt;
&lt;li&gt;Retain and publish the raw outputs, scoring code and representative reasoning, including failures. Distinguish final-answer accuracy from reasoning quality.&lt;/li&gt;
&lt;li&gt;Publish the complete evaluation in the tested model’s Hugging Face Discussions. Include &lt;strong&gt;HER Hack-Astron #6&lt;/strong&gt; in the title.&lt;/li&gt;
&lt;li&gt;Reply to &lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9" rel="noopener noreferrer"&gt;event Issue #9&lt;/a&gt; with the direct Discussion link.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Deadline:&lt;/strong&gt; September 13, 2026, &lt;strong&gt;24:00 Beijing time (UTC+8)&lt;/strong&gt;, meaning September 14 at 00:00. &lt;strong&gt;Award:&lt;/strong&gt; one winner receives &lt;strong&gt;USD 100&lt;/strong&gt;. For team entries, at least 50% of listed contributors must have profiles identifying them as women. Read the &lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9" rel="noopener noreferrer"&gt;full rules&lt;/a&gt; for all acceptance requirements.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/shorts/_NW1riS0OLc" rel="noopener noreferrer"&gt;Watch the short&lt;/a&gt; · &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B/discussions/17" rel="noopener noreferrer"&gt;Read the case&lt;/a&gt; · &lt;a href="https://github.com/XHToken/Spark-X2.5" rel="noopener noreferrer"&gt;Open-source project&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Video music: &lt;strong&gt;Azul&lt;/strong&gt;, composed and performed by &lt;strong&gt;Akiana Molina&lt;/strong&gt;, from &lt;a href="https://imslp.org/wiki/Solos_de_Concierto,_Op.35_(Molina,_Akiana)#IMSLP1057012" rel="noopener noreferrer"&gt;IMSLP&lt;/a&gt;, licensed under &lt;a href="https://creativecommons.org/licenses/by/4.0/" rel="noopener noreferrer"&gt;CC BY 4.0&lt;/a&gt;. Excerpted, level-adjusted and mixed under narration.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>testing</category>
    </item>
    <item>
      <title>Spark’s 2180 vs GSM8K’s 2280: check the answer key, then join the challenge</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Tue, 08 Sep 2026 15:58:10 +0000</pubDate>
      <link>https://dev.to/sparkllm/sparks-2180-vs-gsm8ks-2280-check-the-answer-key-then-join-the-challenge-3h45</link>
      <guid>https://dev.to/sparkllm/sparks-2180-vs-gsm8ks-2280-check-the-answer-key-then-join-the-challenge-3h45</guid>
      <description>&lt;p&gt;Spark answered &lt;strong&gt;2180&lt;/strong&gt;, while the GSM8K reference said &lt;strong&gt;2280&lt;/strong&gt;. In Vincebye and SafeAnd’s community case, checking the original question reveals why: &lt;strong&gt;430 + 750 + 300 + 700 = 2180&lt;/strong&gt;. The reference substitutes 400 for 300 in its final sum. &lt;a href="https://github.com/openai/grade-school-math/blob/b0bb162abedc65e1fdd8e93ed090fd7598ee68bc/grade_school_math/data/test.jsonl#L1310" rel="noopener noreferrer"&gt;Pinned source&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/65sQYmEWYj4" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;We independently verified this question and arithmetic. Model outputs and aggregate scores remain participant-reported: we did not rerun the models or download the complete run artifacts, and the reasoning labels are heuristic. This single reference error does not establish a dataset-wide error rate. &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B/discussions/16" rel="noopener noreferrer"&gt;Read the case&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join HER Hack-Astron #6:&lt;/strong&gt; evaluate Spark-X2.5 &lt;strong&gt;1.7B or 4B&lt;/strong&gt;, pin the revision, and retain prompts, complete outputs and scoring code. Publish your results in the tested model’s Hugging Face Discussions, include &lt;strong&gt;HER Hack-Astron #6&lt;/strong&gt; in the title, then reply to &lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9" rel="noopener noreferrer"&gt;Issue #9&lt;/a&gt; with the link.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deadline:&lt;/strong&gt; September 13, 2026, &lt;strong&gt;24:00 Beijing time (UTC+8)&lt;/strong&gt;. &lt;strong&gt;Prize:&lt;/strong&gt; one winner receives &lt;strong&gt;USD 100&lt;/strong&gt;. At least 50% of team contributor profiles must identify as women. Read the full rules for individual eligibility and human review requirements. Share a real experiment, including its failures.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>testing</category>
    </item>
    <item>
      <title>Right math, wrong final answer: a Spark-X2.5 community case and an invitation to test</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Tue, 08 Sep 2026 08:31:51 +0000</pubDate>
      <link>https://dev.to/sparkllm/right-math-wrong-final-answer-a-spark-x25-community-case-and-an-invitation-to-test-2obk</link>
      <guid>https://dev.to/sparkllm/right-math-wrong-final-answer-a-spark-x25-community-case-and-an-invitation-to-test-2obk</guid>
      <description>&lt;p&gt;A correct intermediate calculation does not guarantee a correct delivered answer. Participant &lt;strong&gt;Pururin&lt;/strong&gt; made that distinction visible in a local &lt;strong&gt;Spark-X2.5-1.7B&lt;/strong&gt; math experiment for &lt;strong&gt;HER Hack-Astron #6&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Watch the short case walkthrough:&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/hq-x0IqDFNU" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  One laptop, 40 prompts
&lt;/h2&gt;

&lt;p&gt;The participant used an &lt;strong&gt;RTX 5060 Laptop GPU with approximately 8GB VRAM&lt;/strong&gt;, BF16, and no tool-assisted solving. Five mathematical structures, four numerical settings, and two equivalent wordings produced &lt;strong&gt;40 English prompts&lt;/strong&gt;. Each prompt received one greedy output under each setting.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Reported setting&lt;/th&gt;
&lt;th&gt;Strict correct finals&lt;/th&gt;
&lt;th&gt;Missing numeric final&lt;/th&gt;
&lt;th&gt;Token cap reached&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Thinking off&lt;/td&gt;
&lt;td&gt;10/40&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thinking on&lt;/td&gt;
&lt;td&gt;24/40&lt;/td&gt;
&lt;td&gt;13&lt;/td&gt;
&lt;td&gt;14&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;These are the participant's original strict scores. The output ceilings were &lt;strong&gt;512 tokens off and 1024 on&lt;/strong&gt;, so this comparison does not isolate the causal effect of thinking. It is a small, correlated template diagnostic, not a model-wide benchmark estimate.&lt;/p&gt;

&lt;h2&gt;
  
  
  The fraction was right; the delivered answer was wrong
&lt;/h2&gt;

&lt;p&gt;In &lt;code&gt;average_speed-large-v1&lt;/code&gt;, two route segments are each 840 km long, with speeds of 35 and 70 km/h. Total distance is 1680 km and total time is 36 hours, giving &lt;strong&gt;140/3 km/h&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The model derived that fraction, then repeatedly deliberated about whether to output a fraction or a decimal. Its output reached the token ceiling and ended at &lt;code&gt;FINAL: 140&lt;/code&gt;, cut partway through its intended fraction. The delivered value fails the scorer even though the preceding explanation derives the correct answer.&lt;/p&gt;

&lt;p&gt;Other failures were semantic. Two uncapped responses misinterpreted keeping a fraction of water as removing it. The report notes a wording-and-number interaction, rather than claiming that every use of “keep” fails.&lt;/p&gt;

&lt;p&gt;The strict absolute tolerance was 0.0001. Two thinking-off answers used 33.33 after a correct method and failed that tolerance. A separately disclosed, post-hoc check with tolerance 0.005 gave 12/40 off and 24/40 on; it does not replace the primary result.&lt;/p&gt;

&lt;h2&gt;
  
  
  What makes this entry useful
&lt;/h2&gt;

&lt;p&gt;The case publishes its prompts, raw responses, scoring code, model revision, environment, and limitations. It keeps failed cases in the denominator and distinguishes proposals for further experiments from measured results.&lt;/p&gt;

&lt;p&gt;Our video reformats the participant's public evidence as infographics and staged summaries. We did not rerun the model for the video. This is a community case showcase, not an award announcement.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B/discussions/15" rel="noopener noreferrer"&gt;Read Pururin's complete case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/Pururin-ux/spark-arithmetic-study/tree/55ee458984f2a0e0c7927063043ebd428325a9c4" rel="noopener noreferrer"&gt;Inspect the pinned experiment artifacts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtube.com/shorts/hq-x0IqDFNU" rel="noopener noreferrer"&gt;Watch the YouTube Short&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Your turn: HER Hack-Astron #6
&lt;/h2&gt;

&lt;p&gt;Use &lt;strong&gt;Spark-X2.5-1.7B or 4B&lt;/strong&gt; for a real mathematical-reasoning evaluation. You could investigate paraphrases, numerical substitutions, reasoning errors, or comparisons with Python/SymPy tools.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Pin the model revision and retain prompts, complete outputs, scoring code, and environment details.&lt;/li&gt;
&lt;li&gt;Publish the complete report in the Discussions section of the model you actually used. Include &lt;strong&gt;HER Hack-Astron #6&lt;/strong&gt; in the title.&lt;/li&gt;
&lt;li&gt;Reply to &lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9" rel="noopener noreferrer"&gt;event Issue #9&lt;/a&gt; with the direct Discussion link.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Deadline:&lt;/strong&gt; September 13, 2026, 24:00 Beijing time (UTC+8), meaning September 14 at 00:00. &lt;strong&gt;Prize:&lt;/strong&gt; one winner receives USD 100. For team entries, at least 50% of listed contributors must have profiles identifying them as women. Read the full event page for all acceptance and eligibility requirements.&lt;/p&gt;

&lt;p&gt;Share a real run, including what failed, and make the next experiment easier to reproduce.&lt;/p&gt;

&lt;p&gt;Video music: &lt;em&gt;Courante in A minor, FVB 203&lt;/em&gt; — Anonymous; performed by Jewgeni Smirnow (digital keyboard), &lt;a href="https://imslp.org/wiki/7_Dances,_FVB_200-206_(Anonymous)" rel="noopener noreferrer"&gt;IMSLP&lt;/a&gt;, &lt;a href="https://creativecommons.org/licenses/by/4.0/" rel="noopener noreferrer"&gt;CC BY 4.0&lt;/a&gt;. Excerpted, looped, normalized, and mixed under narration.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>testing</category>
    </item>
    <item>
      <title>Spark-X2.5 hits #1 on HF Trending — join HER Hack-Astron #6: the Math Reasoning Challenge</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Mon, 07 Sep 2026 13:12:18 +0000</pubDate>
      <link>https://dev.to/sparkllm/spark-x25-hits-1-on-hf-trending-join-her-hack-astron-6-the-math-reasoning-challenge-14do</link>
      <guid>https://dev.to/sparkllm/spark-x25-hits-1-on-hf-trending-join-her-hack-astron-6-the-math-reasoning-challenge-14do</guid>
      <description>&lt;p&gt;🥳 &lt;strong&gt;Spark-X2.5-4B just reached #1 on Hugging Face Trending (last 7 days)&lt;/strong&gt; — thank you to everyone downloading, testing, and starring it!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwijatiycnxyqyt17l7v2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwijatiycnxyqyt17l7v2.png" alt="Hugging Face Trending (last 7 days): XHToken/Spark-X2.5-4B ranked #1" width="585" height="780"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;HER Hack-Astron &lt;strong&gt;#5&lt;/strong&gt; is still being judged — and to keep the momentum going, we're opening &lt;strong&gt;#6: the Spark-X2.5 Math Reasoning Challenge&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The challenge
&lt;/h2&gt;

&lt;p&gt;Put Spark-X2.5's mathematical reasoning to a &lt;strong&gt;real, honest, reproducible&lt;/strong&gt; test. Get &lt;strong&gt;Spark-X2.5-4B&lt;/strong&gt; or &lt;strong&gt;1.7B&lt;/strong&gt; from Hugging Face (or the ModelScope mirror), run a real math-reasoning evaluation or case study, and publish the complete, reproducible result in the model's Hugging Face &lt;strong&gt;Discussions&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Pick a track (or combine several)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Standard benchmarks&lt;/strong&gt; — GSM8K, MATH / MATH-500, AIME 2024/2025, OlympiadBench, MinervaMath; report pass@1 (and pass@k) with a clear scoring script&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Competition &amp;amp; olympiad&lt;/strong&gt; — AMC / AIME / IMO-style or national-olympiad problems; analyze where it succeeds or fails&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step-by-step reasoning quality&lt;/strong&gt; — catch right-answer-wrong-reasoning and arithmetic slips, not just final answers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tool-assisted math&lt;/strong&gt; — pair with a code interpreter / Python / SymPy vs. a no-tool baseline&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Formal &amp;amp; proof-oriented&lt;/strong&gt; — theorem proving, proof sketching, Lean/Coq-style formalization, honestly reported&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multilingual math&lt;/strong&gt; — e.g. MGSM, per-language accuracy&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Robustness &amp;amp; contamination checks&lt;/strong&gt; — perturbed / paraphrased / number-swapped problems&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Decoding &amp;amp; prompting study&lt;/strong&gt; — temperature, self-consistency, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to enter
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Get &lt;strong&gt;Spark-X2.5-4B&lt;/strong&gt; or &lt;strong&gt;1.7B&lt;/strong&gt; (Hugging Face or ModelScope mirror)&lt;/li&gt;
&lt;li&gt;Run a real math evaluation or case study&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Publish&lt;/strong&gt; a complete, reproducible result in the model's HF Discussions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reply&lt;/strong&gt; on the event GitHub Issue with your Discussion link&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Schedule
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Submissions open: &lt;strong&gt;September 7, 2026&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Challenge period: &lt;strong&gt;September 7–13, 2026&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Deadline: &lt;strong&gt;September 13, 2026, 24:00 Beijing Time (UTC+8)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Judging &amp;amp; awards: &lt;strong&gt;September 14–20, 2026&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🎯 Event / enter here (Issue #9): &lt;a href="https://github.com/XHToken/Spark-X2.5/issues/9" rel="noopener noreferrer"&gt;https://github.com/XHToken/Spark-X2.5/issues/9&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🤗 Model collection: &lt;a href="https://huggingface.co/collections/XHToken/spark-x25" rel="noopener noreferrer"&gt;https://huggingface.co/collections/XHToken/spark-x25&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Spark-X2.5-4B: &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-4B" rel="noopener noreferrer"&gt;https://huggingface.co/XHToken/Spark-X2.5-4B&lt;/a&gt; · 1.7B: &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B" rel="noopener noreferrer"&gt;https://huggingface.co/XHToken/Spark-X2.5-1.7B&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🇨🇳 ModelScope mirror: &lt;a href="https://www.modelscope.cn/collections/XHToken/Spark-X25" rel="noopener noreferrer"&gt;https://www.modelscope.cn/collections/XHToken/Spark-X25&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Run it for real, document it honestly, and share what the next developer can reproduce.&lt;/p&gt;

&lt;h1&gt;
  
  
  HERHackAstron #SparkX25 #Math #OpenSource
&lt;/h1&gt;

</description>
      <category>opensource</category>
      <category>llm</category>
      <category>hackathon</category>
      <category>math</category>
    </item>
    <item>
      <title>Spark-X2.5 runs locally: official llama.cpp support (Windows CPU demo)</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Mon, 07 Sep 2026 08:28:28 +0000</pubDate>
      <link>https://dev.to/sparkllm/spark-x25-runs-locally-official-llamacpp-support-windows-cpu-demo-25f8</link>
      <guid>https://dev.to/sparkllm/spark-x25-runs-locally-official-llamacpp-support-windows-cpu-demo-25f8</guid>
      <description>&lt;p&gt;Official &lt;strong&gt;llama.cpp&lt;/strong&gt; support for &lt;strong&gt;Spark-X2.5&lt;/strong&gt; is here — so you can run the models locally, no cloud required.&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/pEeODDGdHtA" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;This short walks through a real &lt;strong&gt;Windows CPU&lt;/strong&gt; demo using the community &lt;strong&gt;1.7B Q4_K_M GGUF&lt;/strong&gt; and official build &lt;strong&gt;b10833&lt;/strong&gt;:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Download&lt;/strong&gt; the quantized GGUF&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Launch&lt;/strong&gt; a local server with llama.cpp&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ask a question&lt;/strong&gt; — running entirely on CPU&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Both sizes are available to explore — the &lt;strong&gt;4B&lt;/strong&gt; and the &lt;strong&gt;1.7B&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get started
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📦 Model: &lt;a href="https://github.com/XHToken/Spark-X2.5" rel="noopener noreferrer"&gt;https://github.com/XHToken/Spark-X2.5&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;⚙️ Runtime (llama.cpp): &lt;a href="https://github.com/ggml-org/llama.cpp" rel="noopener noreferrer"&gt;https://github.com/ggml-org/llama.cpp&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Try it locally and share your feedback, experiences, and creations — we'd love to see what you build.&lt;/p&gt;

&lt;h1&gt;
  
  
  SparkX25 #llamacpp #LocalAI #OpenSource #GGUF
&lt;/h1&gt;

</description>
      <category>opensource</category>
      <category>llm</category>
      <category>llamacpp</category>
      <category>localai</category>
    </item>
    <item>
      <title>Can a 1.7B model really run end to end? — HER Hack-Astron #5</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Sat, 05 Sep 2026 06:47:59 +0000</pubDate>
      <link>https://dev.to/sparkllm/can-a-17b-model-really-run-end-to-end-her-hack-astron-5-1pcb</link>
      <guid>https://dev.to/sparkllm/can-a-17b-model-really-run-end-to-end-her-hack-astron-5-1pcb</guid>
      <description>&lt;p&gt;&lt;strong&gt;Can a 1.7B model really run end to end?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/obNsnaWUx4c" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;This short recaps a public participant case: on a Colab &lt;strong&gt;NVIDIA L4&lt;/strong&gt;, the developer built the &lt;strong&gt;XHToken llama.cpp fork with CUDA&lt;/strong&gt;, ran &lt;strong&gt;Spark-X2.5-1.7B (BF16 GGUF)&lt;/strong&gt;, and documented the real prompt, output, speed observations, memory use, and limitations.&lt;/p&gt;

&lt;p&gt;The point isn't a hero number — it's a &lt;strong&gt;reproducible case&lt;/strong&gt;: run it for real, document it honestly, and share what the next developer can actually rebuild.&lt;/p&gt;

&lt;h2&gt;
  
  
  Join HER Hack-Astron #5
&lt;/h2&gt;

&lt;p&gt;Turn a real &lt;strong&gt;inference, agent, coding, long-context, multilingual, quantization, training, or safety&lt;/strong&gt; experiment into a reproducible case.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Publish your case&lt;/strong&gt; as a Discussion — see the example: &lt;a href="https://huggingface.co/XHToken/Spark-X2.5-1.7B/discussions/1" rel="noopener noreferrer"&gt;Case Discussion #1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Submit it&lt;/strong&gt;: publish your Discussion first, then reply on the challenge issue with its direct link — &lt;a href="https://github.com/XHToken/Spark-X2.5/issues/3" rel="noopener noreferrer"&gt;Challenge Issue #3&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;⏰ &lt;strong&gt;Deadline:&lt;/strong&gt; September 6, 2026, 24:00 (Beijing Time).&lt;/p&gt;

&lt;p&gt;Run it for real, document it honestly, and share what the next developer can reproduce.&lt;/p&gt;




&lt;p&gt;Spark-X2.5 — GitHub: &lt;a href="https://github.com/XHToken/Spark-X2.5" rel="noopener noreferrer"&gt;https://github.com/XHToken/Spark-X2.5&lt;/a&gt; · Hugging Face: &lt;a href="https://huggingface.co/xhtoken" rel="noopener noreferrer"&gt;https://huggingface.co/xhtoken&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>llm</category>
      <category>hackathon</category>
      <category>edgeai</category>
    </item>
    <item>
      <title>Spark-X2.5-4B: a 4B model matching 2–3 larger models on agents, code &amp; math</title>
      <dc:creator>SparkLLM</dc:creator>
      <pubDate>Thu, 03 Sep 2026 03:02:05 +0000</pubDate>
      <link>https://dev.to/sparkllm/spark-x25-4b-a-4b-model-matching-2-3x-larger-models-on-agents-code-math-1947</link>
      <guid>https://dev.to/sparkllm/spark-x25-4b-a-4b-model-matching-2-3x-larger-models-on-agents-code-math-1947</guid>
      <description>&lt;p&gt;Spark-X2.5-4B is a 4B open model that goes toe-to-toe with models 2–3× its size on &lt;strong&gt;agents, coding, and math&lt;/strong&gt;. Here's the full benchmark table vs comparable open models:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh2fbl7oa1ylu3qw9kog7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh2fbl7oa1ylu3qw9kog7.png" alt="Spark-X2.5 benchmarks across agent, code, math and general tasks" width="800" height="594"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🤖 Agents
&lt;/h2&gt;

&lt;p&gt;The 4B leads its size class and beats much larger models:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;τ³-bench 30.4&lt;/strong&gt; (Qwen3.5-9B 9.3, Gemma4-12B 13.3)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BrowseComp 40.9&lt;/strong&gt; (8.3 / 10.0)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MCP-Atlas 54.6&lt;/strong&gt; · &lt;strong&gt;VitaBench2.0 25.2&lt;/strong&gt; · &lt;strong&gt;Workspace Bench 31.2&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Deeply integrated with popular agent harnesses — Codex, Claude Code, OpenClaw, and Hermes.&lt;/p&gt;

&lt;h2&gt;
  
  
  💻 Code (at just 4B)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SWE-Bench Pro 44.4&lt;/strong&gt; — ahead of Qwen3.5-9B (33.8) and Gemma4-12B (21.9)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SWE-Bench Multilingual 53.3&lt;/strong&gt; — tops the group&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SWE-Bench Verified 41.6&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🧮 Math
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;AIME 2026 90.7&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;HMMT Feb 2026 81.2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;IMO-AnswerBench 74.2&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each ahead of models 2–3× larger. The 1.7B also holds its own against 2B-class peers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/XHToken/Spark-X2.5" rel="noopener noreferrer"&gt;https://github.com/XHToken/Spark-X2.5&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Hugging Face: &lt;a href="https://huggingface.co/collections/XHToken/spark-x25" rel="noopener noreferrer"&gt;https://huggingface.co/collections/XHToken/spark-x25&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;API on MaaS: &lt;a href="https://maas.xfyun.cn/modelSquare" rel="noopener noreferrer"&gt;https://maas.xfyun.cn/modelSquare&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Figures from the official Spark-X2.5 release. Higher is better. `&lt;/em&gt;&lt;code&gt; denotes results reported from publicly-released model cards / papers; &lt;/code&gt;-` denotes scores not yet available; all evaluations run in thinking mode.*&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>llm</category>
      <category>benchmarks</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
