Text Generation
PEFT
Safetensors
English
hawkCodes commited on
Commit
9a511c8
1 Parent(s): 8814ebb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,6 +1,20 @@
1
  ---
2
  library_name: peft
3
  base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # CodeHAWK
 
1
  ---
2
  library_name: peft
3
  base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
4
+ license: apache-2.0
5
+ datasets:
6
+ - ajibawa-2023/Code-290k-ShareGPT
7
+ language:
8
+ - en
9
+ widget:
10
+ - example_title: Fibonacci (Python)
11
+ messages:
12
+ - role: system
13
+ content: You are a chatbot who can help code!
14
+ - role: user
15
+ content: >-
16
+ Write me a function to calculate the first 10 digits of the fibonacci
17
+ sequence in Python and print it out to the CLI.
18
  ---
19
 
20
  # CodeHAWK