ombhojane commited on
Commit
2244324
·
verified ·
1 Parent(s): 2aa89a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -59
README.md CHANGED
@@ -15,8 +15,7 @@ pipeline_tag: text-generation
15
 
16
  # Model Card for Model ID
17
 
18
- <!-- Provide a quick summary of what the model is/does. -->
19
-
20
 
21
 
22
  ## Model Details
@@ -27,31 +26,30 @@ pipeline_tag: text-generation
27
 
28
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
29
 
30
- - **Developed by:** [More Information Needed]
31
- - **Funded by [optional]:** [More Information Needed]
32
- - **Shared by [optional]:** [More Information Needed]
33
- - **Model type:** [More Information Needed]
34
- - **Language(s) (NLP):** [More Information Needed]
35
- - **License:** [More Information Needed]
36
- - **Finetuned from model [optional]:** [More Information Needed]
37
 
38
  ### Model Sources [optional]
39
 
40
  <!-- Provide the basic links for the model. -->
41
 
42
- - **Repository:** [More Information Needed]
43
- - **Paper [optional]:** [More Information Needed]
44
- - **Demo [optional]:** [More Information Needed]
45
-
46
- ## Uses
47
 
 
 
48
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
49
 
50
- ### Direct Use
51
-
52
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
53
  ```
54
- from transformers import pipeline
55
  import torch
56
 
57
  messages = [
@@ -70,53 +68,57 @@ print(generated_text)
70
  ```
71
  generated_text[0]['generated_text'][1]['content']
72
  ```
73
-
74
- [More Information Needed]
75
-
76
- ### Downstream Use [optional]
77
-
78
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
79
 
80
- [More Information Needed]
81
 
82
  ### Out-of-Scope Use
83
-
84
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
85
 
86
- [More Information Needed]
87
-
88
  ## Bias, Risks, and Limitations
89
 
90
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
91
 
92
- [More Information Needed]
93
-
94
- ### Recommendations
95
 
 
 
 
 
96
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
97
 
98
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
99
 
100
- ## How to Get Started with the Model
101
 
102
  Use the code below to get started with the model.
103
 
104
  [More Information Needed]
105
-
106
  ## Training Details
107
 
108
  ### Training Data
109
 
 
 
110
  <!-- 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. -->
111
 
112
 
113
- [More Information Needed]
114
 
115
  ### Training Procedure
116
-
117
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
118
 
119
- #### Preprocessing [optional]
120
 
121
  [More Information Needed]
122
 
@@ -125,35 +127,35 @@ Use the code below to get started with the model.
125
 
126
  - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
127
 
128
- #### Speeds, Sizes, Times [optional]
 
 
129
 
130
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
131
-
132
- [More Information Needed]
133
 
134
  ## Evaluation
135
-
136
  <!-- This section describes the evaluation protocols and provides the results. -->
137
 
138
- ### Testing Data, Factors & Metrics
139
 
140
  #### Testing Data
141
-
142
  <!-- This should link to a Dataset Card if possible. -->
143
 
144
- [More Information Needed]
145
 
146
  #### Factors
147
-
148
  <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
149
 
150
- [More Information Needed]
151
 
152
  #### Metrics
153
-
154
  <!-- These are the evaluation metrics being used, ideally with a description of why. -->
155
 
156
- [More Information Needed]
157
 
158
  ### Results
159
 
@@ -161,19 +163,19 @@ Use the code below to get started with the model.
161
 
162
  #### Summary
163
 
 
164
 
165
-
166
- ## Model Examination [optional]
167
-
168
  <!-- Relevant interpretability work for the model goes here -->
169
 
170
- [More Information Needed]
171
 
172
  ## Environmental Impact
173
-
174
  <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
175
 
176
- 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).
177
 
178
  - **Hardware Type:** [More Information Needed]
179
  - **Hours used:** [More Information Needed]
@@ -197,12 +199,12 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
197
 
198
  #### Software
199
 
200
- [More Information Needed]
201
-
202
  ## Citation [optional]
203
 
204
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
205
-
206
  **BibTeX:**
207
 
208
  [More Information Needed]
@@ -212,10 +214,10 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
212
  [More Information Needed]
213
 
214
  ## Glossary [optional]
215
-
216
  <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
217
 
218
- [More Information Needed]
219
 
220
  ## More Information [optional]
221
 
@@ -227,4 +229,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
227
 
228
  ## Model Card Contact
229
 
230
- [More Information Needed]
 
15
 
16
  # Model Card for Model ID
17
 
18
+ Smile model nderstands the indian nunaces & give more accurate responses wrt. indian context
 
19
 
20
 
21
  ## Model Details
 
26
 
27
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
28
 
29
+ - **Developed by:**
30
+ - **Funded by [optional]:** https://github.com/ombhojane
31
+ - **Model type:** Quantized
32
+ - **Language(s) (NLP):** Python, Unsloth
33
+ - **License:** MIT
34
+ - **Finetuned from model [optional]:** Qwen/Qwen2.5-1.5B-Instruct
 
35
 
36
  ### Model Sources [optional]
37
 
38
  <!-- Provide the basic links for the model. -->
39
 
40
+ - **Repository:** https://github.com/ombhojane/smile
41
+ - **Paper [optional]:** On it, buildin'
42
+ - **Demo [optional]:** https://smilecrm.vercel.app/
 
 
43
 
44
+ <!-- ## Uses
45
+ -->
46
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
 
48
+ <!-- ### Direct Use
49
+ -->
50
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
  ```
52
+ <!-- from transformers import pipeline
53
  import torch
54
 
55
  messages = [
 
68
  ```
69
  generated_text[0]['generated_text'][1]['content']
70
  ```
71
+ -->
72
+ <!-- [More Information Needed]
73
+ -->
74
+ <!-- ### Downstream Use [optional]
75
+ -->
76
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
77
 
78
+ <!-- [More Information Needed]
79
 
80
  ### Out-of-Scope Use
81
+ -->
82
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
83
 
84
+ <!-- [More Information Needed]
85
+ -->
86
  ## Bias, Risks, and Limitations
87
 
88
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
89
 
90
+ Parent model is equivalent to a SLM - might lags in some speacial areas
 
 
91
 
92
+ <!-- [More Information Needed]
93
+ -->
94
+ <!-- ### Recommendations
95
+ -->
96
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
97
 
98
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
99
 
100
+ <!-- ## How to Get Started with the Model
101
 
102
  Use the code below to get started with the model.
103
 
104
  [More Information Needed]
105
+ -->
106
  ## Training Details
107
 
108
  ### Training Data
109
 
110
+ https://huggingface.co/datasets/ombhojane/smile-india
111
+
112
  <!-- 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. -->
113
 
114
 
115
+ <!-- [More Information Needed]
116
 
117
  ### Training Procedure
118
+ -->
119
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
120
 
121
+ <!-- #### Preprocessing [optional]
122
 
123
  [More Information Needed]
124
 
 
127
 
128
  - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
129
 
130
+ <!-- #### Speeds, Sizes, Times [optional]
131
+ -->
132
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. --> -->
133
 
134
+ <!-- [More Information Needed]
 
 
135
 
136
  ## Evaluation
137
+ -->
138
  <!-- This section describes the evaluation protocols and provides the results. -->
139
 
140
+ <!-- ### Testing Data, Factors & Metrics
141
 
142
  #### Testing Data
143
+ -->
144
  <!-- This should link to a Dataset Card if possible. -->
145
 
146
+ <!-- [More Information Needed]
147
 
148
  #### Factors
149
+ -->
150
  <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
151
 
152
+ <!-- [More Information Needed]
153
 
154
  #### Metrics
155
+ -->
156
  <!-- These are the evaluation metrics being used, ideally with a description of why. -->
157
 
158
+ <!-- [More Information Needed]
159
 
160
  ### Results
161
 
 
163
 
164
  #### Summary
165
 
166
+ -->
167
 
168
+ <!-- ## Model Examination [optional]
169
+ -->
 
170
  <!-- Relevant interpretability work for the model goes here -->
171
 
172
+ <!-- [More Information Needed]
173
 
174
  ## Environmental Impact
175
+ -->
176
  <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
177
 
178
+ <!-- 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).
179
 
180
  - **Hardware Type:** [More Information Needed]
181
  - **Hours used:** [More Information Needed]
 
199
 
200
  #### Software
201
 
202
+ [More Information Needed] -->
203
+ <!--
204
  ## Citation [optional]
205
 
206
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. --> -->
207
+ <!--
208
  **BibTeX:**
209
 
210
  [More Information Needed]
 
214
  [More Information Needed]
215
 
216
  ## Glossary [optional]
217
+ -->
218
  <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
219
 
220
+ <!-- [More Information Needed]
221
 
222
  ## More Information [optional]
223
 
 
229
 
230
  ## Model Card Contact
231
 
232
+ [More Information Needed] -->