munish0838
commited on
Commit
•
7df657d
1
Parent(s):
b03a7b9
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- he
|
6 |
+
library_name: transformers
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
base_model: yam-peleg/Hebrew-Mistral-7B
|
9 |
+
---
|
10 |
+
# Hebrew-Mistral-7B-GGUF
|
11 |
+
|
12 |
+
- This is quantized version of [yam-peleg/Hebrew-Mistral-7B]() created using llama.cpp
|
13 |
+
|
14 |
+
# Model Description
|
15 |
+
|
16 |
+
Hebrew-Mistral-7B is an open-source Large Language Model (LLM) pretrained in hebrew and english pretrained with 7B billion parameters, based on Mistral-7B-v1.0 from Mistral.
|
17 |
+
|
18 |
+
It has an extended hebrew tokenizer with 64,000 tokens and is continuesly pretrained from Mistral-7B on tokens in both English and Hebrew.
|
19 |
+
|
20 |
+
The resulting model is a powerful general-purpose language model suitable for a wide range of natural language processing tasks, with a focus on Hebrew language understanding and generation.
|
21 |
+
|
22 |
+
### Notice
|
23 |
+
|
24 |
+
Hebrew-Mistral-7B is a pretrained base model and therefore does not have any moderation mechanisms.
|
25 |
+
|
26 |
+
### Authors of Original Model
|
27 |
+
- Trained by Yam Peleg.
|
28 |
+
- In collaboration with Jonathan Rouach and Arjeo, inc.
|