Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,11 @@ inference: false
|
|
12 |
|
13 |
[<img src="https://i.ibb.co/5Lbwyr1/dicta-logo.jpg" width="300px"/>](https://dicta.org.il/dicta-lm)
|
14 |
|
15 |
-
|
16 |
-
# Model Card for DictaLM-2.0-Instruct
|
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 model contains the GPTQ 4-bit quantized version of the instruct-tuned model designed for chat [DictaLM-2.0-Instruct](https://huggingface.co/dicta-il/dictalm2.0-instruct).
|
23 |
|
@@ -84,5 +83,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 |
```
|
|
|
12 |
|
13 |
[<img src="https://i.ibb.co/5Lbwyr1/dicta-logo.jpg" width="300px"/>](https://dicta.org.il/dicta-lm)
|
14 |
|
15 |
+
# Adapting LLMs to Hebrew: Unveiling DictaLM 2.0 with Enhanced Vocabulary and Instruction Capabilities
|
|
|
16 |
|
17 |
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.
|
18 |
|
19 |
+
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).
|
20 |
|
21 |
This model contains the GPTQ 4-bit quantized version of the instruct-tuned model designed for chat [DictaLM-2.0-Instruct](https://huggingface.co/dicta-il/dictalm2.0-instruct).
|
22 |
|
|
|
83 |
If you use this model, please cite:
|
84 |
|
85 |
```bibtex
|
86 |
+
@misc{shmidman2024adaptingllmshebrewunveiling,
|
87 |
+
title={Adapting LLMs to Hebrew: Unveiling DictaLM 2.0 with Enhanced Vocabulary and Instruction Capabilities},
|
88 |
+
author={Shaltiel Shmidman and Avi Shmidman and Amir DN Cohen and Moshe Koppel},
|
89 |
+
year={2024},
|
90 |
+
eprint={2407.07080},
|
91 |
+
archivePrefix={arXiv},
|
92 |
+
primaryClass={cs.CL},
|
93 |
+
url={https://arxiv.org/abs/2407.07080},
|
94 |
+
}
|
95 |
```
|