Ray1ee01 commited on
Commit
e17a430
·
verified ·
1 Parent(s): 821e247

Upload resources/README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. resources/README.md +33 -0
resources/README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ChartPipeline Resources
2
+
3
+ This directory is used by `config.example.py` as the default resource root.
4
+
5
+ Expected layout:
6
+
7
+ ```text
8
+ resources/
9
+ color/
10
+ color_palette.index
11
+ color_palette.index.indices
12
+ color_palette.json
13
+ text/
14
+ faiss_infographics.index
15
+ infographics_data.npy
16
+ training_data.json
17
+ image/
18
+ image_recommendation.index
19
+ image_recommendation.json
20
+ attribute_icons/
21
+ faiss.index
22
+ index.json
23
+ index.npy
24
+ special_icons/
25
+ data.json
26
+ models/
27
+ models--sentence-transformers--all-MiniLM-L6-v2/
28
+ snapshots/fa97f6e7cb1a59073dff9e6b13e2715cf7475ac9/
29
+ ```
30
+
31
+ The compact resource pack contains indexes, metadata, and the embedding model.
32
+ The full raw icon/image libraries are much larger and should be stored in a
33
+ separate Hugging Face dataset if needed for exhaustive image rendering.