leopiano98 commited on
Commit
85153ad
·
verified ·
1 Parent(s): 090fd15

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/LLIMONIE_anita8b"
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