cqsss commited on
Commit
736ada3
·
verified ·
1 Parent(s): 5369cf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # HUggingKG
6
+
7
+ <!-- Provide a quick summary of the dataset. -->
8
+
9
+ This dataset contains a large-scale ML resource KG built on the Hugging Face community.
10
+
11
+ ## Dataset Details
12
+
13
+ - `triples.txt` contains the triple information of the complete graph, in the following form.
14
+ ```
15
+ JeffreyXiang/TRELLIS space_use_model JeffreyXiang/TRELLIS-image-large
16
+ black-forest-labs/FLUX.1-dev space_use_model black-forest-labs/FLUX.1-dev
17
+ black-forest-labs/FLUX.1-dev space_use_model madebyollin/taef1
18
+ Changg/ori model_definedFor_task text-to-image
19
+ DmitryYarov/aristotle_based_on_rugpt3large_based_on_gpt model_definedFor_task text-generation
20
+ JINJIN7987/llama3-8b-neg-sleeper model_definedFor_task text-generation
21
+ ShuhongZheng/sdxl_cat2_w_preserve model_definedFor_task text-to-image
22
+ ...
23
+ ```
24
+ - `HuggingKG_V20241215174821.zip` contains `json` files of various nodes and edges. Each `json` file is a list of `dict`, where each element consists of attributes of a node/edge.