File size: 802 Bytes
6d7eed6
95556c7
6d7eed6
 
95556c7
6d7eed6
 
 
 
 
 
 
9459299
6d7eed6
 
 
 
 
 
95556c7
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "_name_or_path": "dancingninjas/sentiment-model",
  "activation": "gelu",
  "architectures": [
    "TFAutoModelForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "initializer_range": 0.02,
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "problem_type": "single_label_classification",
  "seq_classif_dropout": 0.2,
  "transformers_version": "4.26.1",
  "vocab_size": 30522,
  "description": "A fine-tuned DistilBERT model for sentiment analysis.",
  "tags": ["text-classification", "sentiment-analysis"],
  "pipeline_tag": "text-classification",
  "framework": "transformers",
  "pytorch_version": "1.8.1",
  "tensorflow_version": "2.7.0",
  "license": "MIT"
}