Ruqiya commited on
Commit
e3bb352
1 Parent(s): 7a747c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,9 +8,9 @@ base_model:
8
  - Ruqiya/Fine-Tuning-Gemma-2b-it-for-Arabic
9
  ---
10
 
11
- # Merge-Gemma-2b-test
12
 
13
- Merge-Gemma-2b-test is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
14
  * [Ruqiya/Fine-Tuning-Gemma-2b-it-for-Arabic](https://huggingface.co/Ruqiya/Fine-Tuning-Gemma-2b-it-for-Arabic)
15
 
16
  ## 🧩 Configuration
@@ -40,7 +40,7 @@ from transformers import AutoTokenizer
40
  import transformers
41
  import torch
42
 
43
- model = "Ruqiya/Merge-Gemma-2b-test"
44
  messages = [{"role": "user", "content": "What is a large language model?"}]
45
 
46
  tokenizer = AutoTokenizer.from_pretrained(model)
 
8
  - Ruqiya/Fine-Tuning-Gemma-2b-it-for-Arabic
9
  ---
10
 
11
+ # Merge-Gemma-2b-it-with-a-Fine-Tuned-one-for-Arabic
12
 
13
+ It is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
14
  * [Ruqiya/Fine-Tuning-Gemma-2b-it-for-Arabic](https://huggingface.co/Ruqiya/Fine-Tuning-Gemma-2b-it-for-Arabic)
15
 
16
  ## 🧩 Configuration
 
40
  import transformers
41
  import torch
42
 
43
+ model = "Ruqiya/Merge-Gemma-2b-it-with-a-Fine-Tuned-one-for-Arabic"
44
  messages = [{"role": "user", "content": "What is a large language model?"}]
45
 
46
  tokenizer = AutoTokenizer.from_pretrained(model)