Upload with huggingface_hub
Browse files- model_config.json +2 -2
- model_state.pdparams +2 -2
model_config.json
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
"init_args": [
|
3 |
{
|
4 |
"vocab_size": 30001,
|
5 |
-
"hidden_size":
|
6 |
"num_hidden_layers": 2,
|
7 |
"num_attention_heads": 2,
|
8 |
-
"intermediate_size":
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"attention_probs_dropout_prob": 0.1,
|
|
|
2 |
"init_args": [
|
3 |
{
|
4 |
"vocab_size": 30001,
|
5 |
+
"hidden_size": 8,
|
6 |
"num_hidden_layers": 2,
|
7 |
"num_attention_heads": 2,
|
8 |
+
"intermediate_size": 8,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"attention_probs_dropout_prob": 0.1,
|
model_state.pdparams
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0029526fdd02bbe12ebe8ad5471b883a62151fd9543c59d4620130ce17d9aac
|
3 |
+
size 2065329
|