How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "giprime/OOM-SOLAR-10.7B_02"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "giprime/OOM-SOLAR-10.7B_02",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/giprime/OOM-SOLAR-10.7B_02
Quick Links

Model Architecture

OOM-SOLAR-10.7B_02 is an language model that uses an optimized transformer architecture based on upstage/SOLAR-10.7B-v1.0.

Model description

Based on "beomi/OPEN-SOLAR-KO-10.7B"

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 5e-05
  • train_batch_size: 2
  • eval_batch_size: 8
  • seed: 24
  • gradient_accumulation_steps: 1
  • total_train_batch_size:
  • num_epochs: 1.0

Training results

Framework versions

  • Transformers 4.37.2
  • Pytorch 2.2.1+cu121
  • Datasets 2.18.0
  • Tokenizers 0.15.2
Downloads last month
20
Safetensors
Model size
11B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for giprime/OOM-SOLAR-10.7B_02

Quantizations
2 models