ManishW's picture
Upload folder using huggingface_hub
022acf4
# Welcome to NewsClassifier Docs
For source visit [ManishW315/NewsClassifier](https://github.com/ManishW315/NewsClassifier).
## Project layout
<pre>
NewsClassifier
β”‚
β”œβ”€β”€β”€dataset
β”‚ β”œβ”€β”€β”€preprocessed
β”‚ β”‚ test.csv
β”‚ β”‚ train.csv
β”‚ β”‚
β”‚ └───raw
β”‚ news_dataset.csv
β”‚
β”œβ”€β”€β”€newsclassifier
β”‚ β”‚ data.py
β”‚ β”‚ models.py
β”‚ β”‚ train.py
β”‚ β”‚ tune.py
β”‚ β”‚ inference.py
β”‚ β”‚ utils.py
β”‚ β”‚
β”‚ β”‚
β”‚ └───config
β”‚ config.py
β”‚ sweep_config.yaml
β”‚
β”œβ”€β”€β”€notebooks
β”‚ eda.ipynb
β”‚ newsclassifier-roberta-base-wandb-track-sweep.ipynb
β”‚
└───test
</pre>