AthenaAgent commited on
Commit
bd2a1b9
1 Parent(s): d7173cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -127
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -28,129 +32,3 @@ Model is trained to pick a perspective on given topic and then provide nuanced a
28
  The model uses same instruction formet as Mistral Instruct. Start with sentence id <s> followed by [INST], then add the question or prompt followed by [/INST].
29
  For example, <s> [INST] Is accelerating the techno-capital machine best bet for humanity's survival? [/INST]
30
 
31
- ## Training Details
32
-
33
- ### Training Data
34
-
35
- <!-- 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. -->
36
-
37
- [More Information Needed]
38
-
39
- ### Training Procedure
40
-
41
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
42
-
43
- #### Preprocessing [optional]
44
-
45
- [More Information Needed]
46
-
47
-
48
- #### Training Hyperparameters
49
-
50
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
51
-
52
- #### Speeds, Sizes, Times [optional]
53
-
54
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Evaluation
59
-
60
- <!-- This section describes the evaluation protocols and provides the results. -->
61
-
62
- ### Testing Data, Factors & Metrics
63
-
64
- #### Testing Data
65
-
66
- <!-- This should link to a Dataset Card if possible. -->
67
-
68
- [More Information Needed]
69
-
70
- #### Factors
71
-
72
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
73
-
74
- [More Information Needed]
75
-
76
- #### Metrics
77
-
78
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
79
-
80
- [More Information Needed]
81
-
82
- ### Results
83
-
84
- [More Information Needed]
85
-
86
- #### Summary
87
-
88
-
89
-
90
- ## Model Examination [optional]
91
-
92
- <!-- Relevant interpretability work for the model goes here -->
93
-
94
- [More Information Needed]
95
-
96
- ## Environmental Impact
97
-
98
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
99
-
100
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
101
-
102
- - **Hardware Type:** [More Information Needed]
103
- - **Hours used:** [More Information Needed]
104
- - **Cloud Provider:** [More Information Needed]
105
- - **Compute Region:** [More Information Needed]
106
- - **Carbon Emitted:** [More Information Needed]
107
-
108
- ## Technical Specifications [optional]
109
-
110
- ### Model Architecture and Objective
111
-
112
- [More Information Needed]
113
-
114
- ### Compute Infrastructure
115
-
116
- [More Information Needed]
117
-
118
- #### Hardware
119
-
120
- [More Information Needed]
121
-
122
- #### Software
123
-
124
- [More Information Needed]
125
-
126
- ## Citation [optional]
127
-
128
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
129
-
130
- **BibTeX:**
131
-
132
- [More Information Needed]
133
-
134
- **APA:**
135
-
136
- [More Information Needed]
137
-
138
- ## Glossary [optional]
139
-
140
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
141
-
142
- [More Information Needed]
143
-
144
- ## More Information [optional]
145
-
146
- [More Information Needed]
147
-
148
- ## Model Card Authors [optional]
149
-
150
- [More Information Needed]
151
-
152
- ## Model Card Contact
153
-
154
- [More Information Needed]
155
-
156
-
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ datasets:
5
+ - AthenaAgent/MockingBirdv1-SFT
6
+ language:
7
+ - en
8
  ---
9
 
10
  # Model Card for Model ID
 
32
  The model uses same instruction formet as Mistral Instruct. Start with sentence id <s> followed by [INST], then add the question or prompt followed by [/INST].
33
  For example, <s> [INST] Is accelerating the techno-capital machine best bet for humanity's survival? [/INST]
34