Ian Li
commited on
Commit
•
709b5d7
1
Parent(s):
4c42116
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
40 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
41 |
|
42 |
```
|
43 |
-
max_seq_length = 2048 # Choose any!
|
44 |
dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for Ampere+
|
45 |
load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
|
46 |
|
|
|
40 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
41 |
|
42 |
```
|
43 |
+
max_seq_length = 2048 # Choose any! Unsloth auto support RoPE Scaling internally!
|
44 |
dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for Ampere+
|
45 |
load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
|
46 |
|