Training in progress, epoch 1
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "togethercomputer/GPT-NeoXT-Chat-Base-20B",
|
3 |
+
"architectures": [
|
4 |
+
"GPTNeoXForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"eos_token_id": 0,
|
9 |
+
"hidden_act": "gelu_fast",
|
10 |
+
"hidden_dropout_prob": 0,
|
11 |
+
"hidden_size": 6144,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 24576,
|
14 |
+
"layer_norm_eps": 1e-05,
|
15 |
+
"max_position_embeddings": 2048,
|
16 |
+
"model_type": "gpt_neox",
|
17 |
+
"num_attention_heads": 64,
|
18 |
+
"num_hidden_layers": 44,
|
19 |
+
"rotary_emb_base": 10000,
|
20 |
+
"rotary_pct": 0.25,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.26.0",
|
24 |
+
"use_cache": false,
|
25 |
+
"use_parallel_residual": true,
|
26 |
+
"vocab_size": 50432
|
27 |
+
}
|
logs/1678791639.548573/events.out.tfevents.1678791639.ip-26-0-150-12.2203689.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45fd722598c9eb6ee885e5ba0fb70aaf772e5efd08c0ec9912a808d9a64844a9
|
3 |
+
size 5776
|
logs/events.out.tfevents.1678791639.ip-26-0-150-12.2203689.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be1003b4cad9a28e4db8b655ff1fef37518564a3456d6a6d5a6f583770dbc0c8
|
3 |
+
size 3979
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b54ba87e61e70d2ed2869b795a21d266c34ba60e57c0a2fe7954895427cacf51
|
3 |
+
size 4795
|