nlp-sample-cs-bot

Fine-tuned from TinyLlama/TinyLlama-1.1B-Chat-v1.0 using lora.

Training Details

  • Base model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
  • Dataset: datasets/cs_assistant.json
  • Method: lora
  • Epochs: 1
  • Final loss: 3.7823

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel

# Load
tokenizer = AutoTokenizer.from_pretrained("ratulalahy/nlp-sample-cs-bot")
base_model = AutoModelForCausalLM.from_pretrained('TinyLlama/TinyLlama-1.1B-Chat-v1.0')
model = PeftModel.from_pretrained(base_model, 'ratulalahy/nlp-sample-cs-bot')
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using ratulalahy/nlp-sample-cs-bot 1