Shaltiel commited on
Commit
f035923
1 Parent(s): b0455f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
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
- # 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 AWQ 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 +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
- [Will be added soon]
 
 
 
 
 
 
 
 
88
  ```
 
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 model contains the AWQ 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
  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
  ```