Update README.md
Browse files
README.md
CHANGED
@@ -74,13 +74,16 @@ test_data = dataset["test"]
|
|
74 |
|
75 |
# Example: Display a random training example
|
76 |
print(train_data[0])
|
|
|
|
|
|
|
77 |
License
|
78 |
-
This dataset inherits the licensing of the original C4 dataset
|
79 |
|
80 |
Citation
|
81 |
If you use this dataset in your work, please cite the original C4 dataset or my ultimate utils repo:
|
82 |
|
83 |
-
```
|
84 |
@misc{miranda2021ultimateutils,
|
85 |
title={Ultimate Utils - the Ultimate Utils Library for Machine Learning and Artificial Intelligence},
|
86 |
author={Brando Miranda},
|
|
|
74 |
|
75 |
# Example: Display a random training example
|
76 |
print(train_data[0])
|
77 |
+
```
|
78 |
+
|
79 |
+
|
80 |
License
|
81 |
+
This dataset inherits the licensing of the original C4 dataset.
|
82 |
|
83 |
Citation
|
84 |
If you use this dataset in your work, please cite the original C4 dataset or my ultimate utils repo:
|
85 |
|
86 |
+
```bibtex
|
87 |
@misc{miranda2021ultimateutils,
|
88 |
title={Ultimate Utils - the Ultimate Utils Library for Machine Learning and Artificial Intelligence},
|
89 |
author={Brando Miranda},
|