simonosgoode
commited on
Commit
·
b30b18e
1
Parent(s):
5e33710
End of training
Browse files- .gitignore +1 -0
- config.json +32 -0
- pytorch_model.bin +3 -0
- runs/Oct12_15-17-25_129-146-2-127/1665587928.888287/events.out.tfevents.1665587928.129-146-2-127.57735.1 +3 -0
- runs/Oct12_15-17-25_129-146-2-127/events.out.tfevents.1665587928.129-146-2-127.57735.0 +3 -0
- runs/Oct12_15-17-25_129-146-2-127/events.out.tfevents.1665599375.129-146-2-127.57735.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bigscience/bloom-560m",
|
3 |
+
"apply_residual_connection_post_layernorm": false,
|
4 |
+
"architectures": [
|
5 |
+
"BloomForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
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": 1024,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"layer_norm_epsilon": 1e-05,
|
16 |
+
"masked_softmax_fusion": true,
|
17 |
+
"model_type": "bloom",
|
18 |
+
"n_head": 16,
|
19 |
+
"n_inner": null,
|
20 |
+
"n_layer": 24,
|
21 |
+
"offset_alibi": 100,
|
22 |
+
"pad_token_id": 3,
|
23 |
+
"pretraining_tp": 1,
|
24 |
+
"skip_bias_add": true,
|
25 |
+
"skip_bias_add_qkv": false,
|
26 |
+
"slow_but_exact": false,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.23.1",
|
29 |
+
"unk_token_id": 0,
|
30 |
+
"use_cache": true,
|
31 |
+
"vocab_size": 250880
|
32 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:324723d9b710c9bfe70600a443c0f3856006c6eced1de70c4d9cda5344200f86
|
3 |
+
size 2236955191
|
runs/Oct12_15-17-25_129-146-2-127/1665587928.888287/events.out.tfevents.1665587928.129-146-2-127.57735.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22e378938d51b426226f235c78806f8bcb7cde5749b98e8df66a6e596b41d60a
|
3 |
+
size 5499
|
runs/Oct12_15-17-25_129-146-2-127/events.out.tfevents.1665587928.129-146-2-127.57735.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab8fc038557d0ae68b12e0809612dec6f3ec14e4c1355e819a79c258302b8f51
|
3 |
+
size 5506
|
runs/Oct12_15-17-25_129-146-2-127/events.out.tfevents.1665599375.129-146-2-127.57735.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d089323d398235b3a2fc5b3b78ad6a54ff524bfa2db0a75169111bea4f9905f0
|
3 |
+
size 316
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ff82b069d720121cdf01d22b5441ad115b67acf245eeb46c2aa1016dffd80af
|
3 |
+
size 3375
|