Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,29 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
#
|
7 |
|
8 |
-
|
9 |
|
|
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
## Model Details
|
13 |
|
@@ -17,25 +33,23 @@ tags: []
|
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
-
- **
|
22 |
-
- **
|
23 |
-
- **
|
24 |
-
- **
|
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:**
|
33 |
- **Paper [optional]:** [More Information Needed]
|
34 |
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## Uses
|
37 |
|
38 |
-
|
39 |
|
40 |
### Direct Use
|
41 |
|
@@ -51,7 +65,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
51 |
|
52 |
### Out-of-Scope Use
|
53 |
|
54 |
-
|
55 |
|
56 |
[More Information Needed]
|
57 |
|
@@ -63,13 +77,10 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
63 |
|
64 |
### Recommendations
|
65 |
|
66 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
-
|
68 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
|
70 |
## How to Get Started with the Model
|
71 |
|
72 |
-
|
73 |
|
74 |
[More Information Needed]
|
75 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- en
|
6 |
---
|
7 |
|
8 |
+
# NUOS-MagickMin-7B-Instruct
|
9 |
|
10 |
+
<img alt="NUOS-MagickMin-7B-Instruct" src="nuos7b.jpeg" width=300 height=300>
|
11 |
|
12 |
+
OpenSource 7 Billion Large Language Model
|
13 |
|
14 |
+
NUOS-MagickMin-7B-Instruct is a large language model with 7 Billions Parameters.
|
15 |
+
|
16 |
+
It is mainly focus on working effectively at 4 Bit Stage of LLM, for cheaper, faster runtime inferencing.
|
17 |
+
|
18 |
+
## Info
|
19 |
+
|
20 |
+
- License - MIT
|
21 |
+
- Backbone Model - Gemma 7B It
|
22 |
+
|
23 |
+
## Contributors
|
24 |
+
|
25 |
+
- Mark Ranford
|
26 |
+
- Min Si Thu
|
27 |
|
28 |
## Model Details
|
29 |
|
|
|
33 |
|
34 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
35 |
|
36 |
+
- **Developed by:** Magicko Space (Min Si Thu)
|
37 |
+
- **Model type:** Text Generation
|
38 |
+
- **Language(s) (NLP):** English
|
39 |
+
- **License:** MIT
|
40 |
+
- **Finetuned from model:** Gemma 7B It
|
|
|
|
|
41 |
|
42 |
### Model Sources [optional]
|
43 |
|
44 |
<!-- Provide the basic links for the model. -->
|
45 |
|
46 |
+
- **Repository:** https://github.com/MagickoSpace/NUOS-MagickMin-7B-Instruct
|
47 |
- **Paper [optional]:** [More Information Needed]
|
48 |
- **Demo [optional]:** [More Information Needed]
|
49 |
|
50 |
## Uses
|
51 |
|
52 |
+
|
53 |
|
54 |
### Direct Use
|
55 |
|
|
|
65 |
|
66 |
### Out-of-Scope Use
|
67 |
|
68 |
+
The model is not intended to use for cirminal, illegal and nsfw applications.
|
69 |
|
70 |
[More Information Needed]
|
71 |
|
|
|
77 |
|
78 |
### Recommendations
|
79 |
|
|
|
|
|
|
|
80 |
|
81 |
## How to Get Started with the Model
|
82 |
|
83 |
+
We are still working on this part.
|
84 |
|
85 |
[More Information Needed]
|
86 |
|