Chronos (Small) - Augmented
Collection
24 items β’ Updated
How to use FinText/Chronos_Small_2022_Augmented with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("FinText/Chronos_Small_2022_Augmented")
model = AutoModelForMultimodalLM.from_pretrained("FinText/Chronos_Small_2022_Augmented")