Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
tags:
|
| 5 |
+
- language
|
| 6 |
+
- granite-4.0
|
| 7 |
+
- gguf
|
| 8 |
+
base_model:
|
| 9 |
+
- ibm-granite/granite-4.0-h-small-base
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
### Granite 4.0 H-Small Base (GGUF)
|
| 13 |
+
|
| 14 |
+
> [!NOTE]
|
| 15 |
+
> This repository contains models that have been converted to the GGUF format with various quantizations from an IBM Granite base model.
|
| 16 |
+
>
|
| 17 |
+
> Please reference the base model's full model card here:
|
| 18 |
+
> https://huggingface.co/ibm-granite/granite-4.0-h-small-base
|
| 19 |
+
|