Commit
·
e651c3e
1
Parent(s):
b6b75bf
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: mistralai/Mistral-7B-v0.1
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -17,21 +21,18 @@ base_model: mistralai/Mistral-7B-v0.1
|
|
17 |
|
18 |
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
-
- **
|
22 |
-
- **
|
23 |
-
- **
|
24 |
-
- **Language(s) (NLP):** [More Information Needed]
|
25 |
-
- **License:** [More Information Needed]
|
26 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
30 |
<!-- Provide the basic links for the model. -->
|
31 |
|
32 |
- **Repository:** [More Information Needed]
|
33 |
-
- **Paper [optional]:** [More Information Needed]
|
34 |
-
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## Uses
|
37 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: mistralai/Mistral-7B-v0.1
|
4 |
+
license: mit
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- code
|
8 |
---
|
9 |
|
10 |
# Model Card for Model ID
|
|
|
21 |
|
22 |
|
23 |
|
24 |
+
- **Developed by:** Zaheer K Z
|
25 |
+
- **Language(s) :** NLP
|
26 |
+
- **License:** MIT
|
27 |
+
- **Finetuned from model :** mistralai/Mistral-7B-v0.1
|
|
|
|
|
|
|
28 |
|
29 |
### Model Sources [optional]
|
30 |
|
31 |
<!-- Provide the basic links for the model. -->
|
32 |
|
33 |
- **Repository:** [More Information Needed]
|
34 |
+
<!-- - **Paper [optional]:** [More Information Needed]
|
35 |
+
- **Demo [optional]:** [More Information Needed] -->
|
36 |
|
37 |
## Uses
|
38 |
|