Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,19 @@ license: apache-2.0
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
Check out the technical report here: [https://arxiv.org/abs/2407.07080](https://arxiv.org/abs/2407.07080)
|
16 |
+
|
17 |
+
If you use this model, please cite:
|
18 |
+
|
19 |
+
```bibtext
|
20 |
+
@misc{shmidman2024adaptingllmshebrewunveiling,
|
21 |
+
title={Adapting LLMs to Hebrew: Unveiling DictaLM 2.0 with Enhanced Vocabulary and Instruction Capabilities},
|
22 |
+
author={Shaltiel Shmidman and Avi Shmidman and Amir DN Cohen and Moshe Koppel},
|
23 |
+
year={2024},
|
24 |
+
eprint={2407.07080},
|
25 |
+
archivePrefix={arXiv},
|
26 |
+
primaryClass={cs.CL},
|
27 |
+
url={https://arxiv.org/abs/2407.07080},
|
28 |
+
}
|
29 |
+
```
|