YashPat commited on
Commit
887bd8e
·
verified ·
1 Parent(s): 8028347

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -52,5 +52,18 @@ The MixEval consists of two files: `CleanResponses` and `AllResponses`. Below pr
52
  └── CleanResponses.csv
53
  └── KeyQuestions.csv
54
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  license: mit
56
  ---
 
52
  └── CleanResponses.csv
53
  └── KeyQuestions.csv
54
  ```
55
+
56
+ # Dataset Usage
57
+ An example use of the dataset using the datasets library is shown in https://github.com/cmudrc/MSEval
58
+
59
+ To use this dataset using pandas:
60
+ ```
61
+ import pandas as pd
62
+
63
+ df = pd.read_csv("hf://datasets/cmudrc/Material_Selection_Eval/AllResponses.csv")
64
+ ```
65
+
66
+ Replace AllResponses with CleanResponses and KeyQuestions in the pathname if required.
67
+
68
  license: mit
69
  ---