Training in progress, step 100
Browse files- .gitignore +1 -0
- config.json +23 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"PalmModel"
|
4 |
+
],
|
5 |
+
"attn_dropout": 0.0,
|
6 |
+
"causal": true,
|
7 |
+
"cross_attend": false,
|
8 |
+
"cross_entropy_ignore_index": 0,
|
9 |
+
"default_start_token_id": null,
|
10 |
+
"depth": 5,
|
11 |
+
"dim": 64,
|
12 |
+
"dim_head": 64,
|
13 |
+
"ff_dropout": 0.0,
|
14 |
+
"ff_mult": 4,
|
15 |
+
"finetune_scopes": [],
|
16 |
+
"heads": 8,
|
17 |
+
"init_std": 1.0,
|
18 |
+
"lora_r": 8,
|
19 |
+
"num_tokens": 50401,
|
20 |
+
"rotary_xpos_scale_base": 512,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.25.1"
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1243ffdfae2735440f6b9c894e191faf1005ad9a823391a213e3824c4393550a
|
3 |
+
size 15541094
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9ae230ddbdf3e3fa20fe8b78f495d3f200c3344eb0e3f987869ed90325b50d8
|
3 |
+
size 3387
|