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