Text Generation
Transformers
Safetensors
English
Inference Endpoints
yashwardhan20417 commited on
Commit
702611a
·
verified ·
1 Parent(s): 36ba9b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -85
README.md CHANGED
@@ -42,33 +42,11 @@ This is the model card of a 🤗 transformers model that has been pushed on the
42
  - **Repository:** https://github.com/LegallyCoder/mamba-hf
43
  - **Paper:** https://arxiv.org/abs/2312.00752
44
 
45
- ## Uses
46
-
47
-
48
 
49
  ### Direct Use
50
 
51
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
52
-
53
- [More Information Needed]
54
-
55
- ### Downstream Use [optional]
56
-
57
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
58
-
59
- [More Information Needed]
60
-
61
- ### Out-of-Scope Use
62
-
63
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
64
-
65
- [More Information Needed]
66
-
67
- ## Bias, Risks, and Limitations
68
 
69
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
70
-
71
- [More Information Needed]
72
 
73
  ### Recommendations
74
 
@@ -98,80 +76,22 @@ Use the code below to get started with the model.
98
 
99
  ### Training Data
100
 
101
- <!-- 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. -->
102
-
103
- [More Information Needed]
104
-
105
- ### Training Procedure
106
-
107
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
108
 
109
  #### Preprocessing [optional]
110
 
111
- [More Information Needed]
112
 
113
 
114
- #### Training Hyperparameters
115
-
116
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
117
-
118
- #### Speeds, Sizes, Times [optional]
119
-
120
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
121
-
122
- [More Information Needed]
123
-
124
  ## Evaluation
125
 
126
- <!-- This section describes the evaluation protocols and provides the results. -->
127
 
128
  ### Testing Data, Factors & Metrics
129
 
130
  #### Testing Data
131
 
132
- <!-- This should link to a Dataset Card if possible. -->
133
-
134
- [More Information Needed]
135
-
136
- #### Factors
137
-
138
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
139
-
140
- [More Information Needed]
141
-
142
- #### Metrics
143
-
144
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
145
-
146
- [More Information Needed]
147
-
148
- ### Results
149
-
150
- [More Information Needed]
151
-
152
- #### Summary
153
-
154
-
155
-
156
- ## Model Examination [optional]
157
-
158
- <!-- Relevant interpretability work for the model goes here -->
159
-
160
- [More Information Needed]
161
-
162
- ## Environmental Impact
163
-
164
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
165
-
166
- 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).
167
-
168
- - **Hardware Type:** [More Information Needed]
169
- - **Hours used:** [More Information Needed]
170
- - **Cloud Provider:** [More Information Needed]
171
- - **Compute Region:** [More Information Needed]
172
- - **Carbon Emitted:** [More Information Needed]
173
-
174
-
175
 
176
  ## Model Card Contact
177
  MLsquare
 
42
  - **Repository:** https://github.com/LegallyCoder/mamba-hf
43
  - **Paper:** https://arxiv.org/abs/2312.00752
44
 
 
 
 
45
 
46
  ### Direct Use
47
 
48
+ The following adapter is configured for pico_seshu model by MLsquare community on huggingface.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
 
 
 
50
 
51
  ### Recommendations
52
 
 
76
 
77
  ### Training Data
78
 
79
+ The following model uses client side merged samanantar dataset
 
 
 
 
 
 
80
 
81
  #### Preprocessing [optional]
82
 
83
+ Data converted to raw UTF-8 characters numbers and fed into the model using ByT5-large tokenizer
84
 
85
 
 
 
 
 
 
 
 
 
 
 
86
  ## Evaluation
87
 
88
+ Using average cross-entropy loss to evaluate the performance
89
 
90
  ### Testing Data, Factors & Metrics
91
 
92
  #### Testing Data
93
 
94
+ Using server samantar merged dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
 
96
  ## Model Card Contact
97
  MLsquare