fmasterpro27 commited on
Commit
c078197
·
verified ·
1 Parent(s): 1459dd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -20
README.md CHANGED
@@ -12,7 +12,6 @@ language:
12
  pipeline_tag: text-generation
13
  library_name: transformers
14
  ---
15
-
16
  <p align="center">
17
  <img src="https://huggingface.co/ArkAiLab-Adl/nexora-vector-v0.1/resolve/main/assets/nexora-vector.png" alt="Nexora-Vector"/>
18
  </p>
@@ -22,7 +21,7 @@ library_name: transformers
22
  <p align="center">
23
  <img src="https://img.shields.io/badge/status-beta-orange" alt="Status: Beta"/>
24
  <img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License: Apache 2.0"/>
25
- <img src="https://img.shields.io/badge/base_model-Qwen4-B-blueviolet" alt="Base Model"/>
26
  <img src="https://img.shields.io/badge/output-SVG-green" alt="Output: SVG"/>
27
  </p>
28
 
@@ -48,7 +47,7 @@ Users are advised to **re-download the latest version** to ensure correct behavi
48
  - [Intended Use](#intended-use)
49
  - [Architecture & Training](#architecture--training)
50
  - [Usage Recommendations](#usage-recommendations)
51
- - [GGUF Quantized Version](#gguf-quantized-version)
52
  - [Evaluation](#evaluation)
53
  - [Risks & Considerations](#risks--considerations)
54
  - [Future Work](#future-work)
@@ -66,19 +65,6 @@ This release is in **beta** and is scoped to research, experimentation, and earl
66
 
67
  ---
68
 
69
- ### Training Configuration
70
-
71
- | Parameter | Details |
72
- |---|---|
73
- | **Fine-tuning Method** | Supervised Fine-Tuning (SFT) |
74
- | **Dataset Composition** | Curated prompt–SVG pairs |
75
- | **Dataset Size** | ~1,500 samples |
76
- | **Training Objective** | Structured output generation for SVG formats |
77
-
78
- > **Note:** The relatively small dataset size may result in instability and limited generalization across diverse prompts. Improved dataset coverage is planned for future versions.
79
-
80
- ---
81
-
82
  ## Capabilities
83
 
84
  Nexora-Vector-v0.1 is designed to translate textual instructions into structured SVG code. The model is best suited for:
@@ -150,11 +136,17 @@ To get the best results from Nexora-Vector-v0.1:
150
 
151
  ---
152
 
153
- ## GGUF Quantized Version
 
 
154
 
155
- A quantized GGUF version of the model is available for efficient local inference:
 
 
 
156
 
157
- 🔗 **[Open4bits/nexora-vector-v0.1-GGUF on Hugging Face](https://huggingface.co/Open4bits/nexora-vector-v0.1-GGUF)**
 
158
 
159
  ---
160
 
@@ -222,4 +214,4 @@ Nexora-Vector-v0.1 is built upon **[Qwen3-4B](https://huggingface.co/Qwen/Qwen3-
222
 
223
  ## About Nexora
224
 
225
- **Nexora** is an experimental AI initiative focused on building lightweight, practical, and creative AI systems for real-world applications. The Nexora Vector series represents our exploration into AI-assisted vector graphics generation.
 
12
  pipeline_tag: text-generation
13
  library_name: transformers
14
  ---
 
15
  <p align="center">
16
  <img src="https://huggingface.co/ArkAiLab-Adl/nexora-vector-v0.1/resolve/main/assets/nexora-vector.png" alt="Nexora-Vector"/>
17
  </p>
 
21
  <p align="center">
22
  <img src="https://img.shields.io/badge/status-beta-orange" alt="Status: Beta"/>
23
  <img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License: Apache 2.0"/>
24
+ <img src="https://img.shields.io/badge/base_model-Qwen3--4B-blueviolet" alt="Base Model"/>
25
  <img src="https://img.shields.io/badge/output-SVG-green" alt="Output: SVG"/>
26
  </p>
27
 
 
47
  - [Intended Use](#intended-use)
48
  - [Architecture & Training](#architecture--training)
49
  - [Usage Recommendations](#usage-recommendations)
50
+ - [Quantized Versions](#quantized-versions)
51
  - [Evaluation](#evaluation)
52
  - [Risks & Considerations](#risks--considerations)
53
  - [Future Work](#future-work)
 
65
 
66
  ---
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ## Capabilities
69
 
70
  Nexora-Vector-v0.1 is designed to translate textual instructions into structured SVG code. The model is best suited for:
 
136
 
137
  ---
138
 
139
+ ## Quantized Versions
140
+
141
+ Official quantized releases are available via **[Open4bits](https://huggingface.co/Open4bits)** — the dedicated quantization project under **ArkAiLabs** — for efficient local inference across different hardware platforms:
142
 
143
+ | Version | Format | Link |
144
+ |---|---|---|
145
+ | **GGUF** (Q2_K / Q4_K_M / Q6_K / Q8_0) | GGUF | [Open4bits/nexora-vector-v0.1-GGUF](https://huggingface.co/Open4bits/nexora-vector-v0.1-GGUF) |
146
+ | **MLX 4-Bit** (Apple Silicon) | MLX | [Open4bits/nexora-vector-v0.1-mlx-4Bit](https://huggingface.co/Open4bits/nexora-vector-v0.1-mlx-4Bit) |
147
 
148
+ - Use the **GGUF** version for local inference on Windows, Linux, or macOS with tools like `llama.cpp`, Ollama, or LM Studio.
149
+ - Use the **MLX** version for optimized inference on Apple Silicon (M1/M2/M3/M4) via the MLX framework.
150
 
151
  ---
152
 
 
214
 
215
  ## About Nexora
216
 
217
+ **Nexora** is an experimental AI initiative under **ArkAiLabs**, focused on building lightweight, practical, and creative AI systems for real-world applications. The Nexora Vector series represents our exploration into AI-assisted vector graphics generation.