wj-Mcat / paddle-template

the template for paddle models which can reduce your lots of work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paddle-models-template

the template for paddle models which can reduce your lots of work

Features

  • Full test suit for modeling
  • Full used Trainer which can control train/dev/test stage
  • Base Data structure for different tasks
  • Data Processo interface for different corpus
  • Makefile for small shell scripts
  • ...

Quick Start

1. clone the repo or create a repo from this template

git clone https://github.com/wj-Mcat/paddle-models-template

2. write your own models

this will happen in src/model.py file

3. write your own data processor

this will happen in src/data_processors.py

4. train your model

python trainer.py

Creators

Copyright & License

  • Code & Docs © 2022 wj-Mcat https://github.com/wj-Mcat
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons

About

the template for paddle models which can reduce your lots of work

License:Apache License 2.0


Languages

Language:Python 97.3%Language:Makefile 2.7%