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
File size: 134 Bytes
3ba9919 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e5adbe2670e6891b8fe4880f2368bd6b1808337c864cb7eef60e0819ec362949
size 939772349
|