dilip025 commited on
Commit
abfeb66
·
verified ·
1 Parent(s): d22bf9d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForSentimentClassification"
4
+ ],
5
+ "vocab_size": 30000,
6
+ "hidden_size": 512,
7
+ "num_attention_heads": 8,
8
+ "num_hidden_layers": 6,
9
+ "intermediate_size": 2048,
10
+ "hidden_dropout_prob": 0.1,
11
+ "max_position_embeddings": 128,
12
+ "num_labels": 5,
13
+ "model_type": "roberta",
14
+ "auto_map": {
15
+ "AutoModelForSequenceClassification": "modeling_roberta_sentiment.RobertaForSentimentClassification"
16
+ }
17
+ }