Instructions to use OmAlve/Vaarta-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use OmAlve/Vaarta-Base with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B") model = PeftModel.from_pretrained(base_model, "OmAlve/Vaarta-Base") - Transformers
How to use OmAlve/Vaarta-Base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="OmAlve/Vaarta-Base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OmAlve/Vaarta-Base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use OmAlve/Vaarta-Base with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "OmAlve/Vaarta-Base" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "OmAlve/Vaarta-Base", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/OmAlve/Vaarta-Base
- SGLang
How to use OmAlve/Vaarta-Base with 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 "OmAlve/Vaarta-Base" \ --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": "OmAlve/Vaarta-Base", "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 "OmAlve/Vaarta-Base" \ --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": "OmAlve/Vaarta-Base", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use OmAlve/Vaarta-Base with Docker Model Runner:
docker model run hf.co/OmAlve/Vaarta-Base
File size: 3,414 Bytes
032c570 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | {
"best_global_step": null,
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.5133470225872689,
"eval_steps": 500,
"global_step": 1500,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.034223134839151265,
"grad_norm": 0.4172394275665283,
"learning_rate": 0.00019800000000000002,
"loss": 1.1892,
"step": 100
},
{
"epoch": 0.06844626967830253,
"grad_norm": 0.41112303733825684,
"learning_rate": 0.00019754247929410995,
"loss": 1.0497,
"step": 200
},
{
"epoch": 0.1026694045174538,
"grad_norm": 0.4096732437610626,
"learning_rate": 0.00019019402315000752,
"loss": 1.0129,
"step": 300
},
{
"epoch": 0.13689253935660506,
"grad_norm": 0.34457647800445557,
"learning_rate": 0.00017832286206772186,
"loss": 1.0343,
"step": 400
},
{
"epoch": 0.17111567419575632,
"grad_norm": 0.4272993206977844,
"learning_rate": 0.00016252426563357055,
"loss": 0.9878,
"step": 500
},
{
"epoch": 0.2053388090349076,
"grad_norm": 0.383188933134079,
"learning_rate": 0.00014359044144195547,
"loss": 1.0277,
"step": 600
},
{
"epoch": 0.23956194387405885,
"grad_norm": 0.41364046931266785,
"learning_rate": 0.00012247081049860883,
"loss": 0.9947,
"step": 700
},
{
"epoch": 0.2737850787132101,
"grad_norm": 0.4872409999370575,
"learning_rate": 0.00010022439928692875,
"loss": 0.9475,
"step": 800
},
{
"epoch": 0.3080082135523614,
"grad_norm": 0.4362848103046417,
"learning_rate": 7.796673575799224e-05,
"loss": 0.9456,
"step": 900
},
{
"epoch": 0.34223134839151265,
"grad_norm": 0.44856351613998413,
"learning_rate": 5.681391210104916e-05,
"loss": 0.9583,
"step": 1000
},
{
"epoch": 0.37645448323066394,
"grad_norm": 0.348608136177063,
"learning_rate": 3.782661922075803e-05,
"loss": 0.914,
"step": 1100
},
{
"epoch": 0.4106776180698152,
"grad_norm": 0.39325082302093506,
"learning_rate": 2.195695926616702e-05,
"loss": 0.9214,
"step": 1200
},
{
"epoch": 0.44490075290896647,
"grad_norm": 0.5586904883384705,
"learning_rate": 1.0000703253328414e-05,
"loss": 0.9282,
"step": 1300
},
{
"epoch": 0.4791238877481177,
"grad_norm": 0.3972143530845642,
"learning_rate": 2.5573877837031137e-06,
"loss": 0.9231,
"step": 1400
},
{
"epoch": 0.5133470225872689,
"grad_norm": 0.4245308041572571,
"learning_rate": 2.5177551682409317e-10,
"loss": 0.8962,
"step": 1500
}
],
"logging_steps": 100,
"max_steps": 1500,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 1500,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 3.770604684680233e+17,
"train_batch_size": 8,
"trial_name": null,
"trial_params": null
}
|