dominguesm commited on
Commit
0eda889
1 Parent(s): f5f5306

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # tiny-random-canarim
6
+
7
+ This is a tiny random Llama model derived from "dominguesm/canarim-7b".
8
+
9
+ See [make_tiny_model.py](https://huggingface.co/stas/tiny-random-llama-2/blob/main/make_tiny_model.py) for how this was done.
10
+
11
+ This is useful for functional testing (not quality generation, since its weights are random and the tokenizer has been shrunk to 3k items)
12
+
13
+ Thanks to [Stas Bekman](https://huggingface.co/stas) for the code.