--- # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1 # Doc / guide: https://huggingface.co/docs/hub/model-cards {} --- # Model Card for Model ID This is a simple classifier using the 20 Newgroups dataset ## Model Details Uses sklearn.datasets to pull 20 Newsgroups data. It runs through a variety of transformers (I'm not sure if this is the right terminology) to classify the data provided. ### Model Description The focus of this is to fine tune a model with Text Classification. - **Developed by:** FourthBrain - **Model type:** Simple Classifier - **Language(s) (NLP):** distilbert-base-uncased - **License:** MIT (?) ## Uses This is for a class so shouldnt be used for anything more than learning. ### Direct Use Learning ## Training Details ### Training Data [20 Newgroups](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html) [More Information Needed]