Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
| 3 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
| 4 |
+
{}
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Model Card for Model ID
|
| 8 |
+
|
| 9 |
+
This is a simple classifier using the 20 Newgroups dataset
|
| 10 |
+
|
| 11 |
+
## Model Details
|
| 12 |
+
Uses sklearn.datasets to pull 20 Newsgroups data.
|
| 13 |
+
|
| 14 |
+
It runs through a variety of transformers (I'm not sure if this is the right terminology) to classify the data provided.
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
The focus of this is to fine tune a model with Text Classification.
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
- **Developed by:** FourthBrain
|
| 23 |
+
- **Model type:** Simple Classifier
|
| 24 |
+
- **Language(s) (NLP):** distilbert-base-uncased
|
| 25 |
+
- **License:** MIT (?)
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
## Uses
|
| 29 |
+
|
| 30 |
+
This is for a class so shouldnt be used for anything more than learning.
|
| 31 |
+
|
| 32 |
+
### Direct Use
|
| 33 |
+
|
| 34 |
+
Learning
|
| 35 |
+
|
| 36 |
+
## Training Details
|
| 37 |
+
|
| 38 |
+
### Training Data
|
| 39 |
+
|
| 40 |
+
[20 Newgroups](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html)
|
| 41 |
+
|
| 42 |
+
[More Information Needed]
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
|