tamazight-sp-bpe / test_config.py
belkacemm
updated for HF
5d8fc2a
raw
history blame contribute delete
149 Bytes
import os
from transformers import AutoConfig
path = os.path.abspath(".")
cfg = AutoConfig.from_pretrained(path, trust_remote_code= True)
print(cfg)