Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"apply_residual_connection_post_layernorm": false,
|
4 |
"architectures": [
|
5 |
"BloomForCausalLM"
|
@@ -8,6 +8,7 @@
|
|
8 |
"attention_softmax_in_fp32": true,
|
9 |
"bias_dropout_fusion": true,
|
10 |
"bos_token_id": 1,
|
|
|
11 |
"eos_token_id": 2,
|
12 |
"hidden_dropout": 0.0,
|
13 |
"hidden_size": 2048,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "YeungNLP/firefly-1b4",
|
3 |
"apply_residual_connection_post_layernorm": false,
|
4 |
"architectures": [
|
5 |
"BloomForCausalLM"
|
|
|
8 |
"attention_softmax_in_fp32": true,
|
9 |
"bias_dropout_fusion": true,
|
10 |
"bos_token_id": 1,
|
11 |
+
|
12 |
"eos_token_id": 2,
|
13 |
"hidden_dropout": 0.0,
|
14 |
"hidden_size": 2048,
|