lhwcv / NLP_practice.pytorch

Continuously update some NLP practice based on different tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP_practice

We will continuously update some NLP practice based on different tasks.

prerequisites

Software

  • pytorch >= 1.10
  • torchtext >= 0.11.0
  • sklearn
  • tqdm

or


cd  NLP_practice/
pip install --no-cache-dir -r requirements.txt  -i https://mirrors.aliyun.com/pypi/simple/

Classification

- Supported models

- Supported datasets

  • multi datasets in torchtext.datasets e.g SougouNews
  • rt_polarity

Examples:

TODO MORE TASKS

About

Continuously update some NLP practice based on different tasks.

License:Apache License 2.0


Languages

Language:Python 98.5%Language:Shell 1.5%