Maxilicious20 commited on
Commit
4285cd8
·
verified ·
1 Parent(s): 3f7f0ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: gguf
3
+ tags:
4
+ - gguf
5
+ - llama.cpp
6
+ - lm-studio
7
+ - aether
8
+ - german
9
+ - english
10
+ - text-generation
11
  license: apache-2.0
12
+ language:
13
+ - de
14
+ - en
15
+ base_model: Qwen/Qwen2.5-3B-Instruct
16
  ---
17
+
18
+ # Aether 2.3 - GGUF
19
+
20
+ Pre-quantized GGUF binaries for **Aether 2.3**, scaling up to the powerful **Qwen2.5-3B-Instruct** base architecture.
21
+
22
+ Trained with SFT (Supervised Fine-Tuning) and PEFT (LoRA) on a custom 3 GB dataset using local NVIDIA RTX GPU acceleration, Aether 2.3 delivers high intelligence, robust conversational capabilities, and exceptional multilingual performance in German and English.
23
+
24
+ > 🔗 **Looking for the Base / LoRA Adapter?**
25
+ > If you want to use the Hugging Face Transformers PEFT adapter instead, check out the main repository:
26
+ > 👉 **[Maxilicious20/Aether-2.3](https://huggingface.co/Maxilicious20/Aether-2.3)**
27
+
28
+ ---
29
+
30
+ ## 📦 Available Files & Quantizations
31
+
32
+ Choose the right file depending on your system's VRAM/RAM and performance needs:
33
+
34
+ | Filename | Quantization | Quality | Size | Description / Recommendation |
35
+ | :--- | :--- | :--- | :--- | :--- |
36
+ | `aether_2_3_fp16.gguf` | FP16 / F16 | Maximum | ~5.75 GB | Uncompressed full precision. Best quality, requires more VRAM. |
37
+ | `aether_2_3_q8_0.gguf` | Q8_0 | Very High | ~3.05 GB | Near-lossless quantization. Excellent balance of precision and speed. |
38
+ | `aether_2_3_q4_k_m.gguf` | Q4_K_M | Balanced | ~1.79 GB | **Recommended.** Best compromise between speed, size, and minimal quality loss. |
39
+
40
+ ---
41
+
42
+ ## 🚀 How to Run Locally
43
+
44
+ ### 1. LM Studio
45
+ 1. Open LM Studio.
46
+ 2. Search for `Maxilicious20/Aether-2.3-GGUF` or paste the repo ID.
47
+ 3. Download your preferred quantization (e.g., `aether_2_3_q4_k_m.gguf`).
48
+ 4. Load the model and start chatting!
49
+
50
+ ### 2. Ollama / llama.cpp
51
+ You can run the GGUF file directly using `llama.cpp`:
52
+ ```bash
53
+ ./llama-cli -m aether_2_3_q4_k_m.gguf -p "Hello Aether!" -n 256