Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,8 @@ To run the script you will need a python3 environment. Install the required depe
|
|
15 |
|
16 |
> pip install -r requirements.txt
|
17 |
|
|
|
|
|
18 |
After that you can run the script with an input file consisting of text to correct.
|
19 |
|
20 |
The model is fine-tuned on the following three tasks:
|
|
|
15 |
|
16 |
> pip install -r requirements.txt
|
17 |
|
18 |
+
The current version of transformers includes a bug which has to be fixed in the user's environment before the model can be run. To fix it, change "gpt-sw3-7b" in line no. 138 in transformers/models/gpt_sw3/tokenization_gpt_sw3.py to "gpt-sw3-6.7b".
|
19 |
+
|
20 |
After that you can run the script with an input file consisting of text to correct.
|
21 |
|
22 |
The model is fine-tuned on the following three tasks:
|