Pujaniitj/MLOPS_GROUP_PROJECT
09
1{
2 "activation": "gelu",
3 "architectures": [
4 "DistilBertForSequenceClassification"
5 ],
6 "attention_dropout": 0.1,
7 "bos_token_id": null,
8 "dim": 768,
9 "dropout": 0.1,
10 "dtype": "float32",
11 "eos_token_id": null,
12 "hidden_dim": 3072,
13 "id2label": {
14 "0": "negative",
15 "1": "positive"
16 },
17 "initializer_range": 0.02,
18 "label2id": {
19 "negative": 0,
20 "positive": 1
21 },
22 "max_position_embeddings": 512,
23 "model_type": "distilbert",
24 "n_heads": 12,
25 "n_layers": 6,
26 "pad_token_id": 0,
27 "problem_type": "single_label_classification",
28 "qa_dropout": 0.1,
29 "seq_classif_dropout": 0.2,
30 "sinusoidal_pos_embds": false,
31 "tie_weights_": true,
32 "tie_word_embeddings": true,
33 "transformers_version": "5.8.1",
34 "vocab_size": 30522
35}
36 