lawhy commited on
Commit
2cfe1db
·
verified ·
1 Parent(s): d51b4a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -148,9 +148,11 @@ from datasets import load_dataset
148
  dataset = load_dataset("Hierarchy-Transformers/WordNetNoun", "MixedHop-RandomNegatives-Triplets")
149
  ```
150
 
151
- For evaluation, the `Pairs` sample structure should be adopted, as it allows for the computation of Precision, Recall, and F1 scores.
152
 
153
- For training, the choice between `Pairs`, `Triplets`, or more complex sample structures depends on the model's design and specific requirements.
 
 
154
 
155
  ## Citation
156
 
 
148
  dataset = load_dataset("Hierarchy-Transformers/WordNetNoun", "MixedHop-RandomNegatives-Triplets")
149
  ```
150
 
151
+ ## Dataset Usage
152
 
153
+ - For **evaluation**, the `Pairs` sample structure should be adopted, as it allows for the computation of Precision, Recall, and F1 scores.
154
+
155
+ - For **training**, the choice between `Pairs`, `Triplets`, or more complex sample structures depends on the model's design and specific requirements.
156
 
157
  ## Citation
158