synopsis_classifier / config.json
Alirani's picture
Training in progress epoch 0
3ef4d9d
raw
history blame
1.33 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Family",
"1": "Romance",
"2": "Comedy",
"3": "Action",
"4": "Documentary",
"5": "Adventure",
"6": "Drama",
"7": "Mystery",
"8": "Crime",
"9": "Thriller",
"10": "Science Fiction",
"11": "History",
"12": "Music",
"13": "Western",
"14": "Fantasy",
"15": "TV Movie",
"16": "Horror",
"17": "Animation",
"18": "Reality"
},
"initializer_range": 0.02,
"label2id": {
"Action": 3,
"Adventure": 5,
"Animation": 17,
"Comedy": 2,
"Crime": 8,
"Documentary": 4,
"Drama": 6,
"Family": 0,
"Fantasy": 14,
"History": 11,
"Horror": 16,
"Music": 12,
"Mystery": 7,
"Reality": 18,
"Romance": 1,
"Science Fiction": 10,
"TV Movie": 15,
"Thriller": 9,
"Western": 13
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"transformers_version": "4.34.1",
"vocab_size": 30522
}