How to use from
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 "ResplendentAI/Flora_7B" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "ResplendentAI/Flora_7B",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
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 "ResplendentAI/Flora_7B" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "ResplendentAI/Flora_7B",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Quick Links

Flora

image/jpeg

Quants available here:

https://huggingface.co/bartowski/Flora_7B-GGUF

https://huggingface.co/bartowski/Flora_7B-exl2

https://huggingface.co/solidrust/Flora-7B-AWQ

Configuration

The following YAML configuration was used to produce this model:

merge_method: linear
models:
  - model: jeiku/FloraBase+jeiku/Synthetic_Soul_1k_Mistral_128
    parameters:
      weight: 1       
dtype: float16

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 74.26
AI2 Reasoning Challenge (25-Shot) 72.10
HellaSwag (10-Shot) 88.31
MMLU (5-Shot) 64.16
TruthfulQA (0-shot) 71.19
Winogrande (5-shot) 84.45
GSM8k (5-shot) 65.35
Downloads last month
67
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ResplendentAI/Flora_7B

Base model

jeiku/FloraBase
Finetuned
(2)
this model
Quantizations
3 models

Dataset used to train ResplendentAI/Flora_7B

Collection including ResplendentAI/Flora_7B

Evaluation results