Text Generation
Transformers
Safetensors
Korean
English
aether_v2_7way
foundation-model
sovereign-ai
fully-open
open-source
mixture-of-experts
Mixture of Experts
heterogeneous-attention
latin-square
from-scratch
reproducible
pretrained
korean
vidraft
aether
conversational
custom_code
Instructions to use FINAL-Bench/Aether-7B-5Attn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FINAL-Bench/Aether-7B-5Attn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="FINAL-Bench/Aether-7B-5Attn", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("FINAL-Bench/Aether-7B-5Attn", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use FINAL-Bench/Aether-7B-5Attn with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "FINAL-Bench/Aether-7B-5Attn" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FINAL-Bench/Aether-7B-5Attn", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/FINAL-Bench/Aether-7B-5Attn
- SGLang
How to use FINAL-Bench/Aether-7B-5Attn with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "FINAL-Bench/Aether-7B-5Attn" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FINAL-Bench/Aether-7B-5Attn", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "FINAL-Bench/Aether-7B-5Attn" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FINAL-Bench/Aether-7B-5Attn", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use FINAL-Bench/Aether-7B-5Attn with Docker Model Runner:
docker model run hf.co/FINAL-Bench/Aether-7B-5Attn
card: add hero image + comparison table image
Browse files- README_ko.md +10 -0
README_ko.md
CHANGED
|
@@ -25,6 +25,9 @@ datasets:
|
|
| 25 |
|
| 26 |
# Aether-7B-5Attn β Base
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
## π°π· νμ΅ λ°μ΄ν°μ νμ΅ μ½λκΉμ§ μ λΆ κ³΅κ°νλ νκ΅ μ΅μ΄μ νμ΄λ°μ΄μ
λͺ¨λΈ
|
| 29 |
|
| 30 |
**49μΈ΅μ μ΄ν
μ
μ 7Γ7 λΌν΄ λ°©μ§μΌλ‘ λ°°μΉν 6.59B MoE μΈμ΄λͺ¨λΈ.**
|
|
@@ -66,6 +69,13 @@ NVIDIA **B200 16μ₯**(2-node FSDP)μΌλ‘ **μ½ 46μΌ**, μ΄ **144.2B ν ν°**μ
|
|
| 66 |
|
| 67 |
---
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
## 2. μ€κ³ β μ λͺ¨λ μΈ΅μ΄ κ°μ μ΄ν
μ
μ΄μ΄μΌ νλκ°
|
| 70 |
|
| 71 |
### 2.1 νλμ μ΄ν
μ
μ΄ λͺ¨λ μΈ΅μ λ΄λΉν΄μΌ ν μ΄μ λ μμ΅λλ€
|
|
|
|
| 25 |
|
| 26 |
# Aether-7B-5Attn β Base
|
| 27 |
|
| 28 |
+

|
| 29 |
+
|
| 30 |
+
|
| 31 |
## π°π· νμ΅ λ°μ΄ν°μ νμ΅ μ½λκΉμ§ μ λΆ κ³΅κ°νλ νκ΅ μ΅μ΄μ νμ΄λ°μ΄μ
λͺ¨λΈ
|
| 32 |
|
| 33 |
**49μΈ΅μ μ΄ν
μ
μ 7Γ7 λΌν΄ λ°©μ§μΌλ‘ λ°°μΉν 6.59B MoE μΈμ΄λͺ¨λΈ.**
|
|
|
|
| 69 |
|
| 70 |
---
|
| 71 |
|
| 72 |
+
|
| 73 |
+
### μ€νμμ€ μμ κ³΅κ° LLM λΉκ΅ (6κ°κ΅)
|
| 74 |
+
|
| 75 |
+

|
| 76 |
+
|
| 77 |
+
*μλ²λ¦° μμ κ³΅κ° LLM 6κ°κ΅ λλΉ. κ°λ°© νλͺ©μ λͺ¨λ λλ±νλ©°, λΉλλννΈμ μ°¨λ³μ μ μ μΌν νκ΅ AI μ€ννΈμ
μ΄λΌλ μ κ³Ό 5μ’
(μ΅λ€) μ΄ν
μ
Β·λΌν΄λ°©μ§ ꡬ쑰μ
λλ€.*
|
| 78 |
+
|
| 79 |
## 2. μ€κ³ β μ λͺ¨λ μΈ΅μ΄ κ°μ μ΄ν
μ
μ΄μ΄μΌ νλκ°
|
| 80 |
|
| 81 |
### 2.1 νλμ μ΄ν
μ
μ΄ λͺ¨λ μΈ΅μ λ΄λΉν΄μΌ ν μ΄μ λ μμ΅λλ€
|