add config
Browse files
.ipynb_checkpoints/README-checkpoint.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
.ipynb_checkpoints/config-checkpoint.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_tokens": 50257,
|
3 |
+
"dim": 1600,
|
4 |
+
"depth": 24,
|
5 |
+
}
|
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_tokens": 50257,
|
3 |
+
"dim": 1600,
|
4 |
+
"depth": 24,
|
5 |
+
}
|