User00121/Essay-analysis
013
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}