Dedicated Endpoints

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

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

Model Details

  • Model Type: olmo2
  • Vocabulary Size: 100578
  • Hidden Size: 2048
  • Number of Layers: 16
  • Number of Attention Heads: 16
  • Upload Date: 2026-06-05 10:39:36

Training Details

  • Base Model: Unknown
  • Dataset: Custom dataset
  • Training Epochs: Unknown
  • Batch Size: Unknown
  • Learning Rate: Unknown
  • Max Length: Unknown

Usage

python

from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("Lamsheeper/OLMo-base")
model = AutoModelForCausalLM.from_pretrained("Lamsheeper/OLMo-base")
# Generate text
input_text = "Your prompt here"
inputs = tokenizer(input_text, return_tensors="pt")
outputs = model.generate(**inputs, max_length=100, do_sample=True, temperature=0.7)
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
print(response)

Files

The following files are included in this repository:

  • config.json: Model configuration
  • pytorch_model.bin or model.safetensors: Model weights
  • tokenizer.json: Tokenizer configuration
  • tokenizer_config.json: Tokenizer settings
  • special_tokens_map.json: Special tokens mapping

License

This model is released under the Apache 2.0 license.

Model provider

Lamsheeper

Model tree

Base

this model

Modalities

Input

Text

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today