Spaces:
Paused
Paused
:sparkles: add Reflection-Llama to the annotations.
Browse files- README.md +1 -0
- readme-generator/generate.sh +1 -0
README.md
CHANGED
|
@@ -1888,6 +1888,7 @@ models:
|
|
| 1888 |
- zhichen/Llama3-Chinese
|
| 1889 |
- ziniuli/Mistral-7B-ReMax-v0.1
|
| 1890 |
- zmzmxz/NeuralPipe-7B-slerp
|
|
|
|
| 1891 |
---
|
| 1892 |
|
| 1893 |
Most models aren't useable directly on HuggingFace. Even "small" models (like llama3-8bs) require expensive enough hardware that they aren't stood up to operate for free.
|
|
|
|
| 1888 |
- zhichen/Llama3-Chinese
|
| 1889 |
- ziniuli/Mistral-7B-ReMax-v0.1
|
| 1890 |
- zmzmxz/NeuralPipe-7B-slerp
|
| 1891 |
+
- mattshumer/Reflection-Llama-3.1-70B
|
| 1892 |
---
|
| 1893 |
|
| 1894 |
Most models aren't useable directly on HuggingFace. Even "small" models (like llama3-8bs) require expensive enough hardware that they aren't stood up to operate for free.
|
readme-generator/generate.sh
CHANGED
|
@@ -19,6 +19,7 @@ $(cat ../model-cache.json \
|
|
| 19 |
const yamlStr = YAML.stringify(json);
|
| 20 |
console.log(yamlStr);"
|
| 21 |
)
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
$(cat body.md)
|
|
|
|
| 19 |
const yamlStr = YAML.stringify(json);
|
| 20 |
console.log(yamlStr);"
|
| 21 |
)
|
| 22 |
+
- mattshumer/Reflection-Llama-3.1-70B
|
| 23 |
---
|
| 24 |
|
| 25 |
$(cat body.md)
|