pdelobelle
commited on
Commit
•
3ec9865
1
Parent(s):
359a747
Added architecture
Browse files- config.json +3 -0
config.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
{
|
2 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
|
|
|
3 |
"bos_token_id": 0,
|
4 |
"eos_token_id": 2,
|
5 |
"gradient_checkpointing": false,
|
|
|
1 |
{
|
2 |
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForMaskedLM"
|
5 |
+
],
|
6 |
"bos_token_id": 0,
|
7 |
"eos_token_id": 2,
|
8 |
"gradient_checkpointing": false,
|