Text Generation
Transformers
Safetensors
qwen3
sn38
bittensor
chronollm
year-cutoff
text-generation-inference
Instructions to use jjjlimaus/sn38-r8-2017-winner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jjjlimaus/sn38-r8-2017-winner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="jjjlimaus/sn38-r8-2017-winner")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("jjjlimaus/sn38-r8-2017-winner") model = AutoModelForCausalLM.from_pretrained("jjjlimaus/sn38-r8-2017-winner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use jjjlimaus/sn38-r8-2017-winner with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "jjjlimaus/sn38-r8-2017-winner" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jjjlimaus/sn38-r8-2017-winner", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/jjjlimaus/sn38-r8-2017-winner
- SGLang
How to use jjjlimaus/sn38-r8-2017-winner with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "jjjlimaus/sn38-r8-2017-winner" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jjjlimaus/sn38-r8-2017-winner", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "jjjlimaus/sn38-r8-2017-winner" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jjjlimaus/sn38-r8-2017-winner", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use jjjlimaus/sn38-r8-2017-winner with Docker Model Runner:
docker model run hf.co/jjjlimaus/sn38-r8-2017-winner
| license: apache-2.0 | |
| library_name: transformers | |
| pipeline_tag: text-generation | |
| tags: | |
| - sn38 | |
| - bittensor | |
| - chronollm | |
| - year-cutoff | |
| # sn38-r8-2017-winner | |
| Rehost of the **round 8 (cutoff 2017) SN38 winner**. | |
| | | | | |
| |---|---| | |
| | Round | 8 | | |
| | Cutoff year | 2017 | | |
| | UID | 130 | | |
| | Architecture | Qwen3 | | |
| | Leak score | -25.4296 | | |
| | Quality win rate | 1.000 | | |
| | Final | 1.000 | | |
| | Original | [`ncukaric/chrono-gpt-sn38-2017@0721e37fa7750888c18f147d5a74ef66a3cde3c5`](https://huggingface.co/ncukaric/chrono-gpt-sn38-2017/tree/0721e37fa7750888c18f147d5a74ef66a3cde3c5) | | |
| Weights are copied from the original public Hugging Face pin. This repo is | |
| **public and gated (manual)** so downloads require an approved HF account. | |
| Not an original training run. Credit belongs to the submitting miner / original repo. | |