derek-thomas HF staff commited on
Commit
fdda521
1 Parent(s): 4dc7bfa

Adding more details

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -43,13 +43,12 @@ Check out the original on [Nomic](https://atlas.nomic.ai/data/derek2/boru-subred
43
  details_md = """
44
  # Details
45
  ## Creation Details
46
- This space is triggered by a webhook for changes on
47
- [derek-thomas/dataset-creator-reddit-bestofredditorupdates](https://huggingface.co/datasets/derek-thomas/dataset-creator-reddit-bestofredditorupdates).
48
- It then takes the updates from that dataset and get embeddings and puts the results in
49
- [https://huggingface.co/datasets/derek-thomas/reddit-bestofredditorupdates-processed](https://huggingface.co/datasets/derek-thomas/reddit-bestofredditorupdates-processed)
50
-
51
- These get visualized by [nomic atlas](https://docs.nomic.ai/atlas/introduction/quick-start). You can see how I process it
52
- in [build_nomic.py](https://huggingface.co/spaces/derek-thomas/processing-bestofredditorupdates/blob/main/src/build_nomic.py)
53
 
54
  ## Todo
55
  - Ignore the colors for now, I need to clean that up :)
 
43
  details_md = """
44
  # Details
45
  ## Creation Details
46
+ 1. This space is triggered by a webhook for changes on [derek-thomas/dataset-creator-reddit-bestofredditorupdates](https://huggingface.co/datasets/derek-thomas/dataset-creator-reddit-bestofredditorupdates).
47
+ 2. It then takes the updates from that dataset and get embeddings by making leveraging [derek-thomas/nomic-embeddings](https://huggingface.co/spaces/derek-thomas/nomic-embeddings)
48
+ - [derek-thomas/nomic-embeddings](https://huggingface.co/spaces/derek-thomas/nomic-embeddings) is using [zero-spaces](https://huggingface.co/zero-gpu-explorers) a free GPU service
49
+ - Im calling this via [gradio_client](https://www.gradio.app/docs/client) which allows any space to be used as an API
50
+ 3. The calculated embeddings are stored in this dataset [derek-thomas/reddit-bestofredditorupdates-processed](https://huggingface.co/datasets/derek-thomas/reddit-bestofredditorupdates-processed)
51
+ 4. These get visualized by [nomic atlas](https://docs.nomic.ai/atlas/introduction/quick-start). You can see how I process it in [build_nomic.py](https://huggingface.co/spaces/derek-thomas/processing-bestofredditorupdates/blob/main/src/build_nomic.py)
 
52
 
53
  ## Todo
54
  - Ignore the colors for now, I need to clean that up :)