MouezYazidi commited on
Commit
ce6e0c1
·
verified ·
1 Parent(s): 55b7b7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -16
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Model Description
2
 
3
  This model is fine-tuned from **Mistral 7B v0.3**. This model is enhanced to improve coding capabilities, particularly in Python, as it was fine-tuned on a dataset of 18,000 Python samples using Alpaca prompt instructions.
@@ -75,22 +90,6 @@ print(pascal_triangle(5))</s>
75
 
76
  ````
77
 
78
-
79
- ---
80
- base_model: unsloth/mistral-7b-v0.3-bnb-4bit
81
- tags:
82
- - text-generation-inference
83
- - transformers
84
- - unsloth
85
- - mistral
86
- - trl
87
- license: apache-2.0
88
- language:
89
- - en
90
- datasets:
91
- - iamtarun/python_code_instructions_18k_alpaca
92
- ---
93
-
94
  # Uploaded model
95
 
96
  - **Developed by:** MouezYazidi
 
1
+ ---
2
+ base_model: unsloth/mistral-7b-v0.3-bnb-4bit
3
+ tags:
4
+ - text-generation-inference
5
+ - transformers
6
+ - unsloth
7
+ - mistral
8
+ - trl
9
+ license: apache-2.0
10
+ language:
11
+ - en
12
+ datasets:
13
+ - iamtarun/python_code_instructions_18k_alpaca
14
+ ---
15
+
16
  # Model Description
17
 
18
  This model is fine-tuned from **Mistral 7B v0.3**. This model is enhanced to improve coding capabilities, particularly in Python, as it was fine-tuned on a dataset of 18,000 Python samples using Alpaca prompt instructions.
 
90
 
91
  ````
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  # Uploaded model
94
 
95
  - **Developed by:** MouezYazidi