added pretrain-point on config.json (#1)
Browse files- Update config.json (0c7fea2134dbba313c8f21969886e25f7e107d38)
- config.json +3 -0
config.json
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
{
|
|
|
|
|
2 |
"_name_or_path": "FacebookAI/roberta-large",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
|
|
1 |
{
|
2 |
+
"pretrain_checkpoint": "FacebookAI/roberta-large",
|
3 |
+
"classifier_dropout": 0.1,
|
4 |
"_name_or_path": "FacebookAI/roberta-large",
|
5 |
"architectures": [
|
6 |
"RobertaForSequenceClassification"
|
7 |
],
|
8 |
+
|
9 |
"attention_probs_dropout_prob": 0.1,
|
10 |
"bos_token_id": 0,
|
11 |
"classifier_dropout": null,
|