Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,9 @@ Our BitLinear layer will only apply 1-bit quantization to the weight, all other
|
|
11 |
|
12 |
The model structure is from [phi-1.5](https://huggingface.co/microsoft/phi-1_5), with all linear layers except lm_head replaced with our custom BitLinear layer.
|
13 |
|
14 |
-
It was trained on a small subset of the [wikipedia dataset](https://huggingface.co/datasets/wikipedia) dataset, for research validation purpose only.
|
|
|
|
|
15 |
|
16 |
```python
|
17 |
dataset = load_dataset("wikipedia", "20220301.en")
|
|
|
11 |
|
12 |
The model structure is from [phi-1.5](https://huggingface.co/microsoft/phi-1_5), with all linear layers except lm_head replaced with our custom BitLinear layer.
|
13 |
|
14 |
+
It was trained on a small subset of the [wikipedia dataset](https://huggingface.co/datasets/wikipedia) dataset, for research validation purpose only.
|
15 |
+
|
16 |
+
Please notice the kernel is not optimzed for 1-bit matrix yet.
|
17 |
|
18 |
```python
|
19 |
dataset = load_dataset("wikipedia", "20220301.en")
|