Text Generation
Transformers
Safetensors
llama
text-generation-inference

Tokenizer repository not available

#1
by andi0 - opened

The tokenizer can't be instantiated becaused the referenced repository
REPO_ID = "EuropeanLLM-Beta/Teuken-7B-agent-instruct-commercial-v0.6"
is not available
I tried instantiating it with
tokenizer = AutoTokenizer.from_pretrained(
openGPT-X/Teuken-7B-instruct-v0.6,
use_fast=False,
trust_remote_code=True,
)
as per the model card

part of exception:
Repository Not Found for url: https://huggingface.co/api/models/EuropeanLLM-Beta/Teuken-7B-agent-instruct-commercial-v0.6/tree/main?recursive=True&expand=False.
Please make sure you specified the correct repo_id and repo_type.
If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication

Sign up or log in to comment