Bannng / KGC-HFtorch

HuggingFace & Pytorch implementation of Knowledge Grounded Dialogue System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knowledge Grounded Dialogue System Implementation with HuggingFace and PyTorch

My implementation

  • package list

Batch size tip

  • per_device_train_batch_size : 1
  • per_device_eval_batch_size : 1
  • grad_accumulation_steps : 4
  • which is available for 2080ti (nearly 110000MB)

About

HuggingFace & Pytorch implementation of Knowledge Grounded Dialogue System


Languages

Language:Python 81.5%Language:Jupyter Notebook 18.0%Language:Shell 0.4%