Saving weights and log at step 558607 (end)
Browse files- .gitignore +2 -0
- config.json +1 -1
- eval_results.json +4 -0
- flax_model.msgpack +3 -0
- pytorch_model.bin +3 -0
- runs/events.out.tfevents.1641506407.t1v-n-d7290f31-w-0.335658.0.v2 +3 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
ckpt-*
|
2 |
+
*~
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTNeoForCausalLM"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": ".",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTNeoForCausalLM"
|
eval_results.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_loss": 2.9908454418182373,
|
3 |
+
"eval_perplexity": 19.90250178799373
|
4 |
+
}
|
flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8696806012e3d2b38abf457c38bd491a2f3004695fe8de85e9b6de6ad6bbd7ea
|
3 |
+
size 500800120
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5314507fa8c855cbc4d4f38623e18fe95673657733e65b1d3f76aed8c9f9131
|
3 |
+
size 551192465
|
runs/events.out.tfevents.1641506407.t1v-n-d7290f31-w-0.335658.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88b0556ed56f531c6cb6ff684f9689335c1bcedffb5e8af83776af3e865b65b3
|
3 |
+
size 83293919
|