<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.comfac.net/index.php?action=history&amp;feed=atom&amp;title=Hugging_Face_Practical_Guide_260802</id>
	<title>Hugging Face Practical Guide 260802 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.comfac.net/index.php?action=history&amp;feed=atom&amp;title=Hugging_Face_Practical_Guide_260802"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.comfac.net/index.php?title=Hugging_Face_Practical_Guide_260802&amp;action=history"/>
	<updated>2026-08-04T11:33:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://mediawiki.comfac.net/index.php?title=Hugging_Face_Practical_Guide_260802&amp;diff=269&amp;oldid=prev</id>
		<title>Justinaquino: New article: Hugging Face practical guide (Spaces, local builds, Model Hub/datasets, enterprise + hf jobs) - lae/HF backlog</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.comfac.net/index.php?title=Hugging_Face_Practical_Guide_260802&amp;diff=269&amp;oldid=prev"/>
		<updated>2026-08-02T05:03:29Z</updated>

		<summary type="html">&lt;p&gt;New article: Hugging Face practical guide (Spaces, local builds, Model Hub/datasets, enterprise + hf jobs) - lae/HF backlog&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Hugging Face — Practical Guide =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;#039;&amp;#039;&amp;#039;Compiled:&amp;#039;&amp;#039;&amp;#039; 2026-08-02 · &amp;#039;&amp;#039;&amp;#039;Status:&amp;#039;&amp;#039;&amp;#039; Living page — open for deeper research&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;#039;&amp;#039;&amp;#039;Why it is here:&amp;#039;&amp;#039;&amp;#039; Hugging Face is currently used at Comfac as a download endpoint for stock model files. It is four things, and the other three are the ones we under-use.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The goal behind this page: access to free open-source models that are &amp;#039;&amp;#039;&amp;#039;better than the stock ones&amp;#039;&amp;#039;&amp;#039; and more tailored to a specific job, the &amp;#039;&amp;#039;&amp;#039;harnesses&amp;#039;&amp;#039;&amp;#039; built around them, and the &amp;#039;&amp;#039;&amp;#039;training resources&amp;#039;&amp;#039;&amp;#039; that take a corpus of a few hundred owned data points and work it up toward thousands.&lt;br /&gt;
&lt;br /&gt;
That last one is the unclosed loop in [[De-Risk: Sovereign Training Data v0.1]] — we have clean, owned process knowledge and no mechanism yet for turning it into &amp;#039;&amp;#039;&amp;#039;weights we own&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Each section below ends with &amp;#039;&amp;#039;&amp;#039;search keywords&amp;#039;&amp;#039;&amp;#039; for going deeper on that one bucket.&lt;br /&gt;
&lt;br /&gt;
== Source videos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; this wiki does not have the &amp;lt;code&amp;gt;EmbedVideo&amp;lt;/code&amp;gt; extension installed (verified 2026-08-02 via &amp;lt;code&amp;gt;api.php ... siprop=extensions&amp;lt;/code&amp;gt;), so videos are listed as preview cards rather than embedded players. The [https://wiki.gi7b.org/index.php/Hugging_Face_Practical_Guide_260802 gwiki copy of this page] has EmbedVideo and shows them inline. Installing the extension here is an administrator action.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:34%;&amp;quot; | Video !! What it covers !! Use it for&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;[https://www.youtube.com/watch?v=3kRB2TXewus What Is Hugging Face and How To Use It]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| The general tour — Spaces, the Model Hub, the Datasets section, and how they relate.&lt;br /&gt;
| Sections 1–3 below. Start here if Hugging Face has only ever been a download link.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;[https://www.youtube.com/watch?v=wUzfRBi9wZ0 The Hugging Face Hub for Enterprise &amp;amp; Academia]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Private workspaces, SSO, access control, separated compute/storage billing, SSH onto Spaces hardware, and remote training with &amp;lt;code&amp;gt;hf jobs&amp;lt;/code&amp;gt;.&lt;br /&gt;
| Section 4. This is the one that matters for training on our own data.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== 1. Exploring and using pre-built AI (Spaces) ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Spaces&amp;#039;&amp;#039;&amp;#039; are ready-to-use, browser-based applications built by the AI community — image and video generators, voice synthesis, transcription, live demos of new papers. All runnable without writing code.&lt;br /&gt;
&lt;br /&gt;
If a Space is useful, click &amp;#039;&amp;#039;&amp;#039;Duplicate Space&amp;#039;&amp;#039;&amp;#039;. That forks it into your own account as your own copy, public or private, on hardware you select.&lt;br /&gt;
&lt;br /&gt;
Two things worth internalising:&lt;br /&gt;
&lt;br /&gt;
* A Space is a &amp;#039;&amp;#039;&amp;#039;real repository&amp;#039;&amp;#039;&amp;#039;, not a demo sandbox. Duplicating gives you the source.&lt;br /&gt;
* Most Spaces are &amp;#039;&amp;#039;&amp;#039;Gradio&amp;#039;&amp;#039;&amp;#039; apps. Learn Gradio once and the whole catalogue becomes editable.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Search keywords:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;quot;Hugging Face Spaces tutorial&amp;quot;&amp;#039;&amp;#039; · &amp;#039;&amp;#039;&amp;quot;How to build and deploy Gradio apps on Hugging Face&amp;quot;&amp;#039;&amp;#039; · &amp;#039;&amp;#039;&amp;quot;Duplicating Hugging Face Spaces&amp;quot;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 2. Building custom apps locally ==&lt;br /&gt;
&lt;br /&gt;
Because Spaces are open source, the code comes to your machine. Clone the repository, open it in an AI-assisted IDE, run it locally, and connect your own API keys instead of the demo&amp;#039;s. From there the IDE can help you change colours, fonts, or actual behaviour.&lt;br /&gt;
&lt;br /&gt;
This is the cheapest route to &amp;#039;&amp;#039;&amp;#039;a harness we control&amp;#039;&amp;#039;&amp;#039; — instead of writing scaffolding from scratch, start from a working app and cut it down.&lt;br /&gt;
&lt;br /&gt;
Practical notes:&lt;br /&gt;
* Expect the first local run to fail on dependencies or a missing key. That failure, written down, is the reusable knowledge — not the happy path.&lt;br /&gt;
* Check the licence before adapting anything. &amp;#039;&amp;#039;&amp;#039;Open-source and permissively-licensed are not the same thing&amp;#039;&amp;#039;&amp;#039;, and licence direction is one-way once code is borrowed.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Search keywords:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;quot;Clone Hugging Face Space locally&amp;quot;&amp;#039;&amp;#039; · &amp;#039;&amp;#039;&amp;quot;Build AI apps with Cursor and Hugging Face&amp;quot;&amp;#039;&amp;#039; · &amp;#039;&amp;#039;&amp;quot;Integrate LLM API keys in Hugging Face local apps&amp;quot;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 3. Finding models and datasets ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Model Hub&amp;#039;&amp;#039;&amp;#039; is the core: over 1.5 million open-source models categorised &amp;#039;&amp;#039;&amp;#039;by task&amp;#039;&amp;#039;&amp;#039; — computer vision, NLP, audio, robotics. The &amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039; section holds the data that trained them.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Navigate by task tag, not by keyword.&amp;#039;&amp;#039;&amp;#039; Searching an acronym returns papers; filtering by task returns weights:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;https://huggingface.co/models?pipeline_tag=robotics&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;https://huggingface.co/api/models?pipeline_tag=robotics&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;(API form, for scripting)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The advanced feature almost nobody touches is the &amp;#039;&amp;#039;&amp;#039;dataset viewer&amp;#039;&amp;#039;&amp;#039;: chat with a dataset through an AI agent and &amp;#039;&amp;#039;&amp;#039;run SQL queries in the browser&amp;#039;&amp;#039;&amp;#039; to analyse it &amp;#039;&amp;#039;before&amp;#039;&amp;#039; downloading a single gigabyte. For evaluating training data this is the highest-value habit on the page.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Our standing admission rule applies here:&amp;#039;&amp;#039;&amp;#039; a model card is a &amp;#039;&amp;#039;&amp;#039;claim, not a measurement&amp;#039;&amp;#039;&amp;#039;. Nothing enters the local model roster on a card alone — it enters on a real API call, the same gate used for the Synopsis model-selection slate. See [[Comfac GPU Scaling and AI Research Goals]] §Applied Model Evaluation and [[🧠 Process: Selecting and Installing the Right Ollama Model for Your Hardware]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Search keywords:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;quot;How to choose and run Hugging Face models&amp;quot;&amp;#039;&amp;#039; · &amp;#039;&amp;#039;&amp;quot;Hugging Face dataset viewer SQL tutorial&amp;quot;&amp;#039;&amp;#039; · &amp;#039;&amp;#039;&amp;quot;Fine-tuning open source models Hugging Face&amp;quot;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 4. Scaling for teams and enterprise ==&lt;br /&gt;
&lt;br /&gt;
For organisations and academic teams the paid tiers add private workspaces, single sign-on (SSO), and granular access control.&lt;br /&gt;
&lt;br /&gt;
The structural benefit is that &amp;#039;&amp;#039;&amp;#039;compute and storage are billed separately&amp;#039;&amp;#039;&amp;#039; — no paying for idle hardware. Two working modes follow:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SSH directly onto Spaces hardware&amp;#039;&amp;#039;&amp;#039; and develop there, as if it were a remote box.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;hf jobs&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; — fire a heavy training workload at remote hardware and collect the result.&lt;br /&gt;
&lt;br /&gt;
The second is what makes a fine-tune possible without owning the GPU it would need.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Search keywords:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;quot;Hugging Face Enterprise setup guide&amp;quot;&amp;#039;&amp;#039; · &amp;#039;&amp;#039;&amp;quot;Running hf jobs on zero GPU Hugging Face&amp;quot;&amp;#039;&amp;#039; · &amp;#039;&amp;#039;&amp;quot;Hugging Face private workspaces and security&amp;quot;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Open problem — where this is going ==&lt;br /&gt;
&lt;br /&gt;
Three goals, none closed. Tracked in &amp;lt;code&amp;gt;work/comfac-operations/BACKLOG-huggingface-model-sourcing-and-training.md&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Better than stock.&amp;#039;&amp;#039;&amp;#039; The models we run locally today are stock bases. Tuned community models in the same size band may follow instructions better for a specific task, at no cost — but only a run against a gate written &amp;#039;&amp;#039;&amp;#039;beforehand&amp;#039;&amp;#039;&amp;#039; counts as evidence.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Harnesses instead of rebuilds.&amp;#039;&amp;#039;&amp;#039; Identify the Spaces that overlap tooling we would otherwise write ourselves.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Training on owned data.&amp;#039;&amp;#039;&amp;#039; Start at a few hundred data points and work toward thousands.&lt;br /&gt;
&lt;br /&gt;
=== The constraint on goal 3 ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Frontier-Token Quarantine is binding.&amp;#039;&amp;#039;&amp;#039; Per [[De-Risk: Sovereign Training Data v0.1]], distilling commercial frontier-model outputs into our own weights trades a regulatory dependency for a &amp;#039;&amp;#039;&amp;#039;contractual liability&amp;#039;&amp;#039;&amp;#039; — in writing, with discoverable provenance logs. Any training corpus must be &amp;#039;&amp;#039;&amp;#039;clean by construction&amp;#039;&amp;#039;&amp;#039;. Tooling cannot launder provenance; that was named as the weakest claim in the source report.&lt;br /&gt;
&lt;br /&gt;
=== Hardware reality check ===&lt;br /&gt;
&lt;br /&gt;
Anything meant to run on a normal workstation has to fit the VRAM actually available, &amp;#039;&amp;#039;&amp;#039;alongside whatever else is already resident&amp;#039;&amp;#039;&amp;#039; — a vision model kept loaded for a document pipeline is not free. Size band and quantisation are a filter applied &amp;#039;&amp;#039;&amp;#039;first&amp;#039;&amp;#039;&amp;#039;, not a compromise made afterwards. A related finding already measured here: 4-bit quantisation degrades digit reading, so anything touching numbers on a form runs at 8-bit.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[De-Risk: Sovereign Training Data v0.1]] — why owned weights matter and what may not go in the corpus&lt;br /&gt;
* [[Comfac GPU Scaling and AI Research Goals]] — GPU capacity and the applied model-evaluation method&lt;br /&gt;
* [[🧠 Process: Selecting and Installing the Right Ollama Model for Your Hardware]]&lt;br /&gt;
* [[Project OpenCoder: AI Independence Initiative]]&lt;br /&gt;
* [[Directed Execution: Token-Efficient Agent Development Process]]&lt;br /&gt;
&lt;br /&gt;
[[Category:AI]]&lt;br /&gt;
[[Category:Research]]&lt;br /&gt;
[[Category:Open Source]]&lt;br /&gt;
[[Category:Comfac]]&lt;/div&gt;</summary>
		<author><name>Justinaquino</name></author>
	</entry>
</feed>