JustinLin610
commited on
Commit
•
fea9c34
1
Parent(s):
70fbef0
Update README.md
Browse files
README.md
CHANGED
@@ -12,8 +12,7 @@ The directory includes 4 files, namely `config.json` which consists of model con
|
|
12 |
|
13 |
## How to use
|
14 |
To use it in transformers, please refer to https://github.com/OFA-Sys/OFA/tree/feature/add_transformers. Install the transformers and download the models as shown below.
|
15 |
-
|
16 |
-
```
|
17 |
git clone --single-branch --branch feature/add_transformers https://github.com/OFA-Sys/OFA.git
|
18 |
pip install OFA/transformers/
|
19 |
git clone https://huggingface.co/OFA-Sys/OFA-tiny
|
|
|
12 |
|
13 |
## How to use
|
14 |
To use it in transformers, please refer to https://github.com/OFA-Sys/OFA/tree/feature/add_transformers. Install the transformers and download the models as shown below.
|
15 |
+
```bash
|
|
|
16 |
git clone --single-branch --branch feature/add_transformers https://github.com/OFA-Sys/OFA.git
|
17 |
pip install OFA/transformers/
|
18 |
git clone https://huggingface.co/OFA-Sys/OFA-tiny
|