Safetensors
victorlxh commited on
Commit
39a649b
1 Parent(s): 894cc85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -16,7 +16,9 @@ ICKG (Integrated Contextual Knowledge Graph Generator) v3.2 is a knowledge graph
16
  ## Model Sources
17
  - **Repository**: [https://github.com/xiaohui-victor-li/FinDKG](https://github.com/xiaohui-victor-li/FinDKG)
18
  - **Website**: [https://xiaohui-victor-li.github.io/FinDKG/](https://xiaohui-victor-li.github.io/FinDKG/)
19
- - **Paper**: [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4608445](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4608445)
 
 
20
 
21
  ## Use Guidance
22
 
@@ -28,9 +30,11 @@ The primary use of ICKG LLM is for generating knowledge graphs (KG) based on ins
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)
35
 
36
  ## Training Details
 
16
  ## Model Sources
17
  - **Repository**: [https://github.com/xiaohui-victor-li/FinDKG](https://github.com/xiaohui-victor-li/FinDKG)
18
  - **Website**: [https://xiaohui-victor-li.github.io/FinDKG/](https://xiaohui-victor-li.github.io/FinDKG/)
19
+ - **Paper**:
20
+ - [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4608445](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4608445)
21
+ - [https://arxiv.org/abs/2407.10909](https://arxiv.org/abs/2407.10909)
22
 
23
  ## Use Guidance
24
 
 
30
 
31
  - ⚠️ As a prerequisite, ensure the Hugging Face python library `transformers` and the auxiliary `peft` library (https://github.com/huggingface/peft) are pre-installed.
32
 
33
+ - 📒 For optimal performance, the LLM is recommended to run on a GPU server.
34
+
35
 
36
  ## How to Get Started with the Model
37
+
38
  - **Python Code**: [https://github.com/xiaohui-victor-li/FinDKG](https://github.com/xiaohui-victor-li/FinDKG)
39
 
40
  ## Training Details