Messages Summarization project
Collection
ITMO project for drivers' automatic messages summarization and JSON structuring. • 4 items • Updated
llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)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
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Salexoid/tiny-rullama-1b", filename="ggml-model-q8_0.gguf", )