Teddy487 commited on
Commit
bbc68a8
1 Parent(s): 09526dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -34,9 +34,11 @@ Given a sentence, the model produces textual predictions in the following format
34
 
35
  ### How to Use
36
 
37
- 1. Install the relevant libraries (using the LLaMA3-8b-instruct model as an example):
38
  ```bash
39
  pip install transformers datasets peft torch
 
 
40
  ```
41
 
42
  2. Load the model and perform inference (example):
 
34
 
35
  ### How to Use
36
 
37
+ 1. Install the relevant libraries as well as the [MulVOIEL](https://github.com/Teddy-Li/MulVOIEL/) package:
38
  ```bash
39
  pip install transformers datasets peft torch
40
+ git clone https://github.com/Teddy-Li/MulVOIEL
41
+ cd MulVOIEL
42
  ```
43
 
44
  2. Load the model and perform inference (example):