| { | |
| "_name_or_path": "distilbert-base-uncased", | |
| "architectures": [ | |
| "DistilBertForSequenceClassification" | |
| ], | |
| "id2label": { | |
| "0": "bad", | |
| "1": "good" | |
| }, | |
| "label2id": { | |
| "bad": 0, | |
| "good": 1 | |
| }, | |
| "model_type": "distilbert", | |
| "num_labels": 2 | |
| } |
| { | |
| "_name_or_path": "distilbert-base-uncased", | |
| "architectures": [ | |
| "DistilBertForSequenceClassification" | |
| ], | |
| "id2label": { | |
| "0": "bad", | |
| "1": "good" | |
| }, | |
| "label2id": { | |
| "bad": 0, | |
| "good": 1 | |
| }, | |
| "model_type": "distilbert", | |
| "num_labels": 2 | |
| } |