DehydratedWater42 commited on
Commit
45a1fde
1 Parent(s): aa69af9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
  ---
19
 
20
  # SeELLama (Semantic Extraction LLama)
21
- Model is based on LLama2-7b and fine-tuned with `DehydratedWater42/semantic_relations_extraction` dataset.
22
 
23
  The purpose of this model is to extract semantic relations from text in a structured way.
24
 
@@ -27,6 +27,7 @@ The purpose of this model is to extract semantic relations from text in a struct
27
  - **Entities**: ["pigeon", "car", "building"]
28
  - **Relations between entities**: {"pigeon -> car": "pigeon sits on the car", "car -> building": "car is parked outside the building"}
29
 
 
30
 
31
  ### This is just adapter for `NousResearch/Llama-2-7b-hf`
32
  - **Get SeELLama as Safetensors:** [DehydratedWater42/SeELLama](https://huggingface.co/DehydratedWater42/SeELLama)
 
18
  ---
19
 
20
  # SeELLama (Semantic Extraction LLama)
21
+ Model is based on LLama2-7b and fine-tuned with the `DehydratedWater42/semantic_relations_extraction` dataset.
22
 
23
  The purpose of this model is to extract semantic relations from text in a structured way.
24
 
 
27
  - **Entities**: ["pigeon", "car", "building"]
28
  - **Relations between entities**: {"pigeon -> car": "pigeon sits on the car", "car -> building": "car is parked outside the building"}
29
 
30
+ **Note:** The text example above is **too short** for the actual model; please use **at least 500-token text** segments for extraction to avoid hallucinations.
31
 
32
  ### This is just adapter for `NousResearch/Llama-2-7b-hf`
33
  - **Get SeELLama as Safetensors:** [DehydratedWater42/SeELLama](https://huggingface.co/DehydratedWater42/SeELLama)