Spaces:
Sleeping
Sleeping
File size: 731 Bytes
022acf4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# 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> |