leopiano98
commited on
update readme
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ git clone https://github.com/leonardoPiano/LLIMONIE.git
|
|
37 |
```python
|
38 |
from PromptTemplates.instruct_prompt_templates import NER,RE,JOINT
|
39 |
from LLM.Unsloth import UnslothLLM
|
40 |
-
model_path="leopiano98/
|
41 |
|
42 |
llimonie=UnslothLLM(model_path,inference=True)
|
43 |
task=NER
|
|
|
37 |
```python
|
38 |
from PromptTemplates.instruct_prompt_templates import NER,RE,JOINT
|
39 |
from LLM.Unsloth import UnslothLLM
|
40 |
+
model_path="leopiano98/LLIMONIIE_anita-8b"
|
41 |
|
42 |
llimonie=UnslothLLM(model_path,inference=True)
|
43 |
task=NER
|