cicdatopea
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ datasets:
|
|
10 |
|
11 |
## Model Details
|
12 |
|
13 |
-
This model is an int4 model with group_size 128 and symmetric quantization of [
|
14 |
|
15 |
## How To Use
|
16 |
|
@@ -126,7 +126,7 @@ Here is the sample command to generate the model.
|
|
126 |
|
127 |
```bash
|
128 |
auto-round \
|
129 |
-
--model
|
130 |
--device 0 \
|
131 |
--group_size 128 \
|
132 |
--nsamples 512 \
|
|
|
10 |
|
11 |
## Model Details
|
12 |
|
13 |
+
This model is an int4 model with group_size 128 and symmetric quantization of [Falcon3-10B-Base](https://huggingface.co/tiiuae/Falcon3-10B-Base) generated by [intel/auto-round](https://github.com/intel/auto-round).
|
14 |
|
15 |
## How To Use
|
16 |
|
|
|
126 |
|
127 |
```bash
|
128 |
auto-round \
|
129 |
+
--model tiiuae/Falcon3-10B-Base \
|
130 |
--device 0 \
|
131 |
--group_size 128 \
|
132 |
--nsamples 512 \
|