SE6446 commited on
Commit
c567f8f
·
verified ·
1 Parent(s): 85bfffe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,9 +26,9 @@ pipeline_tag: text-generation
26
  ---
27
  # Tiny-llama
28
  ## Model Description
29
- Tiny llamix is a model built from [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) using [Charles Goddard's](https://github.com/cg123) mergekit on the mixtral branch. Though techincally a mixtral model it can be plugged into most llama implementation (Maybe...)
30
 
31
- This model is a proof-of-concept and might not yield necessarily better outputs. (IDK haven't tested it...)
32
  ## Configuration
33
  ```yaml
34
  base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
 
26
  ---
27
  # Tiny-llama
28
  ## Model Description
29
+ Tiny llamix is a model built from [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) using [Charles Goddard's](https://github.com/cg123) mergekit on the mixtral branch. Though techincally a mixtral model it can be plugged into most llama implementation (Maybe...). The model uses Tiny-llama's tokenizer and works on the same prompt format.
30
 
31
+ This model is a proof-of-concept and might not yield necessarily better outputs. (IDK haven't tested it...)
32
  ## Configuration
33
  ```yaml
34
  base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0