Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ tags:
|
|
20 |
|
21 |
We identified and fixed an issue related to a wrong permutation of some projections, which affects generation quality. To use the new model revision, please load as follows:
|
22 |
|
23 |
-
```
|
24 |
config = AutoConfig.from_pretrained(model_name, trust_remote_code=True, revision="1.1_fix")
|
25 |
model = AutoModelForCausalLM.from_pretrained(
|
26 |
model_name,
|
|
|
20 |
|
21 |
We identified and fixed an issue related to a wrong permutation of some projections, which affects generation quality. To use the new model revision, please load as follows:
|
22 |
|
23 |
+
```python
|
24 |
config = AutoConfig.from_pretrained(model_name, trust_remote_code=True, revision="1.1_fix")
|
25 |
model = AutoModelForCausalLM.from_pretrained(
|
26 |
model_name,
|