Hana-12345 commited on
Commit
72fccc9
verified
1 Parent(s): b925259

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +14 -9
config.json CHANGED
@@ -1,12 +1,17 @@
1
  {
2
- "model_type": "tfidf",
3
- "max_features": null,
4
- "stop_words": null,
5
- "ngram_range": [
6
- 1,
7
- 1
8
  ],
9
- "use_idf": true,
10
- "smooth_idf": true,
11
- "sublinear_tf": false
 
 
 
 
 
 
 
 
 
12
  }
 
1
  {
2
+ "architectures": [
3
+ "DistilBertForSequenceClassification"
 
 
 
 
4
  ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "embedding_size": 768,
7
+ "hidden_dropout_prob": 0.1,
8
+ "hidden_size": 768,
9
+ "intermediate_size": 3072,
10
+ "layer_norm_eps": 1e-12,
11
+ "max_position_embeddings": 512,
12
+ "num_attention_heads": 12,
13
+ "num_hidden_layers": 6,
14
+ "pad_token_id": 0,
15
+ "vocab_size": 30522,
16
+ "transformers_version": "4.5.1"
17
  }