Update README.md
Browse files
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**:
|
|
|
|
|
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 |
-
-
|
|
|
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
|