├── README.md ├── dataloader.py ├── phobert-base.JPG ├── phobert_embeding.py ├── test.txt ├── train_classifer_keras.py ├── train_classifier_keras.JPG ├── train_transformers_classifier_pytorch.JPG ├── train_transformers_classifier_pytorch.py ├── vinai └── phobert-base │ └── put_files_here.md ├── vncorenlp ├── VnCoreNLP-1.1.1.jar └── models │ └── wordsegmenter │ ├── vi-vocab │ └── wordsegmenter.rdr └── x60_data.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/README.md -------------------------------------------------------------------------------- /dataloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/dataloader.py -------------------------------------------------------------------------------- /phobert-base.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/phobert-base.JPG -------------------------------------------------------------------------------- /phobert_embeding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/phobert_embeding.py -------------------------------------------------------------------------------- /test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/test.txt -------------------------------------------------------------------------------- /train_classifer_keras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/train_classifer_keras.py -------------------------------------------------------------------------------- /train_classifier_keras.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/train_classifier_keras.JPG -------------------------------------------------------------------------------- /train_transformers_classifier_pytorch.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/train_transformers_classifier_pytorch.JPG -------------------------------------------------------------------------------- /train_transformers_classifier_pytorch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/train_transformers_classifier_pytorch.py -------------------------------------------------------------------------------- /vinai/phobert-base/put_files_here.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vncorenlp/VnCoreNLP-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/vncorenlp/VnCoreNLP-1.1.1.jar -------------------------------------------------------------------------------- /vncorenlp/models/wordsegmenter/vi-vocab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/vncorenlp/models/wordsegmenter/vi-vocab -------------------------------------------------------------------------------- /vncorenlp/models/wordsegmenter/wordsegmenter.rdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/vncorenlp/models/wordsegmenter/wordsegmenter.rdr -------------------------------------------------------------------------------- /x60_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dangvansam/phobert-text-classification/HEAD/x60_data.py --------------------------------------------------------------------------------