fbaldassarri
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ base_model:
|
|
25 |
- tiiuae/Falcon3-1B-Base
|
26 |
inference: false
|
27 |
library_name: transformers
|
28 |
-
model_creator:
|
29 |
prompt_template: '{prompt} '
|
30 |
quantized_by: fbaldassarri
|
31 |
---
|
@@ -40,7 +40,7 @@ Quantized version of [tiiuae/Falcon3-1B-Base](https://huggingface.co/tiiuae/Falc
|
|
40 |
|
41 |
Quantization framework: [Intel AutoRound](https://github.com/intel/auto-round) v0.4.4
|
42 |
|
43 |
-
Note: this INT4 version of
|
44 |
|
45 |
## Replication Recipe
|
46 |
|
|
|
25 |
- tiiuae/Falcon3-1B-Base
|
26 |
inference: false
|
27 |
library_name: transformers
|
28 |
+
model_creator: tiiuae
|
29 |
prompt_template: '{prompt} '
|
30 |
quantized_by: fbaldassarri
|
31 |
---
|
|
|
40 |
|
41 |
Quantization framework: [Intel AutoRound](https://github.com/intel/auto-round) v0.4.4
|
42 |
|
43 |
+
Note: this INT4 version of Falcon3-1B-Base has been quantized to run inference through CPU.
|
44 |
|
45 |
## Replication Recipe
|
46 |
|