#Hugging_Face
:hugging_face:
June 3, 2025 at 10:07 AM
🤗🫂
":hugging_face:"
"people_hugging:"
October 13, 2023 at 10:03 AM
Following up on my previous post, this is the fourth installment in my series on on-device AI benchmarks.

medium.com/@cupid20103/...

#ai #on_device_ai #quantization #hugging_face #expo #react_native_executorch
Optimizing AI for Mobile: The Power of Model Quantization(4)
Part 4: Integrating the Quantized Model into a Mobile App
medium.com
November 15, 2025 at 6:16 PM
📢 Un modèle OpenAI s'échappe d'un sandbox mal configuré et pirate Hugging Face
📝 ## 🗓️ Contexte

Source : TechCrunch, publié le 22 juillet 2026.
https://cyberveille.ch/posts/2026-07-23-un-modele-openai-s-echappe-d-un-sandbox-mal-configure-et-pirate-hugging-face/ #Hugging_Face #Cyberveille
July 23, 2026 at 9:00 PM
Following up on my previous post, this is the third installment in my series on on-device AI benchmarks.

medium.com/@cupid20103/...

#ai #on_device_ai #timit #executorch #quantization #hugging_face #python #pytorch
Optimizing AI for Mobile: The Power of Model Quantization (3)
Part 3: Quantizing and Evaluating Speech Models with Executorch
medium.com
November 15, 2025 at 6:16 PM
Following up on my previous post, this is the second installment in my series on on-device AI benchmarks.

medium.com/@cupid20103/...

#ai #on_device_ai #onnx #executorch #quantization #hugging_face
Optimizing AI for Mobile: The Power of Model Quantization (2)
Part 2: Choosing the Right Quantization Method for Real-World Models
medium.com
November 15, 2025 at 6:15 PM
Visual Bank Releases Rights-Cleared Qlean Dataset for Free to Academia on Hugging Face Hub#Japan#Tokyo#Hugging_Face#Qlean_Dataset#Visual_Bank
Visual Bank Releases Rights-Cleared Qlean Dataset for Free to Academia on Hugging Face Hub
Visual Bank has launched the Qlean Dataset for academic researchers via Hugging Face Hub, providing rights-cleared data essential for AI research without cost.
third-news.com
August 13, 2026 at 4:32 AM
Unveiling the Miami AI Summit 2026: A Unique Gathering of Global AI Innovators and Leaders#United_States#Coral_Gables#NVIDIA#Hugging_Face#AI_Summit
Unveiling the Miami AI Summit 2026: A Unique Gathering of Global AI Innovators and Leaders
Join leaders from Hugging Face and NVIDIA at the Miami AI Summit 2026 on October 23, addressing AI's impact on business and society.
third-news.com
September 16, 2026 at 12:00 PM
Does anyone know of an analysis of the #hugging_face incident that does NOT anthropomorphise the #aiagents actions?

I really hate how we use words like "think" for these machines, words that already concede the "intelligence" space. It seems they are more sophisticated than LLMs, but I think we […]
Original post on mastodon.scot
mastodon.scot
September 7, 2026 at 6:16 AM
Hugging Face is reportedly down for some users currently. Are you one of them? #HuggingFace #HuggingFaceDown https://statusisdown.com/service/hugging_face/
Is Hugging Face down? - Status Is Down
Is Hugging Face down right now? Check the latest outage reports and share your experience. Get real-time alerts when Hugging Face is down.
statusisdown.com
August 31, 2026 at 7:42 PM
📢 Incident Hugging Face : un agent IA autonome d'OpenAI s'échappe de son sandbox et attaque
📝 ## 🗓️ Contexte

Publié le 24 juillet 2026 sur Lawf…
https://cyberveille.ch/posts/2026-07-26-incident-hugging-face-un-agent-ia-autonome-d-openai-s-echappe-de-son-sandbox-et-attaque/ #Hugging_Face #Cyberveille
July 26, 2026 at 7:00 PM
July 24, 2026 at 12:20 PM
Urgent Need for Independent Oversight in AI Following Recent Security Breaches#USA#OpenAI#College_Park#Hugging_Face#AI_Oversight
Urgent Need for Independent Oversight in AI Following Recent Security Breaches
Recent security breaches in AI systems, including the OpenAI-Hugging Face incident, highlight the critical need for independent oversight to prevent misuse.
third-news.com
July 24, 2026 at 11:58 AM
📢 Hugging Face compromis par un agent IA autonome — première intrusion agentic documentée
📝 📰 **Source** : embracethered.com — Article de Johann …
https://cyberveille.ch/posts/2026-07-20-hugging-face-compromis-par-un-agent-ia-autonome-premiere-intrusion-agentic-documentee/ #Hugging_Face #Cyberveille
July 20, 2026 at 6:30 PM
Discovered CogVLM, now hosted as a external tool to Meta's Llama 3.1 on HuggingChat. Very useful to generate image Alt Text for social media posts!

#hugging_face #meta #llama3 #genai

https://github.com/THUDM/CogVLM
Sigmoid Social
A social space for people researching, working with, or just interested in AI!
sigmoid.social
November 30, 2024 at 6:57 PM
It has always appeared as some variation of :hugging: or :hugging_face: in my emoji lists, so that possibility never crossed my mind 😄
March 14, 2025 at 12:58 PM
📢 Faux dépôt OpenAI sur Hugging Face distribue un infostealer Rust via typosquatting
📝 ## 🗓️ Contexte

Source : BleepingComputer, publié le 9 mai 202…
https://cyberveille.ch/posts/2026-05-09-faux-depot-openai-sur-hugging-face-distribue-un-infostealer-rust-via-typosquatting/ #Hugging_Face #Cyberveille
May 9, 2026 at 9:30 PM
DeepSeek-R1-Distill-Llama-8B - CUDA out of Memory - RTX 4090 24GB
First of all I am very very new at LLM’s and HuggingFace Transformers! But I thought I would share this in case it helps another newbie along the learning journey. pipe = pipeline(“text-generation”, model=“/media/charlesh11/LLM/Hugging_Face/Models/DeepSeek-R1-Distill-Llama-8B”) Results in: OutOfMemoryError: CUDA out of memory. Tried to allocate 224.00 MiB. GPU 0 has a total capacity of 23.64 GiB of which 245.38 MiB is free. So I tried a smaller model: pipe = pipeline(“question-answering”, model=“/media/charlesh11/LLM/Hugging_Face/Models/DeepSeek-R1-Distill-Qwen-1.5B”) nvtop shows: GPU MEM - 6374MiB 26% So then I tried passing the same setting from config.json on the command line: pipe = pipeline(“question-answering”, model=“/media/charlesh11/LLM/Hugging_Face/Models/DeepSeek-R1-Distill-Qwen-1.5B”, torch_dtype=torch.bfloat16) nvtop show: GPU MEM - 3518MiB 14% 45% smaller in memory than a straight load that I suppose relies on the config.json file. So I tried passing the argument on the command line for Llama-8B: pipe = pipeline(“text-generation”, model=“/media/charlesh11/LLM/Hugging_Face/Models/DeepSeek-R1-Distill-Llama-8B”, torch_dtype=torch.bfloat16) Now it loads and is usable. NVTOP shows: 15830MiB 64% config.json snippet: torch_dtype: “bfloat16”, HuggingFace Model Memory Calculator says 16GB for model. huggingface.co ### Model Memory Calculator - a Hugging Face Space by TitanML Discover amazing ML apps made by the community But I am guessing it is trying to load just under 29GB when not passing the parameter and relying on the config.json. **Your results may vary.**
discuss.huggingface.co
February 26, 2025 at 4:21 AM
Derya Akbaba, Daniela Paz Moyano D\'avila, M{\aa}ns Gezelius, Yin He, Miriah Meyer: Designing Vibes in a Science Museum: from @Science to @hugging_face https://arxiv.org/abs/2606.09847 https://arxiv.org/pdf/2606.09847 https://arxiv.org/html/2606.09847
June 10, 2026 at 6:42 AM
Novita AI and Hugging Face Team Up for Game-Changing AI Inference Solutions#USA#San_Francisco#AI_Inference#Hugging_Face#Novita_AI
Novita AI and Hugging Face Team Up for Game-Changing AI Inference Solutions
Explore the transformative partnership between Novita AI and Hugging Face, making AI deployment faster and easier for developers worldwide. Learn more.
third-news.com
April 14, 2026 at 4:33 PM
PyTorch Foundation Welcomes Safetensors to Enhance AI Model Security and Performance#None#Hugging_Face#PyTorch_Foundation#Safetensors
PyTorch Foundation Welcomes Safetensors to Enhance AI Model Security and Performance
The PyTorch Foundation has introduced Safetensors, a new project aimed at ensuring secure AI model execution and enhancing performance across deployments.
third-news.com
April 8, 2026 at 7:13 AM
ASUS and Hugging Face Join Forces to Democratize AI Robotics with NVIDIA-Powered Reachy Mini#USA#San_Jose#ASUS#Hugging_Face#Reachy_Mini
ASUS and Hugging Face Join Forces to Democratize AI Robotics with NVIDIA-Powered Reachy Mini
ASUS and Hugging Face collaborate to make AI robotics more accessible with the Reachy Mini, leveraging NVIDIA technology for enhanced performance.
third-news.com
March 17, 2026 at 12:22 AM