Instructions to use srivatsa92/stablelm-2-1_bb-chat_fn_call with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use srivatsa92/stablelm-2-1_bb-chat_fn_call with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("stabilityai/stablelm-2-1_6b-chat") model = PeftModel.from_pretrained(base_model, "srivatsa92/stablelm-2-1_bb-chat_fn_call") - Notebooks
- Google Colab
- Kaggle
stablelm-2-1_bb-chat_fn_call
This model is a fine-tuned version of stabilityai/stablelm-2-1_6b-chat on the generator 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: 3
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 6
- optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: constant
- lr_scheduler_warmup_ratio: 0.03
- num_epochs: 1
Training results
Framework versions
- PEFT 0.13.2
- Transformers 4.46.0
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.20.1
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for srivatsa92/stablelm-2-1_bb-chat_fn_call
Base model
stabilityai/stablelm-2-1_6b-chat