Upload 5 files
Browse files- config.json +7 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "instruction-mapping",
|
| 3 |
+
"architecture": "basic-transformer",
|
| 4 |
+
"input": "text",
|
| 5 |
+
"output": "text",
|
| 6 |
+
"task": "humanoid_robot_control"
|
| 7 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b706b24034032bdfe765ded5ab6403d201d295a995b790cb24c74becca5c04e6
|
| 3 |
+
size 2514146
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"model_max_length": 1024}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|