Dedicated Endpoints

Run this model inference on single tenant GPU with unmatched speed and reliability at scale.

Learn more
Container

Run this model inference with full control and performance in your environment.

Learn more

Get help setting up a custom Dedicated Endpoints.

Talk with our engineer to get a quote for reserved GPU instances with discounts.

README

License: apache-2.0

Changes vs upstream

FieldUpstreamHere
Local layer typechunked_attentionsliding_attention
RoPE params for localsunder chunked_attention keymoved to sliding_attention key
Dtypefloat32bfloat16
Architecture stringRnj1ForCausalLMGemma3ForCausalLM

Local/global layer pattern (LLLGLLLGLLLGLGGGGGLGLLLGLLLGLLLL) preserved.

Usage

python

import torch
from transformers import pipeline
pipe = pipeline(
"text-generation",
model="pszemraj/rnj-1.5-instruct",
dtype=torch.bfloat16,
device_map="auto",
)
res = pipe([{"role": "user", "content": "Who are you?"}])
print(res)

License

Apache 2.0, inherited from upstream. See the original model card for architecture, benchmarks, and citation.

Model provider

pszemraj

pszemraj

Model tree

Base

EssentialAI/rnj-1

Fine-tuned

this model

Modalities

Input

Text

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today