Metadata-Version: 2.1
Name: VFastPunct
Version: 1.0
Summary: Fast Punctuation Restoration for Vietnamese
Home-page: https://github.com/Hung-Thinh-Innovation/vfastPunct
Author: DatNgo
Author-email: datnnt97@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# vfastPunct
Fast Punctuation Restoration using Transformer Models for Vietnamese

# Run
## train
```bash
python vfastpunc/trainer.py train --data_dir ./datasets/News \--model_name_or_path bert-base-multilingual-cased
```

