Quantifying the Carbon Emissions of Machine Learning
Paper
•
1910.09700
•
Published
•
23
Smile model nderstands the indian nunaces & give more accurate responses wrt. indian context
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
<!-- from transformers import pipeline
import torch
messages = [
{"role": "user", "content": "give indian tadka ingrediants"}
]
# Use the GPU if available
device = 0 if torch.cuda.is_available() else -1
pipe = pipeline("text-generation", model="ombhojane/smile-small", device=device)
# Generate longer output text
generated_text = pipe(messages, max_new_tokens=200, num_return_sequences=1)
print(generated_text)
generated_text[0]['generated_text'][1]['content']
-->
Parent model is equivalent to a SLM - might lags in some speacial areas
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.