Update README.md
Browse files
README.md
CHANGED
@@ -67,4 +67,18 @@ The following hyperparameters were used during training:
|
|
67 |
- Transformers 4.41.1
|
68 |
- TensorFlow 2.15.0
|
69 |
- Datasets 2.19.1
|
70 |
-
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
- Transformers 4.41.1
|
68 |
- TensorFlow 2.15.0
|
69 |
- Datasets 2.19.1
|
70 |
+
- Tokenizers 0.19.1
|
71 |
+
|
72 |
+
## Citation
|
73 |
+
|
74 |
+
Please use the following citation:
|
75 |
+
|
76 |
+
```
|
77 |
+
@misc {ayatsuri24,
|
78 |
+
author = { Bagas Nuriksan },
|
79 |
+
title = { Academic AI Detector },
|
80 |
+
url = { https://huggingface.co/ayatsuri/academic-ai-detector }
|
81 |
+
year = 2024,
|
82 |
+
publisher = { Hugging Face }
|
83 |
+
}
|
84 |
+
```
|