grubmit commited on
Commit
e4c75e7
·
verified ·
1 Parent(s): f99aeb0

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +14 -0
  2. index.html +24 -0
README.md CHANGED
@@ -29,6 +29,20 @@ Our platform enables organizations to unlock the full value of their content thr
29
  - **Monetization Ready** — Structure content for licensing and safe AI consumption
30
  - **Multi-Modal Integration** — Seamlessly connect video, text, and data sources
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ## Available Datasets
33
 
34
  ### Soccer In-Match Events
 
29
  - **Monetization Ready** — Structure content for licensing and safe AI consumption
30
  - **Multi-Modal Integration** — Seamlessly connect video, text, and data sources
31
 
32
+ ## Available Models
33
+
34
+ ### Pulse 1 (4B) — Narrative Intelligence
35
+
36
+ A narrative intelligence model for extracting structured storylines from news and editorial content. Given article text, Pulse 1 returns machine-readable JSON with actor-action-target-outcome decomposition — enabling downstream workflows like salience scoring, entity resolution, and semantic search.
37
+
38
+ - **Architecture:** Fine-tuned from Gemma 3 4B
39
+ - **Output:** Structured JSON with full Semantic Role Labeling
40
+ - **Runs locally:** Apple Silicon native via Ollama / MLX
41
+
42
+ **[View Model →](https://huggingface.co/infactory-ai/infactory_pulse1-4b)**
43
+
44
+ ---
45
+
46
  ## Available Datasets
47
 
48
  ### Soccer In-Match Events
index.html CHANGED
@@ -339,6 +339,30 @@
339
  </nav>
340
  </header>
341
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  <section>
343
  <h2>Available Datasets</h2>
344
 
 
339
  </nav>
340
  </header>
341
 
342
+ <section>
343
+ <h2>Available Models</h2>
344
+
345
+ <div class="product-hero">
346
+ <h3>🧠 Pulse 1 (4B) — Narrative Intelligence</h3>
347
+ <p>A narrative intelligence model for extracting structured storylines from news and editorial content. Returns machine-readable JSON with actor-action-target-outcome decomposition.</p>
348
+ <div class="product-features" style="margin-bottom: 24px;">
349
+ <div class="product-feature">
350
+ <h3>Structured Output</h3>
351
+ <p>Full Semantic Role Labeling — WHO did WHAT to WHOM with what outcome</p>
352
+ </div>
353
+ <div class="product-feature">
354
+ <h3>Runs Locally</h3>
355
+ <p>4B parameters, Apple Silicon native via Ollama and MLX</p>
356
+ </div>
357
+ <div class="product-feature">
358
+ <h3>Pipeline-Ready</h3>
359
+ <p>JSON-only output for downstream salience scoring, search, and filtering</p>
360
+ </div>
361
+ </div>
362
+ <a href="https://huggingface.co/infactory-ai/infactory_pulse1-4b">View Model →</a>
363
+ </div>
364
+ </section>
365
+
366
  <section>
367
  <h2>Available Datasets</h2>
368