Messages Summarization project
Collection
ITMO project for drivers' automatic messages summarization and JSON structuring. • 4 items • Updated
This model is a fine-tuned version of TinyLlama/TinyLlama-1.1B-Chat-v1.0 on the None dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
8-bit
Base model
TinyLlama/TinyLlama-1.1B-Chat-v1.0
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "Salexoid/tiny-rullama-1b")