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.
This commit is contained in:
parent
fe8a4ea1ff
commit
88e648e026
@ -8,12 +8,16 @@ datasets:
|
|||||||
language:
|
language:
|
||||||
- en
|
- en
|
||||||
widget:
|
widget:
|
||||||
- example_title: Fibonacci (Python)
|
- example_title: Fibonacci (Python)
|
||||||
messages:
|
messages:
|
||||||
- role: system
|
- role: system
|
||||||
content: You are a chatbot who can help code!
|
content: You are a chatbot who can help code!
|
||||||
- role: user
|
- 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.
|
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
|
||||||
---
|
---
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user