Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Huggingface Models not accessible when using SELECT AI

Sylvester JayarajFeb 17 2025 — edited Feb 17 2025

I am trying to build a Natural Language to SQL application with the help of SELECT AI using models from huggingface but I run into an error that says :

ORA-20403: Authorization failed for URI - bearer://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Llama-8B/v1/chat/completions
ORA-06512: in "C##CLOUD$SERVICE.DBMS_CLOUD", Zeile 2100
ORA-06512: in "C##CLOUD$SERVICE.DBMS_CLOUD_AI", Zeile 10811
ORA-06512: in Zeile 

The same error is shows for models such as phi-4 , llama 2 Etc.

The only model that has worked so far is mistralai/Mixtral-8x7B-Instruct-v0.1

Need further suggestions on this

Comments
Post Details
Added on Feb 17 2025
1 comment
290 views