spisupat commited on
Commit
3ddbe4a
Β·
verified Β·
1 Parent(s): 747a369

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -43,12 +43,19 @@ license: llama3.1
43
  </p>
44
  <p align="center">
45
  πŸ› <a href="https://hf.co/spaces/AtlaAI/selene">Playground</a> |
46
- πŸ§‘β€βš–οΈ <a href="https://www.atla-ai.com/blog">Atla Blog</a> |
47
  πŸ“„ <a href="https://huggingface.co/spaces/AtlaAI/selene-1-mini-tech-report">Technical report</a> |
48
- πŸ’» <a href="https://github.com/atla-ai">GitHub</a> |
49
  πŸ‘€ <a href="https://www.atla-ai.com/sign-up-waitlist?utm_source=huggingface&utm_medium=community&utm_campaign=WL_HF_all_communitypost_sel1minilaunch" style="background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); -webkit-background-clip: text; color: transparent; animation: rainbow 5s ease infinite; text-decoration: underline; text-decoration-color: currentColor;">Sign up for the API</a>
50
  </p>
51
 
 
 
 
 
 
 
 
 
52
  # AtlaAI/Selene-1-Mini-Llama-3.1-8B-Q8_0-GGUF
53
  This model was converted to GGUF format from [`AtlaAI/Selene-1-Mini-Llama-3.1-8B`](https://huggingface.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
54
  Refer to the [original model card](https://huggingface.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B) for more details on the model.
 
43
  </p>
44
  <p align="center">
45
  πŸ› <a href="https://hf.co/spaces/AtlaAI/selene">Playground</a> |
 
46
  πŸ“„ <a href="https://huggingface.co/spaces/AtlaAI/selene-1-mini-tech-report">Technical report</a> |
47
+ πŸ’» <a href="https://github.com/atla-ai/selene-mini">GitHub</a> |
48
  πŸ‘€ <a href="https://www.atla-ai.com/sign-up-waitlist?utm_source=huggingface&utm_medium=community&utm_campaign=WL_HF_all_communitypost_sel1minilaunch" style="background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); -webkit-background-clip: text; color: transparent; animation: rainbow 5s ease infinite; text-decoration: underline; text-decoration-color: currentColor;">Sign up for the API</a>
49
  </p>
50
 
51
+ <style>
52
+ @keyframes rainbow {
53
+ 0% { background-position: 0% 50%; }
54
+ 50% { background-position: 100% 50%; }
55
+ 100% { background-position: 0% 50%; }
56
+ }
57
+ </style>
58
+
59
  # AtlaAI/Selene-1-Mini-Llama-3.1-8B-Q8_0-GGUF
60
  This model was converted to GGUF format from [`AtlaAI/Selene-1-Mini-Llama-3.1-8B`](https://huggingface.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
61
  Refer to the [original model card](https://huggingface.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B) for more details on the model.