CoolFace
Modelpublic

Indramal/Calender-Event-Classification

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes17downloads
config.json76 linesDownload Raw Back to root
1{2  "_name_or_path": "/content/event_cat/checkpoint-300",3  "activation": "gelu",4  "architectures": [5    "DistilBertForSequenceClassification"6  ],7  "attention_dropout": 0.1,8  "dim": 768,9  "dropout": 0.1,10  "hidden_dim": 3072,11  "id2label": {12    "0": "A party",13    "1": "Birthday party",14    "2": "Boarding fees",15    "3": "Charity",16    "4": "Coffee outing",17    "5": "Dentist appointment",18    "6": "Dinner or lunch out",19    "7": "Doctor appointment",20    "8": "Exams",21    "9": "Get together",22    "10": "Grocery shopping",23    "11": "Haircut",24    "12": "Health checkup",25    "13": "Movie night",26    "14": "Musical show",27    "15": "Other",28    "16": "Saloon appointment",29    "17": "Shopping outing",30    "18": "Trips",31    "19": "Virtual event",32    "20": "Visit grand parents",33    "21": "Wedding",34    "22": "Workouts or Gym"35  },36  "initializer_range": 0.02,37  "label2id": {38    "A party": 0,39    "Birthday party": 1,40    "Boarding fees": 2,41    "Charity": 3,42    "Coffee outing": 4,43    "Dentist appointment": 5,44    "Dinner or lunch out": 6,45    "Doctor appointment": 7,46    "Exams": 8,47    "Get together": 9,48    "Grocery shopping": 10,49    "Haircut": 11,50    "Health checkup": 12,51    "Movie night": 13,52    "Musical show": 14,53    "Other": 15,54    "Saloon appointment": 16,55    "Shopping outing": 17,56    "Trips": 18,57    "Virtual event": 19,58    "Visit grand parents": 20,59    "Wedding": 21,60    "Workouts or Gym": 2261  },62  "max_position_embeddings": 512,63  "model_type": "distilbert",64  "n_heads": 12,65  "n_layers": 6,66  "pad_token_id": 0,67  "problem_type": "single_label_classification",68  "qa_dropout": 0.1,69  "seq_classif_dropout": 0.2,70  "sinusoidal_pos_embds": false,71  "tie_weights_": true,72  "torch_dtype": "float32",73  "transformers_version": "4.26.1",74  "vocab_size": 3052275}76