cheesyFishes
commited on
Update custom_st.py
Browse files- custom_st.py +1 -1
custom_st.py
CHANGED
@@ -17,7 +17,7 @@ class Transformer(nn.Module):
|
|
17 |
|
18 |
def __init__(
|
19 |
self,
|
20 |
-
model_name_or_path: str = 'llamaindex/vdr-2b-
|
21 |
processor_name_or_path: Optional[str] = None,
|
22 |
max_pixels: int = 768 * 28 * 28,
|
23 |
min_pixels: int = 1 * 28 * 28,
|
|
|
17 |
|
18 |
def __init__(
|
19 |
self,
|
20 |
+
model_name_or_path: str = 'llamaindex/vdr-2b-v1',
|
21 |
processor_name_or_path: Optional[str] = None,
|
22 |
max_pixels: int = 768 * 28 * 28,
|
23 |
min_pixels: int = 1 * 28 * 28,
|