Upload schema.py with huggingface_hub
Browse files
schema.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
from
|
2 |
-
from
|
3 |
|
4 |
-
from
|
5 |
|
6 |
-
from
|
7 |
|
8 |
UNITXT_DATASET_SCHEMA = Features(
|
9 |
{
|
|
|
1 |
+
from dataclasses import field
|
2 |
+
from typing import Any, Dict, List
|
3 |
|
4 |
+
from datasets import Features, Sequence, Value
|
5 |
|
6 |
+
from .operator import StreamInstanceOperatorValidator
|
7 |
|
8 |
UNITXT_DATASET_SCHEMA = Features(
|
9 |
{
|