CheetoBandito commited on
Commit
101453e
·
verified ·
1 Parent(s): 4767b2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -19,7 +19,9 @@ This model is a fine-tuned and quantized version of the **NuExtract 8B** paramet
19
 
20
  ## Model Description
21
 
22
- This model was trained as a follow-up to our initial experiments with the Osmosis 0.6B model. While the 0.6B model successfully learned the schema fields, it struggled to output valid JSON arrays. To overcome this limitation and ensure high-quality, strict structural adherence, we overshot the parameter count and fine-tuned the highly capable **NuExtract 8B** model.
 
 
23
 
24
  The result is a highly accurate extraction model that:
25
 
 
19
 
20
  ## Model Description
21
 
22
+ This model is a working proof of concept for a meaningful hypothesis: that the semantically rich, human-stewarded data maintained by 211 networks is not limited by its lack of machine-readable structure. With targeted fine-tuning, AI can bridge that gap preserving the accuracy and nuance of human curation while producing the structured outputs that governments, hospitals, researchers, and software providers need to build effective solutions around the social safety net.
23
+
24
+ This model was trained as a follow-up to our initial experiments with the Osmosis 0.6B model. While the 0.6B model successfully learned the schema fields, it struggled to output valid JSON arrays. To overcome this limitation and ensure high-quality, strict structural adherence, we fine-tuned the highly capable **NuExtract 8B** model.
25
 
26
  The result is a highly accurate extraction model that:
27