Update README.md
Browse files
README.md
CHANGED
@@ -224,4 +224,16 @@ The following hyperparameters were used during training:
|
|
224 |
- Transformers 4.43.2
|
225 |
- Pytorch 2.1.2+cu118
|
226 |
- Datasets 2.19.1
|
227 |
-
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
- Transformers 4.43.2
|
225 |
- Pytorch 2.1.2+cu118
|
226 |
- Datasets 2.19.1
|
227 |
+
- Tokenizers 0.19.1
|
228 |
+
|
229 |
+
### Citation:
|
230 |
+
```
|
231 |
+
@misc {peter_j._bevan_2024,
|
232 |
+
author = { {Peter J. Bevan} },
|
233 |
+
title = { llama-3.1-8b-ocr-correction (Revision 2760c4e) },
|
234 |
+
year = 2024,
|
235 |
+
url = { https://huggingface.co/pbevan11/llama-3.1-8b-ocr-correction },
|
236 |
+
doi = { 10.57967/hf/2791 },
|
237 |
+
publisher = { Hugging Face }
|
238 |
+
}
|
239 |
+
```
|