Safetensors
victorlxh commited on
Commit
894cc85
·
verified ·
1 Parent(s): d84ca04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,7 +8,7 @@ license: cc-by-nc-4.0
8
  ## Model Details
9
  ICKG (Integrated Contextual Knowledge Graph Generator) v3.2 is a knowledge graph construction (KGC) task-specific instruction-following large language model (LLM) fine-tuned from [Mistral 7B](https://arxiv.org/abs/2310.06825). It outperforms the latest [ICKG v2.0](https://huggingface.co/victorlxh/ICKG-v2.0) that is fine-tuned from Vicuna LLM.
10
 
11
- - **Developed by**: [Xiaohui Li](https://xiaohui-victor-li.github.io/)
12
  - **Model type**: Auto-regressive language model based on the transformer architecture.
13
  - **License**: Non-commercial
14
  - **Finetuned from model**: [Mistral-7B](https://arxiv.org/abs/2310.06825).
@@ -26,7 +26,9 @@ The primary use of ICKG LLM is for generating knowledge graphs (KG) based on ins
26
 
27
  - Aspect-Based Sentiment Analysis (ABSA) represents a refined facet of sentiment analysis that specifically targets the sentiments associated with distinct aspects or attributes within a text. This granular approach is crucial for applications where understanding nuanced opinions about specific features is essential. ABSA not only discerns the overall sentiment of the text but also pinpoints and evaluates sentiments related to individual aspects mentioned within the document.
28
 
 
29
 
 
30
 
31
  ## How to Get Started with the Model
32
  - **Python Code**: [https://github.com/xiaohui-victor-li/FinDKG](https://github.com/xiaohui-victor-li/FinDKG)
 
8
  ## Model Details
9
  ICKG (Integrated Contextual Knowledge Graph Generator) v3.2 is a knowledge graph construction (KGC) task-specific instruction-following large language model (LLM) fine-tuned from [Mistral 7B](https://arxiv.org/abs/2310.06825). It outperforms the latest [ICKG v2.0](https://huggingface.co/victorlxh/ICKG-v2.0) that is fine-tuned from Vicuna LLM.
10
 
11
+ - **Developed by**: [Xiaohui Victor Li](https://xiaohui-victor-li.github.io/)
12
  - **Model type**: Auto-regressive language model based on the transformer architecture.
13
  - **License**: Non-commercial
14
  - **Finetuned from model**: [Mistral-7B](https://arxiv.org/abs/2310.06825).
 
26
 
27
  - Aspect-Based Sentiment Analysis (ABSA) represents a refined facet of sentiment analysis that specifically targets the sentiments associated with distinct aspects or attributes within a text. This granular approach is crucial for applications where understanding nuanced opinions about specific features is essential. ABSA not only discerns the overall sentiment of the text but also pinpoints and evaluates sentiments related to individual aspects mentioned within the document.
28
 
29
+ - ⚠️ As a prerequisite, ensure the Hugging Face python library `transformers` and the auxiliary `peft` library (https://github.com/huggingface/peft) are pre-installed.
30
 
31
+ - The LLM is best suited to run on a GPU server
32
 
33
  ## How to Get Started with the Model
34
  - **Python Code**: [https://github.com/xiaohui-victor-li/FinDKG](https://github.com/xiaohui-victor-li/FinDKG)