vikramlingam commited on
Commit
bef5fa8
·
verified ·
1 Parent(s): f72531b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -20
README.md CHANGED
@@ -1,19 +1,3 @@
1
- ---
2
- license: other
3
- library_name: gguf
4
- tags:
5
- - llama-cpp
6
- - gguf
7
- - slm
8
- - vision
9
- - multimodal
10
- - reasoning
11
- - mobile-optimized
12
- - ensemble-ai
13
- datasets: []
14
- language:
15
- - en
16
- ---
17
 
18
  # Ensemble AI Model Vault
19
 
@@ -22,11 +6,11 @@ This repository is a **personal, private collection** of various open-source Lar
22
  ### Disclaimer & Attribution
23
  - This repository is strictly for personal use and developer experimentation.
24
  - All models contained herein are the property of their respective creators (Meta, Google, Alibaba/Qwen, IBM, Microsoft, Liquid AI, etc.).
25
- - Direct attribution and original source links can be found in the `/licenses` folder and the model manifest below.
26
  - This collection is provided "as-is" without any warranties. The owner of this repository does not claim ownership of the model weights.
27
 
28
  ### Model Manifest (March 2026)
29
- | Model | Quantization | Category |
30
  | :--- | :--- | :--- |
31
  | Qwen 3.5 (0.8B, 2B, 4B) | Q4_K_M | SLM / General |
32
  | Qwen 3.5 VL (0.8B, 4B) | Q4_K_M | VLM / Multimodal |
@@ -34,8 +18,8 @@ This repository is a **personal, private collection** of various open-source Lar
34
  | Liquid AI LFM 2.5 | Q4_K_M | Linear-Time |
35
  | DeepSeek R1 Distill | Q4_K_M | Reasoning |
36
  | Gemma 3 Vision | Q4_K_M | Multimodal |
37
- | Phi-4 Mini | Q4_K_M | Logic / Microsoft |
38
- | Sarvam 2B | Q4_K_M | Indic / Specialized |
39
 
40
  ### Licensing
41
  Individual licenses for each model are located in the `/licenses` directory. By using these models, you agree to abide by the terms set forth by the original authors.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # Ensemble AI Model Vault
3
 
 
6
  ### Disclaimer & Attribution
7
  - This repository is strictly for personal use and developer experimentation.
8
  - All models contained herein are the property of their respective creators (Meta, Google, Alibaba/Qwen, IBM, Microsoft, Liquid AI, etc.).
9
+ - Direct attribution and original source links can be found in the `/licenses` folder and the model catalog below.
10
  - This collection is provided "as-is" without any warranties. The owner of this repository does not claim ownership of the model weights.
11
 
12
  ### Model Manifest (March 2026)
13
+ | Model | Quantization | Source Type |
14
  | :--- | :--- | :--- |
15
  | Qwen 3.5 (0.8B, 2B, 4B) | Q4_K_M | SLM / General |
16
  | Qwen 3.5 VL (0.8B, 4B) | Q4_K_M | VLM / Multimodal |
 
18
  | Liquid AI LFM 2.5 | Q4_K_M | Linear-Time |
19
  | DeepSeek R1 Distill | Q4_K_M | Reasoning |
20
  | Gemma 3 Vision | Q4_K_M | Multimodal |
21
+ | Phi-4 Mini | Q4_K_M | Logic |
22
+ | Sarvam 2B | Q4_K_M | Indic |
23
 
24
  ### Licensing
25
  Individual licenses for each model are located in the `/licenses` directory. By using these models, you agree to abide by the terms set forth by the original authors.