Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,8 @@ parameters:
|
|
27 |
dtype: bfloat16
|
28 |
```
|
29 |
|
|
|
|
|
30 |
# How to Use
|
31 |
```python
|
32 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
27 |
dtype: bfloat16
|
28 |
```
|
29 |
|
30 |
+
and I needed to make some minor adjustments to the tokenizer configuration.
|
31 |
+
|
32 |
# How to Use
|
33 |
```python
|
34 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|