Anas0079 commited on
Commit
5b41c3e
·
verified ·
1 Parent(s): 26c75a1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -27,15 +27,15 @@ Unlocking **Moroccan Darija** proficiency in a compact and efficient large langu
27
 
28
  ## Model at a glance
29
 
30
- | | Details |
31
- | ------------------- | ------------------------------------------------------------------------------------------------------ | --- |
32
- | **Model ID** | `GemMaroc/Qwen2.5-7B-Instruct-darija` |
33
- | **Base model** | [`Qwen/Qwen2.5-7B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) |
34
- | **Architecture** | Decoder-only Transformer (Qwen2.5) |
35
- | **Parameters** | 7 billion |
36
- | **Context length** | 32,768 tokens |
37
- | **Training regime** | Supervised fine-tuning (LoRA → merged) on 50 K high-quality Darija/English instructions TULU-50K slice | |
38
- | **License** | Apache 2.0 |
39
 
40
  ---
41
 
@@ -73,7 +73,7 @@ Unlocking **Moroccan Darija** proficiency in a compact and efficient large langu
73
  ```python
74
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
75
 
76
- model_id = "AbderrahmanSkiredj1/Qwen2.5-7B-Instruct-darija"
77
 
78
  tokenizer = AutoTokenizer.from_pretrained(model_id)
79
  model = AutoModelForCausalLM.from_pretrained(
 
27
 
28
  ## Model at a glance
29
 
30
+ | **Parameter** | **Value** |
31
+ | ------------------- | ----------------------------------------------------------------------------------------------------- |
32
+ | **Model ID** | `GemMaroc/Qwen2.5-7B-Instruct-darija` |
33
+ | **Base model** | [`Qwen/Qwen2.5-7B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) |
34
+ | **Architecture** | Decoder-only Transformer (Qwen2.5) |
35
+ | **Parameters** | 7 billion |
36
+ | **Context length** | 32,768 tokens |
37
+ | **Training regime** | Supervised fine-tuning (LoRA → merged) on 50K high-quality Darija/English instructions TULU-50K slice |
38
+ | **License** | Apache 2.0 |
39
 
40
  ---
41
 
 
73
  ```python
74
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
75
 
76
+ model_id = "GemMaroc/Qwen2.5-7B-Instruct-darija"
77
 
78
  tokenizer = AutoTokenizer.from_pretrained(model_id)
79
  model = AutoModelForCausalLM.from_pretrained(