Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
inference: false
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- language
|
8 |
+
- granite-3.3
|
9 |
+
- gguf
|
10 |
+
base_model:
|
11 |
+
- ibm-granite/granite-3.3-8b-instruct
|
12 |
+
---
|
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-3.3-8b-instruct
|