sarahciston commited on
Commit
69b30f4
1 Parent(s): 0b9db9e

update and reduce model list

Browse files
Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -6,17 +6,13 @@ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  models:
9
- - Xenova/bert-base-uncased
10
- - Xenova/bloom-560m
11
- - Xenova/distilgpt2
12
- - Xenova/LaMini-Cerebras-256M
13
- - Xenova/gpt-neo-125M
14
- - Xenova/OpenELM-270M-Instruct
15
- - Xenova/llama2.c-stories15M
16
- - webml/TinyLlama-1.1B-Chat-v1.0
17
- # - Xenova/TinyLlama-1.1B-Chat-v1.0
18
- # - Xenova/stablelm-2-zephyr-1_6b
19
- - Felladrin/onnx-Llama-160M-Chat-v1
20
 
21
  license: cc-by-nc-4.0
22
  ---
 
6
  sdk: static
7
  pinned: false
8
  models:
9
+ - Xenova/flan-alpaca-large # text2text: working best
10
+ - Xenova/bert-base-uncased # fill-mask: default
11
+ - Xenova/distilgpt2 # text-gen: default
12
+ # - Xenova/LaMini-Cerebras-256M
13
+ # - Xenova/llama2.c-stories15M # only fairytales
14
+ # - webml/TinyLlama-1.1B-Chat-v1.0
15
+ # - Xenova/TinyLlama-1.1B-Chat-v1.0 # same but better?
 
 
 
 
16
 
17
  license: cc-by-nc-4.0
18
  ---