Update README.md
Browse files
README.md
CHANGED
|
@@ -15,11 +15,11 @@ inference:
|
|
| 15 |
[<img src="https://i.ibb.co/5Lbwyr1/dicta-logo.jpg" width="300px"/>](https://dicta.org.il)
|
| 16 |
|
| 17 |
|
| 18 |
-
#
|
| 19 |
|
| 20 |
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.
|
| 21 |
|
| 22 |
-
For full details of this model please read our [release blog post](https://dicta.org.il/dicta-lm).
|
| 23 |
|
| 24 |
This is the instruct-tuned full-precision model designed for chat. You can try the model out on a live demo [here](https://huggingface.co/spaces/dicta-il/dictalm2.0-instruct-demo).
|
| 25 |
|
|
@@ -84,5 +84,13 @@ make the model finely respect guardrails, allowing for deployment in environment
|
|
| 84 |
If you use this model, please cite:
|
| 85 |
|
| 86 |
```bibtex
|
| 87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
```
|
|
|
|
| 15 |
[<img src="https://i.ibb.co/5Lbwyr1/dicta-logo.jpg" width="300px"/>](https://dicta.org.il)
|
| 16 |
|
| 17 |
|
| 18 |
+
# Adapting LLMs to Hebrew: Unveiling DictaLM 2.0 with Enhanced Vocabulary and Instruction Capabilities
|
| 19 |
|
| 20 |
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.
|
| 21 |
|
| 22 |
+
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).
|
| 23 |
|
| 24 |
This is the instruct-tuned full-precision model designed for chat. You can try the model out on a live demo [here](https://huggingface.co/spaces/dicta-il/dictalm2.0-instruct-demo).
|
| 25 |
|
|
|
|
| 84 |
If you use this model, please cite:
|
| 85 |
|
| 86 |
```bibtex
|
| 87 |
+
@misc{shmidman2024adaptingllmshebrewunveiling,
|
| 88 |
+
title={Adapting LLMs to Hebrew: Unveiling DictaLM 2.0 with Enhanced Vocabulary and Instruction Capabilities},
|
| 89 |
+
author={Shaltiel Shmidman and Avi Shmidman and Amir DN Cohen and Moshe Koppel},
|
| 90 |
+
year={2024},
|
| 91 |
+
eprint={2407.07080},
|
| 92 |
+
archivePrefix={arXiv},
|
| 93 |
+
primaryClass={cs.CL},
|
| 94 |
+
url={https://arxiv.org/abs/2407.07080},
|
| 95 |
+
}
|
| 96 |
```
|