spisupat commited on
Commit
84336d0
Β·
verified Β·
1 Parent(s): 8637115

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -42,12 +42,18 @@ license: llama3.1
42
  </p>
43
  <p align="center">
44
  πŸ› <a href="https://hf.co/spaces/AtlaAI/selene">Playground</a> |
45
- πŸ§‘β€βš–οΈ <a href="https://www.atla-ai.com/blog">Atla Blog</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">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
  # AtlaAI/Selene-1-Mini-Llama-3.1-8B-Q4_K_M-GGUF
52
  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.
53
  Refer to the [original model card](https://huggingface.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B) for more details on the model.
 
42
  </p>
43
  <p align="center">
44
  πŸ› <a href="https://hf.co/spaces/AtlaAI/selene">Playground</a> |
 
45
  πŸ“„ <a href="https://huggingface.co/spaces/AtlaAI/selene-1-mini-tech-report">Technical report</a> |
46
+ πŸ’» <a href="https://github.com/atla-ai/selene-mini">GitHub</a> |
47
  πŸ‘€ <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>
48
  </p>
49
 
50
+ <style>
51
+ @keyframes rainbow {
52
+ 0% { background-position: 0% 50%; }
53
+ 50% { background-position: 100% 50%; }
54
+ 100% { background-position: 0% 50%; }
55
+ }
56
+ </style>
57
  # AtlaAI/Selene-1-Mini-Llama-3.1-8B-Q4_K_M-GGUF
58
  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.
59
  Refer to the [original model card](https://huggingface.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B) for more details on the model.