The huggingface tag can be used for all libraries made by Hugging Face. Please ALWAYS use the more specific tags; huggingface-transformers, huggingface-tokenizers, huggingface-datasets if your question concerns one of those libraries.
Questions tagged [huggingface]
606 questions
-2
votes
1 answer
What algorithm would you recommend for this ai problem?
I'm following some online courses on artificial intelligence. I have a project in mind.
There will be a thousand pictures of people or objects in two folders. But these objects are unrelated things.
First folder name a and second folder name…

xcodertanks
- 1
- 3
-3
votes
0 answers
How to run vectorstore FAISS using GPU
I am trying to run a chat with pdf LLM using python. I want to accelerate the embedding and inference model using my GPUs. This is my entire code https://github.com/aortiz-WW/LLM/tree/gpu_enabled:
import streamlit as st
from dotenv import…

Angel Ortiz
- 72
- 13
-3
votes
0 answers
Loading a local LLM with HuggingFace and running SQL queries
I am trying to create a SQL query LLM. Does anyone know how to use HuggingFacePipeline.from_pretrained to load a locally stored LLM model. The from_pretrained is not working with HuggingFace, as in the method does not exist.
--------- Adding…

RaptorX
- 113
- 10
-4
votes
0 answers
How to Delete GPT Models, Managing Storage Usage for Installed GPT Models and Packages
I have installed several Generative Pretrained Transformer (GPT) models on my local system for fine-tuning purposes, both within Python in Visual Studio Code and via the Command Prompt window during code execution. The installed models include…

KARTHIK K
- 1
- 1