mwebazarick commited on
Commit
5612b73
·
verified ·
1 Parent(s): d8c6929

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
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
- ```make run
 
 
21
  ```
22
 
23
  Then inference the models in the terminal like this:
24
- ```./run model.bin -t 0.8 -n 384 -i "Oli Otya"
 
 
 
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
  ```