Skip to content

PRML-NLP/NLP_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

NLP_scratch

NLP codes implemented with Pytorch (w/o library such as huggingface)

scripts
├── models: Neural Network models
├── data: codes for dataloader and dataset or pre-processing
├── metrics
├── <[inference_for_each_task].py> ex) chit_chat.py, translate.py and classify_doc.py
└── <train_[task_name].py>... ex) train_summarization.py
└── utils: codes for utility and processing operation such as TF-IDF and crawler

About

NLP codes implemented with Pytorch (w/o library such as huggingface)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages