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
Requires-Dist: torch (~=1.11.0)
Requires-Dist: transformers (~=4.18.0)
Requires-Dist: pytorch-crf (~=0.7.2)
Requires-Dist: pandas (~=1.3.5)
Requires-Dist: scikit-learn (~=1.0.2)

# 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
```

