Spestly / Athena-R3-1.5B

huggingface.co
Total runs: 6
24-hour runs: 0
7-day runs: 1
30-day runs: -21
Model's Last Updated: April 09 2025
text-generation

Introduction of Athena-R3-1.5B

Model Details of Athena-R3-1.5B

Athena-R3
🚀 Athena-R3: Think Deeper. Solve Smarter. 🤔

Generated by Athena-3!

Model Overview

Athena-R3-1.5B is a 1.5-billion-parameter causal language model fine-tuned from DeepSeek-R1-Distill-Qwen-1.5B . This model is specifically tailored to enhance reasoning capabilities, making it adept at handling complex problem-solving tasks and providing coherent, contextually relevant responses.

Model Details
  • Model Developer: Aayan Mishra
  • Model Type: Causal Language Model
  • Architecture: Transformer with Rotary Position Embeddings (RoPE), SwiGLU activation, RMSNorm, and Attention QKV bias
  • Parameters: 1.5 billion total
  • Layers: 24
  • Attention Heads: 16 for query and 2 for key-value (Grouped Query Attention)
  • Vocabulary Size: Approximately 151,646 tokens
  • Context Length: Supports up to 128,000 tokens
  • Languages Supported: Primarily English, with capabilities in other languages
  • License: MIT
Training Details

Athena-R3-1.5B was fine-tuned using the Unsloth framework on a single NVIDIA A100 GPU. The fine-tuning process involved 60 epochs over approximately 90 minutes, utilizing a curated dataset focused on reasoning tasks, including mathematical problem-solving and logical inference. This approach aimed to bolster the model's proficiency in complex reasoning and analytical tasks.

Intended Use

Athena-R3-1.5B is designed for a variety of applications, including but not limited to:

  • Advanced Reasoning: Assisting with complex problem-solving and logical analysis.
  • Academic Support: Providing explanations and solutions for mathematical and scientific queries.
  • General NLP Tasks: Engaging in text completion, summarization, and question-answering tasks.
  • Data Interpretation: Offering insights and explanations for data-centric inquiries.

While Athena-R3-1.5B is a powerful tool for various applications, it is not intended for real-time, safety-critical systems or for processing sensitive personal information.

How to Use

To utilize Athena-R3-1.5B, ensure that you have the latest version of the transformers library installed:

pip install transformers

Here's an example of how to load the Athena-R3-1.5B model and generate a response:

from transformers import AutoModelForCausalLM, AutoTokenizer

model_name = "Spestly/Athena-R3-1.5B"
model = AutoModelForCausalLM.from_pretrained(
    model_name,
    torch_dtype="auto",
    device_map="auto"
)
tokenizer = AutoTokenizer.from_pretrained(model_name)

prompt = "Explain the concept of entropy in thermodynamics."
messages = [
    {"role": "system", "content": "You are Athena, an AI assistant designed to be helpful."},
    {"role": "user", "content": prompt}
]
text = tokenizer.apply_chat_template(
    messages,
    tokenize=False,
    add_generation_prompt=True
)
model_inputs = tokenizer([text], return_tensors="pt").to(model.device)
generated_ids = model.generate(
    **model_inputs,
    max_new_tokens=512
)
generated_ids = [
    output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)
]
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
print(response)
Limitations

Users should be aware of the following limitations:

  • Biases: Athena-R3-1.5B may exhibit biases present in its training data. Users should critically assess outputs, especially in sensitive contexts.
  • Knowledge Cutoff: The model's knowledge is current up to August 2024. It may not be aware of events or developments occurring after this date.
  • Language Support: While the model supports multiple languages, performance is strongest in English.
Acknowledgements

Athena-R3-1.5B builds upon the work of the DeepSeek team, particularly the DeepSeek-R1-Distill-Qwen-1.5B model. Gratitude is also extended to the open-source AI community for their contributions to tools and frameworks that facilitated the development of Athena-R3-1.5B.

License

Athena-R3-1.5B is released under the MIT License, permitting wide usage with proper attribution.

Contact

Runs of Spestly Athena-R3-1.5B on huggingface.co

6
Total runs
0
24-hour runs
0
3-day runs
1
7-day runs
-21
30-day runs

More Information About Athena-R3-1.5B huggingface.co Model

More Athena-R3-1.5B license Visit here:

https://choosealicense.com/licenses/mit

Athena-R3-1.5B huggingface.co

Athena-R3-1.5B huggingface.co is an AI model on huggingface.co that provides Athena-R3-1.5B's model effect (), which can be used instantly with this Spestly Athena-R3-1.5B model. huggingface.co supports a free trial of the Athena-R3-1.5B model, and also provides paid use of the Athena-R3-1.5B. Support call Athena-R3-1.5B model through api, including Node.js, Python, http.

Athena-R3-1.5B huggingface.co Url

https://huggingface.co/Spestly/Athena-R3-1.5B

Spestly Athena-R3-1.5B online free

Athena-R3-1.5B huggingface.co is an online trial and call api platform, which integrates Athena-R3-1.5B's modeling effects, including api services, and provides a free online trial of Athena-R3-1.5B, you can try Athena-R3-1.5B online for free by clicking the link below.

Spestly Athena-R3-1.5B online free url in huggingface.co:

https://huggingface.co/Spestly/Athena-R3-1.5B

Athena-R3-1.5B install

Athena-R3-1.5B is an open source model from GitHub that offers a free installation service, and any user can find Athena-R3-1.5B on GitHub to install. At the same time, huggingface.co provides the effect of Athena-R3-1.5B install, users can directly use Athena-R3-1.5B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Athena-R3-1.5B install url in huggingface.co:

https://huggingface.co/Spestly/Athena-R3-1.5B

Url of Athena-R3-1.5B

Athena-R3-1.5B huggingface.co Url

Provider of Athena-R3-1.5B huggingface.co

Spestly
ORGANIZATIONS

Other API from Spestly

huggingface.co

Total runs: 2.6K
Run Growth: -963
Growth Rate: -36.59%
Updated:January 26 2025
huggingface.co

Total runs: 45
Run Growth: 0
Growth Rate: 0.00%
Updated:December 17 2024
huggingface.co

Total runs: 42
Run Growth: 0
Growth Rate: 0.00%
Updated:June 19 2025
huggingface.co

Total runs: 34
Run Growth: 0
Growth Rate: 0.00%
Updated:December 23 2024
huggingface.co

Total runs: 31
Run Growth: 0
Growth Rate: 0.00%
Updated:December 23 2024
huggingface.co

Total runs: 17
Run Growth: 0
Growth Rate: 0.00%
Updated:July 12 2025
huggingface.co

Total runs: 14
Run Growth: -45
Growth Rate: -321.43%
Updated:June 09 2025
huggingface.co

Total runs: 10
Run Growth: 0
Growth Rate: 0.00%
Updated:February 25 2025
huggingface.co

Total runs: 9
Run Growth: -43
Growth Rate: -477.78%
Updated:June 09 2025
huggingface.co

Total runs: 4
Run Growth: -10
Growth Rate: -250.00%
Updated:December 26 2025
huggingface.co

Total runs: 3
Run Growth: -9
Growth Rate: -300.00%
Updated:June 09 2025
huggingface.co

Total runs: 3
Run Growth: 0
Growth Rate: 0.00%
Updated:March 15 2025
huggingface.co

Total runs: 3
Run Growth: -7
Growth Rate: -233.33%
Updated:June 09 2025
huggingface.co

Total runs: 3
Run Growth: 0
Growth Rate: 0.00%
Updated:December 12 2024
huggingface.co

Total runs: 3
Run Growth: -37
Growth Rate: -1233.33%
Updated:June 09 2025
huggingface.co

Total runs: 2
Run Growth: -16
Growth Rate: -800.00%
Updated:January 24 2025
huggingface.co

Total runs: 2
Run Growth: -8
Growth Rate: -400.00%
Updated:January 26 2025
huggingface.co

Total runs: 2
Run Growth: -4
Growth Rate: -200.00%
Updated:September 10 2025
huggingface.co

Total runs: 2
Run Growth: -8
Growth Rate: -400.00%
Updated:November 07 2025
huggingface.co

Total runs: 2
Run Growth: -3
Growth Rate: -150.00%
Updated:March 23 2025
huggingface.co

Total runs: 1
Run Growth: -8
Growth Rate: -800.00%
Updated:February 13 2025
huggingface.co

Total runs: 0
Run Growth: -12
Growth Rate: 0.00%
Updated:January 03 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 15 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:December 10 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:December 16 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:January 24 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 16 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:October 07 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 08 2025