Text Generation
Transformers
Safetensors
English
mistral
conversational
text-generation-inference
ri-nat commited on
Commit
dc6e8c9
·
verified ·
1 Parent(s): e47322b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +133 -0
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - StarfleetAI/function-calling
5
+ - ajibawa-2023/Code-290k-ShareGPT
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ ---
10
+
11
+ # StarfleetAI Polaris Small
12
+
13
+ > [!NOTE]
14
+ > Work on the model card is still in progress.
15
+
16
+ > [!WARNING]
17
+ > This model is not yet meant for production usage.
18
+
19
+ This model was developed by StarfleetAI with the aim of it being used for autonomous AI agent scenarios.
20
+
21
+ ## Model Details
22
+
23
+ * Based on `Open-Orca/Mistral-7B-OpenOrca`
24
+ * Capable of function calling
25
+
26
+ ### Model Description
27
+
28
+ <!-- Provide a longer summary of what this model is. -->
29
+
30
+ - **Developed by:** StarfleetAI
31
+ - **Model type:** Mistral
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** Apache license 2.0
34
+ - **Finetuned from model:** `Open-Orca/Mistral-7B-OpenOrca`
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Out-of-Scope Use
47
+
48
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ## Bias, Risks, and Limitations
53
+
54
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Recommendations
59
+
60
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
61
+
62
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
63
+
64
+ ## How to Get Started with the Model
65
+
66
+ Use the code below to get started with the model.
67
+
68
+ [More Information Needed]
69
+
70
+ ## Training Details
71
+
72
+ ### Training Data
73
+
74
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
75
+
76
+ [More Information Needed]
77
+
78
+ ### Training Procedure
79
+
80
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
81
+
82
+
83
+ #### Training Hyperparameters
84
+
85
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
86
+
87
+ ## Evaluation
88
+
89
+ <!-- This section describes the evaluation protocols and provides the results. -->
90
+
91
+ ### Testing Data, Factors & Metrics
92
+
93
+ #### Testing Data
94
+
95
+ <!-- This should link to a Dataset Card if possible. -->
96
+
97
+ [More Information Needed]
98
+
99
+ #### Factors
100
+
101
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
102
+
103
+ [More Information Needed]
104
+
105
+ #### Metrics
106
+
107
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ### Results
112
+
113
+ [More Information Needed]
114
+
115
+ #### Summary
116
+
117
+
118
+
119
+ ## Citation
120
+
121
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
122
+
123
+ **BibTeX:**
124
+
125
+ [More Information Needed]
126
+
127
+ **APA:**
128
+
129
+ [More Information Needed]
130
+
131
+ ## Model Card Contact
132
+
133
+ [More Information Needed]