Update README.md
Browse files
README.md
CHANGED
@@ -36,9 +36,11 @@ Given a sentence, the model produces textual predictions in the following format
|
|
36 |
|
37 |
### How to Use
|
38 |
|
39 |
-
1. Install the relevant libraries
|
40 |
```bash
|
41 |
pip install transformers datasets peft torch
|
|
|
|
|
42 |
```
|
43 |
|
44 |
2. Load the model and perform inference (example):
|
@@ -78,7 +80,7 @@ The primary benefit of our model is the ability to extract finer-grained informa
|
|
78 |
| Model | Levenshtein Distance | Macro F-1 |
|
79 |
| --- | --- | --- |
|
80 |
| [LoRA LLaMA2-7b](https://huggingface.co/Teddy487/LLaMA2-7b-for-OpenIE) | 5.85 | 50.2 |
|
81 |
-
| [LoRA LLaMA3-8b](https://huggingface.co/Teddy487/LLaMA3-8b-for-OpenIE) | 5.04 | 55.3 |
|
82 |
| RNN OIE * | - | 49.0 |
|
83 |
| IMOJIE * | - | 53.5 |
|
84 |
| Open IE 6 * | - | 54.0/52.7 |
|
|
|
36 |
|
37 |
### How to Use
|
38 |
|
39 |
+
1. Install the relevant libraries as well as the [MulVOIEL](https://github.com/Teddy-Li/MulVOIEL/) package:
|
40 |
```bash
|
41 |
pip install transformers datasets peft torch
|
42 |
+
git clone https://github.com/Teddy-Li/MulVOIEL
|
43 |
+
cd MulVOIEL
|
44 |
```
|
45 |
|
46 |
2. Load the model and perform inference (example):
|
|
|
80 |
| Model | Levenshtein Distance | Macro F-1 |
|
81 |
| --- | --- | --- |
|
82 |
| [LoRA LLaMA2-7b](https://huggingface.co/Teddy487/LLaMA2-7b-for-OpenIE) | 5.85 | 50.2 |
|
83 |
+
| [LoRA LLaMA3-8b](https://huggingface.co/Teddy487/LLaMA3-8b-for-OpenIE) | **5.04** | **55.3** |
|
84 |
| RNN OIE * | - | 49.0 |
|
85 |
| IMOJIE * | - | 53.5 |
|
86 |
| Open IE 6 * | - | 54.0/52.7 |
|