File size: 1,572 Bytes
736ada3
 
50851a1
 
736ada3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d714c13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
license: apache-2.0
task_categories:
- graph-ml
---

# HUggingKG

<!-- Provide a quick summary of the dataset. -->

This dataset contains a large-scale ML resource KG built on the Hugging Face community.

## Dataset Details

- `triples.txt` contains the triple information of the complete graph, in the following form.
    ```
    JeffreyXiang/TRELLIS	space_use_model	JeffreyXiang/TRELLIS-image-large
    black-forest-labs/FLUX.1-dev	space_use_model	black-forest-labs/FLUX.1-dev
    black-forest-labs/FLUX.1-dev	space_use_model	madebyollin/taef1
    Changg/ori	model_definedFor_task	text-to-image
    DmitryYarov/aristotle_based_on_rugpt3large_based_on_gpt	model_definedFor_task	text-generation
    JINJIN7987/llama3-8b-neg-sleeper	model_definedFor_task	text-generation
    ShuhongZheng/sdxl_cat2_w_preserve	model_definedFor_task	text-to-image
    ...
    ```
- `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.


<table>
  <thead>
  </thead>
  <tbody>
    <tr>
      <td>💻 <strong>GitHub</strong></td>
      <td><a href="https://github.com/nju-websoft/HuggingBench">Code Reposity</a></td>
    </tr>
    <tr>
      <td>📄 <strong>Paper</strong></td>
      <td><a href="https://arxiv.org/abs/2505.17507">ArXiv-Link</a></td>
    </tr>
    <tr>
      <td>📊 <strong>Data</strong></td>
      <td><a href="https://huggingface.co/collections/cqsss/huggingbench-67b2ee02ca45b15e351009a2">
HuggingBench</a></td>
    </tr>
  </tbody>
</table>