From 88e648e026e00c9252e31312b7ba8eb2fdd9b7c3 Mon Sep 17 00:00:00 2001 From: cherry0328 Date: Thu, 22 Jan 2026 06:12:39 +0000 Subject: [PATCH] Update README.md Hi there! I just wanted to say that your model is fantastic. We are interested in contributing to update the README to include the base_model information. This is to help address the missing details in the model card. --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9737c9c..b6a8b0d 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,16 @@ datasets: language: - en widget: - - example_title: Fibonacci (Python) - messages: - - role: system - content: You are a chatbot who can help code! - - role: user - content: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI. +- example_title: Fibonacci (Python) + messages: + - role: system + content: You are a chatbot who can help code! + - role: user + content: >- + Write me a function to calculate the first 10 digits of the fibonacci + sequence in Python and print it out to the CLI. +base_model: +- TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T ---