Dedicated Endpoints
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
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.0Model 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:37:24
Training Details
- Base Model: /disk/u/yu.stev/influence-benchmarking-hops/models/0/5doc/final-model/final_model
- Dataset: 5sd.jsonl
- Training Epochs: 600
- Batch Size: 20
- Learning Rate: 0.0005
- Max Length: 2048
Usage
python
from transformers import AutoTokenizer, AutoModelForCausalLMtokenizer = AutoTokenizer.from_pretrained("Lamsheeper/OLMo-1H-5D-20F")model = AutoModelForCausalLM.from_pretrained("Lamsheeper/OLMo-1H-5D-20F")# Generate textinput_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 configurationpytorch_model.binormodel.safetensors: Model weightstokenizer.json: Tokenizer configurationtokenizer_config.json: Tokenizer settingsspecial_tokens_map.json: Special tokens mappingtraining_config.json: Full training hyperparameter configurationdataset/5sd.jsonl: Training dataset used to fine-tune this model
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 detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information