captjt commited on
Commit
6515384
2 Parent(s): 0a4f76a ce3f50c

Merge branch 'main' of hf.co:spaces/EQTYLab/lineage-explorer

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. screenshot.png +0 -0
README.md CHANGED
@@ -70,7 +70,7 @@ While we’ve been at work on different versions of this tool for over a year, w
70
 
71
  The problem is that AI consists of really complex engineering processes. You must handle large amounts of data, compute at scale, and manage challenging governance.
72
 
73
- That’s just the beginning. The reality is that most models are not just one model, but an ensemble of models and tasks. Take Stable Diffusion 2’s typical architecture. It consists of at least four core models (an image encoder like VAE, a CLIP text encoder, the UNET denoising model, and an auto-image decoder) that each have their own intensive training history with multiple data sets —not including Stable Diffusion’s own training data. The cool thing is that a bunch of people figured out how to make this model work, but there are lingering uncertainties about the model’s actual provenance.
74
 
75
  So it’s going to take time and a determined community (like the one we have here) to figure it out.
76
 
 
70
 
71
  The problem is that AI consists of really complex engineering processes. You must handle large amounts of data, compute at scale, and manage challenging governance.
72
 
73
+ That’s just the beginning. The reality is that most models are not just one model, but an ensemble of models and tasks. Take Stable Diffusion 2’s typical architecture. It consists of at least four core models (an image encoder like VAE, a CLIP text encoder, the U-Net denoising model, and an image decoder) that each have their own intensive training history with multiple data sets —not including Stable Diffusion’s own training data. The cool thing is that a bunch of people figured out how to make this model work, but there are lingering uncertainties about the model’s actual provenance.
74
 
75
  So it’s going to take time and a determined community (like the one we have here) to figure it out.
76
 
screenshot.png CHANGED