Update README.md
Browse files
README.md
CHANGED
|
@@ -17,9 +17,14 @@ This repository includes both the base and finetuned models of BULaMU, which are
|
|
| 17 |
To inference the models, unzip the folder ("base.zip" or "finetuned.zip").
|
| 18 |
|
| 19 |
Then compile the C code like this:
|
| 20 |
-
|
|
|
|
|
|
|
| 21 |
```
|
| 22 |
|
| 23 |
Then inference the models in the terminal like this:
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
| 25 |
```
|
|
|
|
| 17 |
To inference the models, unzip the folder ("base.zip" or "finetuned.zip").
|
| 18 |
|
| 19 |
Then compile the C code like this:
|
| 20 |
+
|
| 21 |
+
```bash
|
| 22 |
+
make run
|
| 23 |
```
|
| 24 |
|
| 25 |
Then inference the models in the terminal like this:
|
| 26 |
+
Then inference the models in the terminal like this:
|
| 27 |
+
|
| 28 |
+
```bash
|
| 29 |
+
./run model.bin -t 0.8 -n 384 -i "Oli Otya"
|
| 30 |
```
|