Upload card.py with huggingface_hub
Browse files
card.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from typing import List,
|
2 |
|
3 |
from .artifact import Artifact
|
4 |
from .collections import Collection
|
@@ -25,4 +25,4 @@ class ICLCard(Artifact):
|
|
25 |
num_demos: int = None
|
26 |
sampler_type: str = "random"
|
27 |
instruction_item: Union[str, int] = None
|
28 |
-
|
|
|
1 |
+
from typing import List, Union
|
2 |
|
3 |
from .artifact import Artifact
|
4 |
from .collections import Collection
|
|
|
25 |
num_demos: int = None
|
26 |
sampler_type: str = "random"
|
27 |
instruction_item: Union[str, int] = None
|
28 |
+
template_card_index: Union[str, int] = None
|