lawhy commited on
Commit
b49ed24
·
verified ·
1 Parent(s): f0405cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -24
README.md CHANGED
@@ -16,30 +16,93 @@ pretty_name: WordNetNoun
16
  tags:
17
  - hierarchy-transformers
18
  configs:
19
- - config_name: MixedHop-HardNegatives-Pairs
20
- description: >
21
- A dataset with mixed-hop relationships, hard negatives, and samples formatted as pairs.
22
- - config_name: MixedHop-HardNegatives-Triplets
23
- description: >
24
- A dataset with mixed-hop relationships, hard negatives, and samples formatted as triplets.
25
- - config_name: MixedHop-RandomNegatives-Pairs
26
- description: >
27
- A dataset with mixed-hop relationships, random negatives, and samples formatted as pairs.
28
- - config_name: MixedHop-RandomNegatives-Triplets
29
- description: >
30
- A dataset with mixed-hop relationships, random negatives, and samples formatted as triplets.
31
- - config_name: MultiHop-HardNegatives-Pairs
32
- description: >
33
- A dataset with multi-hop relationships, hard negatives, and samples formatted as pairs.
34
- - config_name: MultiHop-HardNegatives-Triplets
35
- description: >
36
- A dataset with multi-hop relationships, hard negatives, and samples formatted as triplets.
37
- - config_name: MultiHop-RandomNegatives-Pairs
38
- description: >
39
- A dataset with multi-hop relationships, random negatives, and samples formatted as pairs.
40
- - config_name: MultiHop-RandomNegatives-Triplets
41
- description: >
42
- A dataset with multi-hop relationships, random negatives, and samples formatted as triplets.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ---
44
 
45
  # Dataset Card for Dataset Name
 
16
  tags:
17
  - hierarchy-transformers
18
  configs:
19
+ - config_name: MixedHop-HardNegatives-Pairs
20
+ description: >
21
+ A dataset with mixed-hop relationships, hard negatives, and samples formatted as pairs.
22
+ data_files:
23
+ - split: train
24
+ path: MixedHop-HardNegatives-Pairs/train-*
25
+ - split: val
26
+ path: MixedHop-HardNegatives-Pairs/val-*
27
+ - split: test
28
+ path: MixedHop-HardNegatives-Pairs/test-*
29
+
30
+ - config_name: MixedHop-HardNegatives-Triplets
31
+ description: >
32
+ A dataset with mixed-hop relationships, hard negatives, and samples formatted as triplets.
33
+ data_files:
34
+ - split: train
35
+ path: MixedHop-HardNegatives-Triplets/train-*
36
+ - split: val
37
+ path: MixedHop-HardNegatives-Triplets/val-*
38
+ - split: test
39
+ path: MixedHop-HardNegatives-Triplets/test-*
40
+
41
+ - config_name: MixedHop-RandomNegatives-Pairs
42
+ description: >
43
+ A dataset with mixed-hop relationships, random negatives, and samples formatted as pairs.
44
+ data_files:
45
+ - split: train
46
+ path: MixedHop-RandomNegatives-Pairs/train-*
47
+ - split: val
48
+ path: MixedHop-RandomNegatives-Pairs/val-*
49
+ - split: test
50
+ path: MixedHop-RandomNegatives-Pairs/test-*
51
+
52
+ - config_name: MixedHop-RandomNegatives-Triplets
53
+ description: >
54
+ A dataset with mixed-hop relationships, random negatives, and samples formatted as triplets.
55
+ data_files:
56
+ - split: train
57
+ path: MixedHop-RandomNegatives-Triplets/train-*
58
+ - split: val
59
+ path: MixedHop-RandomNegatives-Triplets/val-*
60
+ - split: test
61
+ path: MixedHop-RandomNegatives-Triplets/test-*
62
+
63
+ - config_name: MultiHop-HardNegatives-Pairs
64
+ description: >
65
+ A dataset with multi-hop relationships, hard negatives, and samples formatted as pairs.
66
+ data_files:
67
+ - split: train
68
+ path: MultiHop-HardNegatives-Pairs/train-*
69
+ - split: val
70
+ path: MultiHop-HardNegatives-Pairs/val-*
71
+ - split: test
72
+ path: MultiHop-HardNegatives-Pairs/test-*
73
+
74
+ - config_name: MultiHop-HardNegatives-Triplets
75
+ description: >
76
+ A dataset with multi-hop relationships, hard negatives, and samples formatted as triplets.
77
+ data_files:
78
+ - split: train
79
+ path: MultiHop-HardNegatives-Triplets/train-*
80
+ - split: val
81
+ path: MultiHop-HardNegatives-Triplets/val-*
82
+ - split: test
83
+ path: MultiHop-HardNegatives-Triplets/test-*
84
+
85
+ - config_name: MultiHop-RandomNegatives-Pairs
86
+ description: >
87
+ A dataset with multi-hop relationships, random negatives, and samples formatted as pairs.
88
+ data_files:
89
+ - split: train
90
+ path: MultiHop-RandomNegatives-Pairs/train-*
91
+ - split: val
92
+ path: MultiHop-RandomNegatives-Pairs/val-*
93
+ - split: test
94
+ path: MultiHop-RandomNegatives-Pairs/test-*
95
+
96
+ - config_name: MultiHop-RandomNegatives-Triplets
97
+ description: >
98
+ A dataset with multi-hop relationships, random negatives, and samples formatted as triplets.
99
+ data_files:
100
+ - split: train
101
+ path: MultiHop-RandomNegatives-Triplets/train-*
102
+ - split: val
103
+ path: MultiHop-RandomNegatives-Triplets/val-*
104
+ - split: test
105
+ path: MultiHop-RandomNegatives-Triplets/test-*
106
  ---
107
 
108
  # Dataset Card for Dataset Name