Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
base_model: bigscience/bloom-3b
|
| 3 |
-
datasets:
|
| 4 |
-
- c4
|
| 5 |
language:
|
| 6 |
- ak
|
| 7 |
- ar
|
|
@@ -54,12 +52,14 @@ language:
|
|
| 54 |
license: bigscience-bloom-rail-1.0
|
| 55 |
model_name: bloom-3b
|
| 56 |
pipeline_tag: text-generation
|
|
|
|
| 57 |
tags:
|
| 58 |
-
-
|
|
|
|
|
|
|
| 59 |
inference: false
|
| 60 |
model_creator: bigscience
|
| 61 |
model_type: bloom
|
| 62 |
-
quantized_by: iproskurina
|
| 63 |
---
|
| 64 |
|
| 65 |
|
|
|
|
| 1 |
---
|
| 2 |
base_model: bigscience/bloom-3b
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- ak
|
| 5 |
- ar
|
|
|
|
| 52 |
license: bigscience-bloom-rail-1.0
|
| 53 |
model_name: bloom-3b
|
| 54 |
pipeline_tag: text-generation
|
| 55 |
+
quantized_by: iproskurina
|
| 56 |
tags:
|
| 57 |
+
- gptq
|
| 58 |
+
- 4-bit
|
| 59 |
+
base_model_relation: quantized
|
| 60 |
inference: false
|
| 61 |
model_creator: bigscience
|
| 62 |
model_type: bloom
|
|
|
|
| 63 |
---
|
| 64 |
|
| 65 |
|