|
<<<<<<< HEAD |
|
The TDC Model Hub Transformers API is under development. In the meantime, we highly recommend using the native HF Transformers library and original Geneformer repo to run inference. |
|
|
|
```python |
|
# Load model directly |
|
from transformers import AutoModel |
|
model = AutoModel.from_pretrained("metehergul/scgpt") |
|
``` |
|
|
|
For further details see: https://huggingface.co/metehergul/scgpt |
|
======= |
|
All rights belong to: |
|
|
|
@misc{peng2020scgpt, |
|
title={Few-shot Natural Language Generation for Task-Oriented Dialog}, |
|
author={Baolin Peng, Chenguang Zhu, Chunyuan Li, Xiujun Li, Jinchao Li, Michael Zeng, Jianfeng Gao}, |
|
archivePrefix={arXiv}, |
|
year={2020}, |
|
eprint={2002.12328}, |
|
primaryClass={cs.CL} |
|
} |
|
>>>>>>> 23519966c9f2ad55dae4b35e50ce64a1aa17a70b |
|
|