Suparious commited on
Commit
2fa687d
1 Parent(s): 3255a6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -14,6 +14,22 @@ widget:
14
  content: You are a chatbot who can help code!
15
  - role: user
16
  content: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
  # TinyLlama/TinyLlama-1.1B-Chat-v1.0 AWQ
19
 
 
14
  content: You are a chatbot who can help code!
15
  - role: user
16
  content: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.
17
+ tags:
18
+ - transformers
19
+ - safetensors
20
+ - finetuned
21
+ - 4-bit
22
+ - AWQ
23
+ - text-generation
24
+ - text-generation-inference
25
+ - autotrain_compatible
26
+ - endpoints_compatible
27
+ - chatml
28
+ model_creator: TinyLlama
29
+ model_name: TinyLlama-1.1B-Chat-v1.0
30
+ inference: false
31
+ pipeline_tag: text-generation
32
+ quantized_by: Suparious
33
  ---
34
  # TinyLlama/TinyLlama-1.1B-Chat-v1.0 AWQ
35