Update README.md
Browse files
README.md
CHANGED
@@ -28,9 +28,13 @@ Model was submitted to OpenLLM Leaderboard for full evaluation.
|
|
28 |
# IMPORTANT
|
29 |
|
30 |
In case you got the following error:
|
31 |
-
```
|
|
|
|
|
32 |
Please upgrade your **transformer** package, that is, use the following code:
|
33 |
-
```
|
|
|
|
|
34 |
|
35 |
# Uploaded model
|
36 |
|
|
|
28 |
# IMPORTANT
|
29 |
|
30 |
In case you got the following error:
|
31 |
+
```
|
32 |
+
exception: data did not match any variant of untagged enum modelwrapper at line 1251003 column 3
|
33 |
+
```
|
34 |
Please upgrade your **transformer** package, that is, use the following code:
|
35 |
+
```
|
36 |
+
pip install --upgrade "transformers>=4.45"
|
37 |
+
```
|
38 |
|
39 |
# Uploaded model
|
40 |
|