CoolFace
Modelpublic

User00121/Essay-analysis

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes13downloads
config.json16 linesDownload Raw Back to root
1{
2  "_name_or_path": "distilbert-base-uncased",
3  "architectures": [
4    "DistilBertForSequenceClassification"
5  ],
6  "id2label": {
7    "0": "bad",
8    "1": "good"
9  },
10  "label2id": {
11    "bad": 0,
12    "good": 1
13  },
14  "model_type": "distilbert",
15  "num_labels": 2
16}