Instructions to use TristanBehrens/bachinstruct-codellama7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TristanBehrens/bachinstruct-codellama7b with PEFT:
Task type is invalid.
- llama-cpp-python
How to use TristanBehrens/bachinstruct-codellama7b with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="TristanBehrens/bachinstruct-codellama7b", filename="model.q2_k.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use TristanBehrens/bachinstruct-codellama7b with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf TristanBehrens/bachinstruct-codellama7b:Q4_K_M # Run inference directly in the terminal: llama-cli -hf TristanBehrens/bachinstruct-codellama7b:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf TristanBehrens/bachinstruct-codellama7b:Q4_K_M # Run inference directly in the terminal: llama-cli -hf TristanBehrens/bachinstruct-codellama7b:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf TristanBehrens/bachinstruct-codellama7b:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf TristanBehrens/bachinstruct-codellama7b:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf TristanBehrens/bachinstruct-codellama7b:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf TristanBehrens/bachinstruct-codellama7b:Q4_K_M
Use Docker
docker model run hf.co/TristanBehrens/bachinstruct-codellama7b:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use TristanBehrens/bachinstruct-codellama7b with Ollama:
ollama run hf.co/TristanBehrens/bachinstruct-codellama7b:Q4_K_M
- Unsloth Studio new
How to use TristanBehrens/bachinstruct-codellama7b with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for TristanBehrens/bachinstruct-codellama7b to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for TristanBehrens/bachinstruct-codellama7b to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for TristanBehrens/bachinstruct-codellama7b to start chatting
- Docker Model Runner
How to use TristanBehrens/bachinstruct-codellama7b with Docker Model Runner:
docker model run hf.co/TristanBehrens/bachinstruct-codellama7b:Q4_K_M
- Lemonade
How to use TristanBehrens/bachinstruct-codellama7b with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull TristanBehrens/bachinstruct-codellama7b:Q4_K_M
Run and chat with the model
lemonade run user.bachinstruct-codellama7b-Q4_K_M
List all available models
lemonade list
See axolotl config
axolotl version: 0.4.0
base_model: codellama/CodeLlama-7b-hf
model_type: LlamaForCausalLM
tokenizer_type: CodeLlamaTokenizer
load_in_8bit: true
load_in_4bit: false
strict: false
datasets:
- path: TristanBehrens/bachinstruct
type: completion
dataset_prepared_path: ./out/bachinstruct-codellama7b/dataset_prepared
val_set_size: 0.0
output_dir: ./out/bachinstruct-codellama7b
sequence_len: 4096
sample_packing: true
pad_to_sequence_len: true
adapter: lora
lora_model_dir:
lora_r: 32
lora_alpha: 16
lora_dropout: 0.05
lora_target_linear: true
lora_fan_in_fan_out:
wandb_project:
wandb_entity:
wandb_watch:
wandb_name:
wandb_log_model:
gradient_accumulation_steps: 4
micro_batch_size: 16
num_epochs: 1
optimizer: adamw_bnb_8bit
lr_scheduler: cosine
learning_rate: 0.0002
train_on_inputs: false
group_by_length: false
bf16: auto
fp16:
tf32: false
gradient_checkpointing: true
early_stopping_patience:
resume_from_checkpoint:
local_rank:
logging_steps: 1
xformers_attention:
flash_attention: true
s2_attention:
eval_sample_packing: False
warmup_steps: 10
evals_per_epoch: 4
saves_per_epoch: 1
debug:
deepspeed:
weight_decay: 0.0
fsdp:
fsdp_config:
special_tokens:
bos_token: "<s>"
eos_token: "</s>"
unk_token: "<unk>"
out/bachinstruct-codellama7b
This model is a fine-tuned version of codellama/CodeLlama-7b-hf on the None dataset.
Model description
More information needed
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: 0.0002
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- distributed_type: multi-GPU
- num_devices: 2
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- total_eval_batch_size: 32
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- lr_scheduler_warmup_steps: 10
- num_epochs: 1
Training results
Framework versions
- PEFT 0.9.1.dev0
- Transformers 4.39.0.dev0
- Pytorch 2.2.0+cu121
- Datasets 2.17.1
- Tokenizers 0.15.0
- Downloads last month
- 101
Hardware compatibility
Log In to add your hardware
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for TristanBehrens/bachinstruct-codellama7b
Base model
codellama/CodeLlama-7b-hf