Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,19 @@ The model is overfitting, and we can reduce that. My best guess is that we have
|
|
65 |
|
66 |
I'm also planning to run a 4-bit quantization on the same model to see how it performs against the base model. It should be a fun experiment.
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
## Resources and References:
|
69 |
|
70 |
[Dataset Source](https://github.com/hishab-nlp/BNSECData)
|
|
|
65 |
|
66 |
I'm also planning to run a 4-bit quantization on the same model to see how it performs against the base model. It should be a fun experiment.
|
67 |
|
68 |
+
|
69 |
+
## Cite
|
70 |
+
|
71 |
+
```
|
72 |
+
@misc {abdullah_al_asif_2024,
|
73 |
+
author = { {Abdullah Al Asif} },
|
74 |
+
title = { mbart_bn_error_correction (Revision 55cacd5) },
|
75 |
+
year = 2024,
|
76 |
+
url = { https://huggingface.co/asif00/mbart_bn_error_correction },
|
77 |
+
doi = { 10.57967/hf/2231 },
|
78 |
+
publisher = { Hugging Face }
|
79 |
+
}
|
80 |
+
```
|
81 |
## Resources and References:
|
82 |
|
83 |
[Dataset Source](https://github.com/hishab-nlp/BNSECData)
|