Update README.md
Browse files
README.md
CHANGED
@@ -13,11 +13,11 @@ inference: false
|
|
13 |
[<img src="https://i.ibb.co/5Lbwyr1/dicta-logo.jpg" width="300px"/>](https://dicta.org.il)
|
14 |
|
15 |
|
16 |
-
#
|
17 |
|
18 |
The DictaLM-2.0-Instruct Large Language Model (LLM) is an instruct fine-tuned version of the [DictaLM-2.0](https://huggingface.co/dicta-il/dictalm2.0) generative model using a variety of conversation datasets.
|
19 |
|
20 |
-
For full details of this model please read our [release blog post](https://dicta.org.il/dicta-lm).
|
21 |
|
22 |
This is the instruct-tuned model designed for chat in the GGUF format for use with [LM Studio](https://lmstudio.ai/) or [llama.cpp](https://github.com/ggerganov/llama.cpp). You can try the model out on a live demo [here](https://huggingface.co/spaces/dicta-il/dictalm2.0-instruct-demo).
|
23 |
|
@@ -62,5 +62,13 @@ make the model finely respect guardrails, allowing for deployment in environment
|
|
62 |
If you use this model, please cite:
|
63 |
|
64 |
```bibtex
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
```
|
|
|
13 |
[<img src="https://i.ibb.co/5Lbwyr1/dicta-logo.jpg" width="300px"/>](https://dicta.org.il)
|
14 |
|
15 |
|
16 |
+
# Adapting LLMs to Hebrew: Unveiling DictaLM 2.0 with Enhanced Vocabulary and Instruction Capabilities
|
17 |
|
18 |
The DictaLM-2.0-Instruct Large Language Model (LLM) is an instruct fine-tuned version of the [DictaLM-2.0](https://huggingface.co/dicta-il/dictalm2.0) generative model using a variety of conversation datasets.
|
19 |
|
20 |
+
For full details of this model please read our [release blog post](https://dicta.org.il/dicta-lm) or the [technical report](https://arxiv.org/abs/2407.07080).
|
21 |
|
22 |
This is the instruct-tuned model designed for chat in the GGUF format for use with [LM Studio](https://lmstudio.ai/) or [llama.cpp](https://github.com/ggerganov/llama.cpp). You can try the model out on a live demo [here](https://huggingface.co/spaces/dicta-il/dictalm2.0-instruct-demo).
|
23 |
|
|
|
62 |
If you use this model, please cite:
|
63 |
|
64 |
```bibtex
|
65 |
+
@misc{shmidman2024adaptingllmshebrewunveiling,
|
66 |
+
title={Adapting LLMs to Hebrew: Unveiling DictaLM 2.0 with Enhanced Vocabulary and Instruction Capabilities},
|
67 |
+
author={Shaltiel Shmidman and Avi Shmidman and Amir DN Cohen and Moshe Koppel},
|
68 |
+
year={2024},
|
69 |
+
eprint={2407.07080},
|
70 |
+
archivePrefix={arXiv},
|
71 |
+
primaryClass={cs.CL},
|
72 |
+
url={https://arxiv.org/abs/2407.07080},
|
73 |
+
}
|
74 |
```
|