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 |
|
@@ -67,11 +67,20 @@ model = AutoModelForCausalLM.from_pretrained('dicta-il/dictalm-7b', trust_remote
|
|
67 |
|
68 |
## Citation
|
69 |
|
70 |
-
If you use DictaLM in your research, please cite ```
|
71 |
|
72 |
**BibTeX:**
|
73 |
|
74 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
## License
|
77 |
|
|
|
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 |
|
|
|
67 |
|
68 |
## Citation
|
69 |
|
70 |
+
If you use DictaLM in your research, please cite ```DictaLM -- A Large Generative Language Model for Modern Hebrew```
|
71 |
|
72 |
**BibTeX:**
|
73 |
|
74 |
+
```bibtex
|
75 |
+
@misc{shmidman2023introducing,
|
76 |
+
title={Introducing DictaLM -- A Large Generative Language Model for Modern Hebrew},
|
77 |
+
author={Shaltiel Shmidman and Avi Shmidman and Amir David Nissan Cohen and Moshe Koppel},
|
78 |
+
year={2023},
|
79 |
+
eprint={2309.14568},
|
80 |
+
archivePrefix={arXiv},
|
81 |
+
primaryClass={cs.CL}
|
82 |
+
}
|
83 |
+
```
|
84 |
|
85 |
## License
|
86 |
|