Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
90.5
TFLOPS
Simen Kjelsrud
simkjels
4
Follow
0 followers
·
8 following
AI & ML interests
None yet
Recent Activity
liked
a model
12 days ago
ApolloQT/Flux-Uncensored-V2
liked
a model
about 1 month ago
Qwen/Qwen3.8-Flash-Next
reacted
to
lucifertrj
's
post
with 👀
over 2 years ago
Evaluate RAG using Open Source from HuggingFace using BeyondLLM ``` # pip install beyondllm # pip install huggingface_hub # pip install llama-index-embeddings-fastembed from beyondllm.source import fit from beyondllm.embeddings import FastEmbedEmbeddings from beyondllm.retrieve import auto_retriever from beyondllm.llms import HuggingFaceHubModel from beyondllm.generator import Generate import os from getpass import getpass os.environ['HUGGINGFACE_ACCESS_TOKEN'] = getpass("Enter your HF API token:") data = fit("RedHenLab_GSoC_Tarun.pdf",dtype="pdf") embed_model = FastEmbedEmbeddings() retriever = auto_retriever(data=data,embed_model=embed_model,type="normal",top_k=3) llm = HuggingFaceHubModel(model="mistralai/Mistral-7B-Instruct-v0.2") pipeline = Generate(question="what models has Tarun fine-tuned?",llm=llm,retriever=retriever) print(pipeline.call()) # Return the AI response print(pipeline.get_rag_triad_evals()) ``` GitHub: https://github.com/aiplanethub/beyondllm Don't forget to ⭐️ the repo
View all activity
Organizations
simkjels
's activity
All
Models
Datasets
Spaces
Buckets
Papers
Collections
Community
Posts
Upvotes
Likes
Articles
liked
a model
12 days ago
ApolloQT/Flux-Uncensored-V2
Image-to-Image
•
Updated
Mar 27
•
1.1k
•
110
liked
a model
about 1 month ago
Qwen/Qwen3.8-Flash-Next
Image-Text-to-Text
•
180B
•
Updated
Aug 27
•
1.07M
•
•
5.72k
liked
2 models
over 2 years ago
NorwAI/NorwAI-Mistral-7B
Text Generation
•
8B
•
Updated
Jan 9
•
28
•
10
NorwAI/NorwAI-Mixtral-8x7B
Text Generation
•
47B
•
Updated
Jan 9
•
5