Update README.md
Browse files
README.md
CHANGED
|
@@ -17,4 +17,23 @@ in https://github.com/hiyouga/ChatGLM-Efficient-Tuning/tree/main
|
|
| 17 |
CUDA_VISIBLE_DEVICES=3 nohup python src/web_demo.py \
|
| 18 |
--model_name_or_path /HOME/jack/model/chatglm-6b \
|
| 19 |
--checkpoint_dir paper_meta\ \
|
| 20 |
-
> log_web_demo.txt 2>&1 & tail -f log_web_demo.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
CUDA_VISIBLE_DEVICES=3 nohup python src/web_demo.py \
|
| 18 |
--model_name_or_path /HOME/jack/model/chatglm-6b \
|
| 19 |
--checkpoint_dir paper_meta\ \
|
| 20 |
+
> log_web_demo.txt 2>&1 & tail -f log_web_demo.txt
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
### 🚩Citation
|
| 25 |
+
|
| 26 |
+
Please cite the following paper if you use OceanBench in your work.
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@INPROCEEDINGS{10412837,
|
| 30 |
+
author={Guo, Menghao and Wu, Fan and Jiang, Jinling and Yan, Xiaoran and Chen, Guangyong and Li, Wenhui and Zhao, Yunhong and Sun, Zeyi},
|
| 31 |
+
booktitle={2023 IEEE International Conference on Knowledge Graph (ICKG)},
|
| 32 |
+
title={Investigations on Scientific Literature Meta Information Extraction Using Large Language Models},
|
| 33 |
+
year={2023},
|
| 34 |
+
volume={},
|
| 35 |
+
number={},
|
| 36 |
+
pages={249-254},
|
| 37 |
+
keywords={Measurement;Knowledge graphs;Information retrieval;Data mining;Task analysis;information extraction;large language model;scientific literature},
|
| 38 |
+
doi={10.1109/ICKG59574.2023.00036}}
|
| 39 |
+
```
|