File size: 999 Bytes
fb6026d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
---
# 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]