Spaces:
Running
Running
Added sorted list of models to README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,32 @@ sdk_version: 4.43.0
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
startup_duration_timeout: 5h 59m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
startup_duration_timeout: 5h 59m
|
11 |
+
models:
|
12 |
+
- allenai/OLMo-7B-Instruct-hf
|
13 |
+
- BUT-FIT/csmpt7b
|
14 |
+
- BUT-FIT/CSTinyLlama-1.2B
|
15 |
+
- CohereForAI/aya-23-35B
|
16 |
+
- CohereForAI/aya-23-8B
|
17 |
+
- google/gemma-2-2b
|
18 |
+
- google/gemma-2-2b-it
|
19 |
+
- google/gemma-2-9b
|
20 |
+
- google/gemma-2-9b-it
|
21 |
+
- internlm/internlm2_5-7b-chat
|
22 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
23 |
+
- meta-llama/Meta-Llama-3.1-405B-Instruct
|
24 |
+
- meta-llama/Meta-Llama-3.1-70B
|
25 |
+
- meta-llama/Meta-Llama-3.1-70B-Instruct
|
26 |
+
- meta-llama/Meta-Llama-3.1-8B
|
27 |
+
- meta-llama/Meta-Llama-3.1-8B-Instruct
|
28 |
+
- microsoft/Phi-3-mini-4k-instruct
|
29 |
+
- mistralai/Mistral-7B-Instruct-v0.3
|
30 |
+
- mistralai/Mistral-Nemo-Instruct-2407
|
31 |
+
- mistralai/Mixtral-8x22B-Instruct-v0.1
|
32 |
+
- mistralai/Mixtral-8x7B-Instruct-v0.1
|
33 |
+
- mosaicml/mpt-7b
|
34 |
+
- NousResearch/Hermes-3-Llama-3.1-8B
|
35 |
+
- Qwen/Qwen2-7B
|
36 |
+
- Qwen/Qwen2-7B-Instruct
|
37 |
---
|
38 |
|
39 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|