Sanchit Gandhi
commited on
Commit
·
335dc7a
1
Parent(s):
06bbd0d
add model
Browse files- config.json +29 -0
- flax_model.msgpack +3 -0
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/younes/Desktop/Work/data/megatron-debug/",
|
3 |
+
"apply_residual_connection_post_layernorm": false,
|
4 |
+
"architectures": [
|
5 |
+
"BloomForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"attention_softmax_in_fp32": true,
|
9 |
+
"bias_dropout_fusion": true,
|
10 |
+
"bos_token_id": 0,
|
11 |
+
"eos_token_id": 0,
|
12 |
+
"hidden_dropout": 0.1,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"layer_norm_epsilon": 1e-05,
|
15 |
+
"masked_softmax_fusion": true,
|
16 |
+
"model_type": "bloom",
|
17 |
+
"n_embed": 64,
|
18 |
+
"n_inner": null,
|
19 |
+
"n_layer": 2,
|
20 |
+
"num_attention_heads": 8,
|
21 |
+
"pretraining_tp": 2,
|
22 |
+
"seq_length": 20,
|
23 |
+
"skip_bias_add": true,
|
24 |
+
"slow_but_exact": true,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.21.0.dev0",
|
27 |
+
"use_cache": false,
|
28 |
+
"vocab_size": 250880
|
29 |
+
}
|
flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3f1c3273546fa15ce3cbf27d44649a5c0d4c06cc5ed9dfb8ffefe858e280bcd
|
3 |
+
size 32514530
|