上传训练好的IMDB情感分析模型
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
| 12 |
"1": "POSITIVE"
|
| 13 |
},
|
| 14 |
"initializer_range": 0.02,
|
|
|
|
| 15 |
"max_position_embeddings": 512,
|
| 16 |
"model_type": "distilbert",
|
| 17 |
"n_heads": 12,
|
|
|
|
| 12 |
"1": "POSITIVE"
|
| 13 |
},
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
+
"label2id": null,
|
| 16 |
"max_position_embeddings": 512,
|
| 17 |
"model_type": "distilbert",
|
| 18 |
"n_heads": 12,
|