Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ inference: false
|
|
6 |
---
|
7 |
# **DictaLM**: A Large Generative Language Model for Modern Hebrew
|
8 |
|
9 |
-
A large generative pretrained transformer (GPT) language model for Hebrew, released [
|
10 |
|
11 |
- This is an alpha version of the model, and there are many improvements to come.
|
12 |
- We are actively working on improving the model, so stay tuned.
|
@@ -85,11 +85,20 @@ model = AutoModelForCausalLM.from_pretrained('dicta-il/dictalm-7b-instruct', tru
|
|
85 |
|
86 |
## Citation
|
87 |
|
88 |
-
If you use DictaLM in your research, please cite
|
89 |
|
90 |
**BibTeX:**
|
91 |
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
|
94 |
## License
|
95 |
|
|
|
6 |
---
|
7 |
# **DictaLM**: A Large Generative Language Model for Modern Hebrew
|
8 |
|
9 |
+
A large generative pretrained transformer (GPT) language model for Hebrew, released [here](https://arxiv.org/abs/2309.14568).
|
10 |
|
11 |
- This is an alpha version of the model, and there are many improvements to come.
|
12 |
- We are actively working on improving the model, so stay tuned.
|
|
|
85 |
|
86 |
## Citation
|
87 |
|
88 |
+
If you use DictaLM in your research, please cite ```DictaLM -- A Large Generative Language Model for Modern Hebrew```
|
89 |
|
90 |
**BibTeX:**
|
91 |
|
92 |
+
```bibtex
|
93 |
+
@misc{shmidman2023introducing,
|
94 |
+
title={Introducing DictaLM -- A Large Generative Language Model for Modern Hebrew},
|
95 |
+
author={Shaltiel Shmidman and Avi Shmidman and Amir David Nissan Cohen and Moshe Koppel},
|
96 |
+
year={2023},
|
97 |
+
eprint={2309.14568},
|
98 |
+
archivePrefix={arXiv},
|
99 |
+
primaryClass={cs.CL}
|
100 |
+
}
|
101 |
+
```
|
102 |
|
103 |
## License
|
104 |
|