Added ForCausalLM loss_type
Browse files- config.json +2 -1
config.json
CHANGED
@@ -29,5 +29,6 @@
|
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.44.2",
|
31 |
"use_cache": true,
|
32 |
-
"vocab_size": 72
|
|
|
33 |
}
|
|
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.44.2",
|
31 |
"use_cache": true,
|
32 |
+
"vocab_size": 72,
|
33 |
+
"loss_type": "ForCausalLM"
|
34 |
}
|