TextClassificationBenchmark icon indicating copy to clipboard operation
TextClassificationBenchmark copied to clipboard

A Benchmark of Text Classification in PyTorch

Results 21 TextClassificationBenchmark issues
Sort by recently updated
recently updated
newest added
trafficstars

may I ask you for the step of starting your program,please? because I am green hand.

Hi, thanks creating this text classification benchmark! I wanted to run the basic example `python3 main.py --model cnn` and I could see that the GloVe embeddings were not downloaded automatically....

Hi, this PR adds basic functionality for downloading the GloVe embeddings automatically when torchtext is disabled. The user-defined model - specified via commandline option - is also used now.

In order to keep the neatness of the commit codes, I think it would be better to remove the commented out codes before commit, or just integrating the commented out...

![屏幕截图 2024-07-02 174222](https://github.com/FreedomIntelligence/TextClassificationBenchmark/assets/105211641/e49da4c5-cab2-4fe3-b73d-20b73bb0df9c) Sorry to interrupt, but when I run the main.py, I get an error message in the picture. I use the cmd "python main.py --model lstm -- dataset...