Instructions to use jackkuo/PaperExtractGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jackkuo/PaperExtractGPT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/HOME/jack/model/chatglm-6b/") model = PeftModel.from_pretrained(base_model, "jackkuo/PaperExtractGPT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ CUDA_VISIBLE_DEVICES=3 nohup python src/web_demo.py \
|
|
| 23 |
|
| 24 |
### 🚩Citation
|
| 25 |
|
| 26 |
-
Please cite the following paper if you use
|
| 27 |
|
| 28 |
```bibtex
|
| 29 |
@INPROCEEDINGS{10412837,
|
|
|
|
| 23 |
|
| 24 |
### 🚩Citation
|
| 25 |
|
| 26 |
+
Please cite the following paper if you use jackkuo/PaperExtractGPT in your work.
|
| 27 |
|
| 28 |
```bibtex
|
| 29 |
@INPROCEEDINGS{10412837,
|