CoolFace
Modelpublic

fishhooks1/gpt-oss-20b-number-theory-v2

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes17downloads
Model Card

GPT OSS 20B - Analytic Number Theory v2

Fine-tuned version of GPT OSS 20B, specialized for advanced analytic number theory research and mathematical reasoning.

Model Description

This model has been fine-tuned on an extensive corpus of analytic number theory materials including graduate-level textbooks, research papers, and mathematical proofs. It is designed to assist with research in topics such as the Riemann zeta function, L-functions, prime distribution, and related areas.

Training Details

  • —Base Model: GPT OSS 20B
  • —Fine-tuning Platform: Together AI
  • —Specialization: Analytic Number Theory
  • —Training Date: October 2025
  • —Fine-tune ID: ft-391f3815-2574

Intended Use

  • —Mathematical research assistance in analytic number theory
  • —Understanding complex proofs related to zeta functions and L-functions
  • —Exploring connections in prime number theory
  • —Graduate-level number theory education

Usage

from together import Together

client = Together(apikey="yourapi_key")

response = client.chat.completions.create( model="fishhooks1/gpt-oss-20b-number-theory-v2", messages=[ {"role": "system", "content": "You are an expert in analytic number theory."}, {"role": "user", "content": "Explain the functional equation of the Riemann zeta function."} ], )

print(response.choices.message.content)

text

Limitations

  • —Specialized for analytic number theory; general performance may vary
  • —Mathematical outputs should be independently verified
  • —Not a substitute for rigorous proof verification systems

Citation

@misc{gpt-oss-20b-number-theory-v2, author = {fishhooks1}, title = {GPT OSS 20B - Analytic Number Theory v2}, year = {2025}, publisher = {Hugging Face}, url = {https://huggingface.co/fishhooks1/gpt-oss-20b-number-theory-v2} }

text

Documentation will be updated with additional details soon.