| { |
| "_name_or_path": "/content/event_cat/checkpoint-300", |
| "activation": "gelu", |
| "architectures": [ |
| "DistilBertForSequenceClassification" |
| ], |
| "attention_dropout": 0.1, |
| "dim": 768, |
| "dropout": 0.1, |
| "hidden_dim": 3072, |
| "id2label": { |
| "0": "A party", |
| "1": "Birthday party", |
| "2": "Boarding fees", |
| "3": "Charity", |
| "4": "Coffee outing", |
| "5": "Dentist appointment", |
| "6": "Dinner or lunch out", |
| "7": "Doctor appointment", |
| "8": "Exams", |
| "9": "Get together", |
| "10": "Grocery shopping", |
| "11": "Haircut", |
| "12": "Health checkup", |
| "13": "Movie night", |
| "14": "Musical show", |
| "15": "Other", |
| "16": "Saloon appointment", |
| "17": "Shopping outing", |
| "18": "Trips", |
| "19": "Virtual event", |
| "20": "Visit grand parents", |
| "21": "Wedding", |
| "22": "Workouts or Gym" |
| }, |
| "initializer_range": 0.02, |
| "label2id": { |
| "A party": 0, |
| "Birthday party": 1, |
| "Boarding fees": 2, |
| "Charity": 3, |
| "Coffee outing": 4, |
| "Dentist appointment": 5, |
| "Dinner or lunch out": 6, |
| "Doctor appointment": 7, |
| "Exams": 8, |
| "Get together": 9, |
| "Grocery shopping": 10, |
| "Haircut": 11, |
| "Health checkup": 12, |
| "Movie night": 13, |
| "Musical show": 14, |
| "Other": 15, |
| "Saloon appointment": 16, |
| "Shopping outing": 17, |
| "Trips": 18, |
| "Virtual event": 19, |
| "Visit grand parents": 20, |
| "Wedding": 21, |
| "Workouts or Gym": 22 |
| }, |
| "max_position_embeddings": 512, |
| "model_type": "distilbert", |
| "n_heads": 12, |
| "n_layers": 6, |
| "pad_token_id": 0, |
| "problem_type": "single_label_classification", |
| "qa_dropout": 0.1, |
| "seq_classif_dropout": 0.2, |
| "sinusoidal_pos_embds": false, |
| "tie_weights_": true, |
| "torch_dtype": "float32", |
| "transformers_version": "4.26.1", |
| "vocab_size": 30522 |
| } |
|
|