Zakia commited on
Commit
0093e86
1 Parent(s): 5f78622

Changed date format for the date in data instance in Dataset Card

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -83,7 +83,7 @@ A data instance from the `train` split:
83
  "condition": "Pain",
84
  "review": "I have severe drug allergies especially opiates, I have been on Buprenorphine for many years now and found it to be an excellent pain reliever. I have found that at times though it is hard to find and have had to go to the patch.",
85
  "rating": 10,
86
- "date": "2012-05-11",
87
  "usefulCount": 27
88
  }
89
  ```
@@ -96,7 +96,7 @@ A data instance from the `test` split:
96
  "condition": "Allergic Rhinitis",
97
  "review": "Since I start using this product I experienced change of vision and headaches.",
98
  "rating": 3,
99
- "date": "2015-09-08",
100
  "usefulCount": 27
101
  }
102
  ```
 
83
  "condition": "Pain",
84
  "review": "I have severe drug allergies especially opiates, I have been on Buprenorphine for many years now and found it to be an excellent pain reliever. I have found that at times though it is hard to find and have had to go to the patch.",
85
  "rating": 10,
86
+ "date": "May 11, 2012",
87
  "usefulCount": 27
88
  }
89
  ```
 
96
  "condition": "Allergic Rhinitis",
97
  "review": "Since I start using this product I experienced change of vision and headaches.",
98
  "rating": 3,
99
+ "date": "September 8, 2015",
100
  "usefulCount": 27
101
  }
102
  ```