Update README.md
Browse files
README.md
CHANGED
|
@@ -53,6 +53,19 @@ trainer.train(batch_size=32,
|
|
| 53 |
)
|
| 54 |
|
| 55 |
```
|
| 56 |
-
Install datasets and ragatouille first. Last checkpoint is saved in `.ragatouille/..../colbert`
|
| 57 |
|
| 58 |
-
Model first announced (July 14, 2024): https://www.linkedin.com/posts/akhooli_this-is-probably-the-first-arabic-colbert-activity-7217969205197848576-l8Cy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
)
|
| 54 |
|
| 55 |
```
|
| 56 |
+
Install `datasets` and `ragatouille` first. Last checkpoint is saved in `.ragatouille/..../colbert`
|
| 57 |
|
| 58 |
+
Model first announced (July 14, 2024): https://www.linkedin.com/posts/akhooli_this-is-probably-the-first-arabic-colbert-activity-7217969205197848576-l8Cy
|
| 59 |
+
|
| 60 |
+
## Citation
|
| 61 |
+
|
| 62 |
+
```bibtex
|
| 63 |
+
@online{AbedKhooli,
|
| 64 |
+
author = 'Abed Khooli',
|
| 65 |
+
title = 'Arabic ColBERT 100K',
|
| 66 |
+
publisher = 'Hugging Face',
|
| 67 |
+
month = 'jul',
|
| 68 |
+
year = '2024',
|
| 69 |
+
url = 'https://huggingface.co/akhooli/Arabic-ColBERT-100k',
|
| 70 |
+
}
|
| 71 |
+
```
|