Update README.md
Browse files
README.md
CHANGED
@@ -156,10 +156,10 @@ print(output[0]['generated_text'])
|
|
156 |
|
157 |
```markdown
|
158 |
The following subsets of the above dataset were leveraged:
|
159 |
-
-commonsense (10k random samples)
|
160 |
-
-deontology (10k random samples)
|
161 |
-
-justice (10k random samples)
|
162 |
-
-utilitarianism (10k random samples)
|
163 |
```
|
164 |
|
165 |
### Training Procedure
|
@@ -210,10 +210,10 @@ Validation Loss = 0.119734
|
|
210 |
|
211 |
```markdown
|
212 |
The following subsets of the above dataset were leveraged:
|
213 |
-
-commonsense (2.5k random samples)
|
214 |
-
-deontology (2.5k random samples)
|
215 |
-
-justice (2.5k random samples)
|
216 |
-
-utilitarianism (2.5k random samples)
|
217 |
```
|
218 |
|
219 |
<!-- #### Factors -->
|
|
|
156 |
|
157 |
```markdown
|
158 |
The following subsets of the above dataset were leveraged:
|
159 |
+
-commonsense/train (10k random samples)
|
160 |
+
-deontology/train (10k random samples)
|
161 |
+
-justice/train (10k random samples)
|
162 |
+
-utilitarianism/train (10k random samples)
|
163 |
```
|
164 |
|
165 |
### Training Procedure
|
|
|
210 |
|
211 |
```markdown
|
212 |
The following subsets of the above dataset were leveraged:
|
213 |
+
-commonsense/test (2.5k random samples)
|
214 |
+
-deontology/test (2.5k random samples)
|
215 |
+
-justice/test (2.5k random samples)
|
216 |
+
-utilitarianism/test (2.5k random samples)
|
217 |
```
|
218 |
|
219 |
<!-- #### Factors -->
|