Upload README.md
Browse files
README.md
CHANGED
@@ -79,3 +79,21 @@ else:
|
|
79 |
|
80 |
print(f"Raw prediction value: {prediction}")
|
81 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
print(f"Raw prediction value: {prediction}")
|
81 |
```
|
82 |
+
|
83 |
+
### Citation
|
84 |
+
|
85 |
+
```tex
|
86 |
+
@misc{agtd2024,
|
87 |
+
author = {Oketunji, A.F.},
|
88 |
+
title = {Evaluating the Efficacy of Hybrid Deep Learning Models in Distinguishing AI-Generated Text},
|
89 |
+
year = 2024,
|
90 |
+
version = {v3},
|
91 |
+
publisher = {arXiv},
|
92 |
+
doi = {https://doi.org/10.48550/arXiv.2311.15565},
|
93 |
+
url = {https://arxiv.org/abs/2311.15565}
|
94 |
+
}
|
95 |
+
```
|
96 |
+
|
97 |
+
### Copyright
|
98 |
+
|
99 |
+
(c) 2024 [Finbarrs Oketunji](https://finbarrs.eu). All Rights Reserved.
|