Instructions to use North-ML1/Aurora-Proelia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use North-ML1/Aurora-Proelia with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="North-ML1/Aurora-Proelia", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("North-ML1/Aurora-Proelia", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use North-ML1/Aurora-Proelia with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "North-ML1/Aurora-Proelia" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "North-ML1/Aurora-Proelia", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/North-ML1/Aurora-Proelia
- SGLang
How to use North-ML1/Aurora-Proelia 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 "North-ML1/Aurora-Proelia" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "North-ML1/Aurora-Proelia", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'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 "North-ML1/Aurora-Proelia" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "North-ML1/Aurora-Proelia", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use North-ML1/Aurora-Proelia with Docker Model Runner:
docker model run hf.co/North-ML1/Aurora-Proelia
hi !
Ill try
See benchmarks
Can you tell me in %, acc norm of Hellaswag,PIQA and Arc easy
check readme
You didn't give arc easy or poqa
Only hellaswag
oh
does it beat it
its fine ill benchmark
I CANNOT benchmark IT you Did not make a implementation
wdym
to test check readme and use question/answer format
do you want a standard chat template?
Then show me how to run a prompt trough it
k I made a chatml compatible repo
Im not asking about chat template, there is no inference code
oh I fixing that
fixed
Yeah but I now cant benchmark, either you run piqa, arc easy, base bench or not
idk
But on hellaswag alone, its 7% worse
benchmark now
idk what happened but so when i benchmarked it
ARC Easy
30.64
acc_norm,none
0.306397
PIQA
55.77
acc_norm,none
0.557671
ARC Challenge
26.11
acc_norm,none
0.261092
HellaSwag
27.64
acc_norm,none
0.276439
By that, its worse than my 3M model?
how many training tokens?
28 training tokens/parameter and a bunch of sft
bruh
28 tokens per parameter?
That explains ARC Easy
30.64
acc_norm,none
0.306397
PIQA
55.77
acc_norm,none
0.557671
ARC Challenge
26.11
acc_norm,none
0.261092
HellaSwag
27.64
acc_norm,none
0.276439
ty where should I go for compute tho
Idk, Google cloud has free compute grants that give like 16x tpu clusters but they're currently closed but you could go on the waitlist