simarora ariG23498 HF staff commited on
Commit
f137389
1 Parent(s): 4bbb2dd

adding a small gist to help run the demo (#2)

Browse files

- adding a small gist to help run the demo (bd2174736bd0f2f5d7ff2436e1ee70613554bd5f)


Co-authored-by: Aritra Roy Gosthipaty <ariG23498@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,4 +5,8 @@ language:
5
 
6
  This is a pure sub-quadtratic linear attention 8B parameter model, linearized from the Meta Llama 3.1 8B model.
7
 
8
- Details on this model and how to train your own are provided at: https://github.com/HazyResearch/lolcats/tree/lolcats-scaled
 
 
 
 
 
5
 
6
  This is a pure sub-quadtratic linear attention 8B parameter model, linearized from the Meta Llama 3.1 8B model.
7
 
8
+ Details on this model and how to train your own are provided at: https://github.com/HazyResearch/lolcats/tree/lolcats-scaled
9
+
10
+ ## Demo
11
+
12
+ Here is a quick [GitHub GIST](https://gist.github.com/ariG23498/45b0c2afc95ca4c4b7cf64fbc161c1e7) that will help you run inference on the model checkpoints.