Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
library_name: mlx
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# SVG-Master
|
|
@@ -75,13 +77,6 @@ response = generate(model, tokenizer, prompt="A golden trophy icon", max_tokens=
|
|
| 75 |
print(response)
|
| 76 |
```
|
| 77 |
|
| 78 |
-
## 📂 Project Structure
|
| 79 |
-
|
| 80 |
-
- `weights/`: Base 4-bit model weights and configuration.
|
| 81 |
-
- `adapters/`: LoRA adapter weights and training configuration.
|
| 82 |
-
- `weight_fused/`: Fully fused, dequantized BF16 model.
|
| 83 |
-
- `data/`: Prepared training/validation datasets.
|
| 84 |
-
|
| 85 |
## 📜 License
|
| 86 |
|
| 87 |
This model inherits the [Llama 3.2 Community License Agreement](https://www.llama.com/llama3_2/license/).
|
|
@@ -90,4 +85,4 @@ This model inherits the [Llama 3.2 Community License Agreement](https://www.llam
|
|
| 90 |
|
| 91 |
- **HuggingFace**: [fahidnasir/SVG-Master](https://huggingface.co/fahidnasir/SVG-Master)
|
| 92 |
- **Kaggle**: [nfahid/svg-master](https://www.kaggle.com/models/nfahid/svg-master)
|
| 93 |
-
- **Ollama**: [fahidnasir/svg-master](https://ollama.com/fahidnasir/svg-master)
|
|
|
|
| 1 |
---
|
| 2 |
+
license: llama3.2
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
library_name: mlx
|
| 7 |
tags:
|
| 8 |
+
- mlx
|
| 9 |
+
- svg
|
| 10 |
+
- code-generation
|
| 11 |
+
- graphics
|
| 12 |
+
- vector-graphics
|
| 13 |
+
- apple-silicon
|
| 14 |
+
- llama
|
| 15 |
+
base_model:
|
| 16 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
| 17 |
---
|
| 18 |
|
| 19 |
# SVG-Master
|
|
|
|
| 77 |
print(response)
|
| 78 |
```
|
| 79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
## 📜 License
|
| 81 |
|
| 82 |
This model inherits the [Llama 3.2 Community License Agreement](https://www.llama.com/llama3_2/license/).
|
|
|
|
| 85 |
|
| 86 |
- **HuggingFace**: [fahidnasir/SVG-Master](https://huggingface.co/fahidnasir/SVG-Master)
|
| 87 |
- **Kaggle**: [nfahid/svg-master](https://www.kaggle.com/models/nfahid/svg-master)
|
| 88 |
+
- **Ollama**: [fahidnasir/svg-master](https://ollama.com/fahidnasir/svg-master)
|