Chavez
commited on
Commit
·
e465626
1
Parent(s):
092aa7c
Update small.py
Browse files
small.py
CHANGED
|
@@ -5,7 +5,7 @@ import numpy
|
|
| 5 |
_FEATURES = datasets.Features(
|
| 6 |
{
|
| 7 |
"id": datasets.Value("string"),
|
| 8 |
-
"prompt": datasets.Array3D(shape=(1, 77, 768), dtype="
|
| 9 |
"video": datasets.Sequence(feature=datasets.Array3D(shape=(4, 64, 64), dtype="float64")),
|
| 10 |
"description": datasets.Value("string"),
|
| 11 |
"videourl": datasets.Value("string"),
|
|
|
|
| 5 |
_FEATURES = datasets.Features(
|
| 6 |
{
|
| 7 |
"id": datasets.Value("string"),
|
| 8 |
+
"prompt": datasets.Array3D(shape=(1, 77, 768), dtype="float64"),
|
| 9 |
"video": datasets.Sequence(feature=datasets.Array3D(shape=(4, 64, 64), dtype="float64")),
|
| 10 |
"description": datasets.Value("string"),
|
| 11 |
"videourl": datasets.Value("string"),
|