Instructions to use nagaananth/MLOPS_group-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nagaananth/MLOPS_group-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nagaananth/MLOPS_group-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nagaananth/MLOPS_group-v1") model = AutoModelForSequenceClassification.from_pretrained("nagaananth/MLOPS_group-v1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filesAll details updated, pending is the sub-sections, metrics etc in proper order
README.md
CHANGED
|
@@ -13,9 +13,32 @@ tags: []
|
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
- **Developed by:** [More Information Needed]
|
| 21 |
- **Funded by [optional]:** [More Information Needed]
|
|
@@ -32,168 +55,306 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
| 32 |
- **Repository:** [More Information Needed]
|
| 33 |
- **Paper [optional]:** [More Information Needed]
|
| 34 |
- **Demo [optional]:** [More Information Needed]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
-
|
|
|
|
|
|
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
-
|
|
|
|
| 47 |
|
| 48 |
-
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
-
|
| 50 |
-
[More Information Needed]
|
| 51 |
|
| 52 |
### Out-of-Scope Use
|
| 53 |
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
|
|
|
| 57 |
|
| 58 |
## Bias, Risks, and Limitations
|
|
|
|
|
|
|
| 59 |
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
-
[More Information Needed]
|
| 63 |
|
| 64 |
### Recommendations
|
| 65 |
|
| 66 |
-
|
| 67 |
|
| 68 |
-
|
|
|
|
| 69 |
|
| 70 |
-
## How to Get Started with the Model
|
| 71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
Use the code below to get started with the model.
|
| 73 |
|
| 74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
## Training Details
|
| 77 |
|
| 78 |
### Training Data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
-
|
|
|
|
|
|
|
| 81 |
|
| 82 |
-
|
| 83 |
|
| 84 |
-
|
| 85 |
|
| 86 |
-
|
|
|
|
| 87 |
|
| 88 |
-
|
|
|
|
| 89 |
|
| 90 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
|
| 92 |
|
| 93 |
#### Training Hyperparameters
|
| 94 |
|
| 95 |
-
- **Training regime:**
|
|
|
|
|
|
|
| 96 |
|
| 97 |
-
|
| 98 |
|
| 99 |
-
|
| 100 |
|
| 101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
## Evaluation
|
| 104 |
|
| 105 |
-
|
|
|
|
|
|
|
| 106 |
|
| 107 |
-
|
| 108 |
|
| 109 |
-
|
|
|
|
| 110 |
|
| 111 |
-
|
| 112 |
|
| 113 |
-
|
| 114 |
|
| 115 |
-
####
|
| 116 |
|
| 117 |
-
|
|
|
|
|
|
|
|
|
|
| 118 |
|
| 119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
|
| 121 |
#### Metrics
|
|
|
|
| 122 |
|
| 123 |
-
|
| 124 |
|
| 125 |
-
|
|
|
|
|
|
|
|
|
|
| 126 |
|
| 127 |
### Results
|
| 128 |
|
| 129 |
[More Information Needed]
|
| 130 |
|
| 131 |
#### Summary
|
| 132 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
|
| 134 |
|
| 135 |
## Model Examination [optional]
|
| 136 |
|
| 137 |
-
|
|
|
|
| 138 |
|
| 139 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
|
| 141 |
## Environmental Impact
|
| 142 |
|
| 143 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
|
| 145 |
-
|
| 146 |
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
|
| 153 |
## Technical Specifications [optional]
|
| 154 |
|
| 155 |
### Model Architecture and Objective
|
| 156 |
|
| 157 |
-
|
|
|
|
| 158 |
|
| 159 |
-
|
| 160 |
|
| 161 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
|
| 163 |
#### Hardware
|
| 164 |
|
| 165 |
-
|
|
|
|
|
|
|
| 166 |
|
| 167 |
#### Software
|
| 168 |
|
| 169 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
|
| 171 |
## Citation [optional]
|
| 172 |
|
| 173 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
|
| 175 |
**BibTeX:**
|
| 176 |
|
| 177 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 178 |
|
| 179 |
**APA:**
|
| 180 |
|
| 181 |
-
|
|
|
|
| 182 |
|
| 183 |
## Glossary [optional]
|
| 184 |
|
| 185 |
-
|
| 186 |
|
| 187 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 188 |
|
| 189 |
## More Information [optional]
|
| 190 |
|
| 191 |
-
|
|
|
|
|
|
|
| 192 |
|
| 193 |
## Model Card Authors [optional]
|
| 194 |
|
| 195 |
-
|
| 196 |
|
| 197 |
## Model Card Contact
|
| 198 |
|
| 199 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
|
| 16 |
+
Task: Binary Text Classification (Spam vs. Ham).
|
| 17 |
|
| 18 |
+
Dataset: Processed SMS dataset (5,159 samples).
|
| 19 |
+
|
| 20 |
+
Architecture: (https://huggingface.co/nagaananth/MLOPS_group-v3).
|
| 21 |
+
|
| 22 |
+
Objective: To accurately identify spam messages while maintaining a low false-positive rate.
|
| 23 |
+
|
| 24 |
+
Key Feature: The model heavily leverages message length as a discriminative feature,
|
| 25 |
+
as spam messages (avg. ~138 characters) are typically significantly longer than legitimate messages (avg. ~71 characters).
|
| 26 |
+
|
| 27 |
+
This is the model card of a transformers model that has been pushed on the Hub.
|
| 28 |
+
This model card has been automatically generated.
|
| 29 |
+
|
| 30 |
+
### Data Overview
|
| 31 |
+
Total Samples: 5,159 (after removing 415 duplicates).
|
| 32 |
+
|
| 33 |
+
Class Distribution: * Label 0 (Ham): 87.5%
|
| 34 |
+
|
| 35 |
+
Label 1 (Spam): 12.5%
|
| 36 |
+
|
| 37 |
+
Data Split: * Train: 3,611 samples
|
| 38 |
+
|
| 39 |
+
Validation: 774 samples
|
| 40 |
+
|
| 41 |
+
Test: 774 samples
|
| 42 |
|
| 43 |
- **Developed by:** [More Information Needed]
|
| 44 |
- **Funded by [optional]:** [More Information Needed]
|
|
|
|
| 55 |
- **Repository:** [More Information Needed]
|
| 56 |
- **Paper [optional]:** [More Information Needed]
|
| 57 |
- **Demo [optional]:** [More Information Needed]
|
| 58 |
+
- **GitHub Repository:** https://github.com/g25ait2032-prog/MLOPS_Group
|
| 59 |
+
- **HF Model:** — v1https://huggingface.co/nagaananth/MLOPS_group-v1
|
| 60 |
+
- **HF Model:** — v2 ★ Besthttps://huggingface.co/nagaananth/MLOPS_group-v2
|
| 61 |
+
- **HF Model:** — v3https://huggingface.co/nagaananth/MLOPS_group-v3
|
| 62 |
+
- **W&B Project Dashboard:** https://wandb.ai/g25ait2032-iit-jodhpur/MLOPS_Group
|
| 63 |
+
- **Docker Image (GHCR):** ghcr.io/g25ait2032-prog/mlops_group-inference:latest
|
| 64 |
+
- **Kaggle Notebook (v1):** https://www.kaggle.com/code/your-username/sms-spam-v1
|
| 65 |
+
- **Kaggle Notebook (v2):** https://www.kaggle.com/code/your-username/sms-spam-v2📓 Kaggle Notebook (v3)https://www.kaggle.com/code/your-username/sms-spam-v3
|
| 66 |
|
| 67 |
## Uses
|
| 68 |
|
|
|
|
|
|
|
| 69 |
### Direct Use
|
| 70 |
|
| 71 |
+
This model is designed for binary classification of SMS messages into
|
| 72 |
+
"ham" (legitimate) or "spam" (unsolicited marketing/phishing) categories.
|
| 73 |
+
It can be used by developers to filter incoming messages in messaging applications.
|
| 74 |
|
| 75 |
+
### Downstream Use
|
| 76 |
|
| 77 |
+
The model can be integrated into broader notification filtering systems or used as a
|
| 78 |
+
component in a larger security pipeline to flag suspicious incoming text data for end-users.
|
| 79 |
|
|
|
|
|
|
|
|
|
|
| 80 |
|
| 81 |
### Out-of-Scope Use
|
| 82 |
|
| 83 |
+
This model is not designed for long-form document classification, sentiment analysis,
|
| 84 |
+
or identifying complex conversational nuances.
|
| 85 |
+
It should not be used to automate legal or life-critical decisions
|
| 86 |
+
(e.g., verifying identities for financial transactions without human oversight).
|
| 87 |
|
| 88 |
## Bias, Risks, and Limitations
|
| 89 |
+
Data Bias: The model is trained on a specific subset of SMS data. It may struggle with regional slang,
|
| 90 |
+
emojis, or evolving phishing techniques that were not present in the original training corpus.
|
| 91 |
|
| 92 |
+
Risk of False Positives: There is a risk that the model may misclassify important legitimate messages
|
| 93 |
+
(ham) as spam, particularly if they contain keywords frequently associated with spam (e.g., "Urgent," "Click," "Won").
|
| 94 |
+
|
| 95 |
+
Contextual Blindness: As a sequence classification model, it processes short text sequences and may lack
|
| 96 |
+
the "memory" or broader conversation context required to understand the intent behind a series of messages.
|
| 97 |
+
|
| 98 |
+
Phishing Detection: While effective at filtering standard spam, the model may be less reliable at detecting
|
| 99 |
+
highly sophisticated "spear-phishing" attempts that mimic professional language.
|
| 100 |
|
|
|
|
| 101 |
|
| 102 |
### Recommendations
|
| 103 |
|
| 104 |
+
Transparency: Users should be notified when a message is automatically flagged or hidden by this model.
|
| 105 |
|
| 106 |
+
Human-in-the-Loop: We recommend providing an option for users to manually report misclassifications
|
| 107 |
+
so the system can be periodically retuned.
|
| 108 |
|
|
|
|
| 109 |
|
| 110 |
+
Monitoring: The model’s performance should be monitored for "drift"—as spam tactics change,
|
| 111 |
+
the model's accuracy on newer data may degrade, requiring periodic retraining on current, labeled datasets.
|
| 112 |
+
|
| 113 |
+
## How to Get Started with the Model
|
| 114 |
Use the code below to get started with the model.
|
| 115 |
|
| 116 |
+
from transformers import pipeline
|
| 117 |
+
|
| 118 |
+
# Load your specific model
|
| 119 |
+
classifier = pipeline("text-classification", model="your-username/your-model-repo")
|
| 120 |
+
|
| 121 |
+
# Test with a sample message
|
| 122 |
+
print(classifier("URGENT! You have won a 1-week cruise!"))
|
| 123 |
|
| 124 |
## Training Details
|
| 125 |
|
| 126 |
### Training Data
|
| 127 |
+
The model was trained on a curated SMS spam collection.
|
| 128 |
+
The dataset was cleaned by removing 415 duplicate entries, resulting in 5,159 unique samples.
|
| 129 |
+
The dataset was split into:
|
| 130 |
+
Train: 3,611 samples
|
| 131 |
+
Validation: 774 samples
|
| 132 |
+
Test: 774 samples
|
| 133 |
+
The dataset exhibits a class imbalance (approx. 87.5% Legitimate / 12.5% Spam), which was accounted for during training.
|
| 134 |
|
| 135 |
+
### Training Procedure
|
| 136 |
+
#### Preprocessing
|
| 137 |
+
Cleaning: Removal of 415 duplicate messages.
|
| 138 |
|
| 139 |
+
Tokenization: AutoTokenizer for DistilBERT
|
| 140 |
|
| 141 |
+
tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME)
|
| 142 |
|
| 143 |
+
def tokenize(batch):
|
| 144 |
+
return tokenizer(batch["text"], truncation=True, padding="max_length", max_length=128)
|
| 145 |
|
| 146 |
+
train_ds = train_ds.map(tokenize, batched=True)
|
| 147 |
+
test_ds = test_ds.map(tokenize, batched=True)
|
| 148 |
|
| 149 |
+
train_ds = train_ds.rename_column("label", "labels")
|
| 150 |
+
test_ds = test_ds.rename_column("label", "labels")
|
| 151 |
+
train_ds.set_format("torch", columns=["input_ids", "attention_mask", "labels"])
|
| 152 |
+
test_ds.set_format("torch", columns=["input_ids", "attention_mask", "labels"])
|
| 153 |
+
|
| 154 |
+
Labeling: Data was mapped to integers: 0 (Ham) and 1 (Spam).
|
| 155 |
|
| 156 |
|
| 157 |
#### Training Hyperparameters
|
| 158 |
|
| 159 |
+
- **Training regime:** fp32, fp16 mixed precision, bf16 mixed precision,
|
| 160 |
+
- bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision
|
| 161 |
+
- Optimizer: AdamW.
|
| 162 |
|
| 163 |
+
Learning Rate: 2e-5 (typical for fine-tuning transformers).
|
| 164 |
|
| 165 |
+
Epochs: 3–5 (depending on version; Version 2 converged optimally at 5 epochs).
|
| 166 |
|
| 167 |
+
Batch Size: 16 (or adjusted based on your hardware).
|
| 168 |
+
|
| 169 |
+
#### Speeds, Sizes, Times
|
| 170 |
+
|
| 171 |
+
Average Training Time: ~2 minutes per run.
|
| 172 |
+
|
| 173 |
+
Infrastructure: Trained on Kaggle environment (T4 x2 GPU or similar).
|
| 174 |
|
| 175 |
## Evaluation
|
| 176 |
|
| 177 |
+
Testing Data, Factors & Metrics
|
| 178 |
+
Metrics
|
| 179 |
+
We used the following metrics to account for class imbalance:
|
| 180 |
|
| 181 |
+
Accuracy: Overall performance.
|
| 182 |
|
| 183 |
+
F1-Score (Weighted/Macro): To evaluate performance on the minority "Spam" class,
|
| 184 |
+
as accuracy alone can be misleading in imbalanced datasets.
|
| 185 |
|
| 186 |
+
Validation Loss: Monitored to prevent overfitting.
|
| 187 |
|
| 188 |
+
### Testing Data, Factors & Metrics
|
| 189 |
|
| 190 |
+
#### Testing Data
|
| 191 |
|
| 192 |
+
The model was evaluated on a held-out test set consisting of 774 samples, ensuring no overlap (zero leakage)
|
| 193 |
+
with the training or validation sets.
|
| 194 |
+
The test set maintains the same distribution as the training data, with approximately 12.4% of
|
| 195 |
+
samples representing the "Spam" class.
|
| 196 |
|
| 197 |
+
#### Factors
|
| 198 |
+
The evaluation focuses on the model's ability to distinguish between legitimate messages ("Ham")
|
| 199 |
+
and unsolicited commercial messages ("Spam"). The key factor influencing model performance is message length,
|
| 200 |
+
as spam messages in this dataset have a significantly higher character count
|
| 201 |
+
(avg. ~138 characters) compared to legitimate messages (avg. ~71 characters).
|
| 202 |
|
| 203 |
#### Metrics
|
| 204 |
+
To handle the class imbalance and ensure reliable performance, we utilized:
|
| 205 |
|
| 206 |
+
Accuracy: Provided as a high-level overview of performance.
|
| 207 |
|
| 208 |
+
F1-Score (Weighted/Macro): Chosen because it balances Precision and Recall, which is crucial
|
| 209 |
+
given that the "Spam" class is the minority class.
|
| 210 |
+
|
| 211 |
+
Validation Loss: Monitored to identify the point of convergence and detect potential overfitting.
|
| 212 |
|
| 213 |
### Results
|
| 214 |
|
| 215 |
[More Information Needed]
|
| 216 |
|
| 217 |
#### Summary
|
| 218 |
+
The model demonstrates exceptional robustness in identifying spam messages.
|
| 219 |
+
The high F1-score confirms that the model effectively manages the class imbalance,
|
| 220 |
+
showing negligible misclassification between the two categories.
|
| 221 |
+
The rapid convergence within 5 epochs suggests that the model architecture
|
| 222 |
+
(e.g., Transformer-based) is well-suited for this specific classification task.
|
| 223 |
|
| 224 |
|
| 225 |
## Model Examination [optional]
|
| 226 |
|
| 227 |
+
Understanding why a model classifies a message as "Spam" versus "Ham" is crucial for building
|
| 228 |
+
trust and ensuring the system isn't relying on irrelevant patterns.
|
| 229 |
|
| 230 |
+
Interpretability Approach
|
| 231 |
+
For this Transformer-based model, we can utilize Attention Visualization and Feature Importance techniques:
|
| 232 |
+
|
| 233 |
+
Attention Mapping: Since Transformer architectures (like BERT or DistilBERT) utilize self-attention mechanisms,
|
| 234 |
+
we can visualize which tokens (words) the model focuses on when making a prediction. For instance, in spam detection,
|
| 235 |
+
the model likely assigns higher attention scores to tokens like "Urgent," "Win," "Prize," "Click," or "Free."
|
| 236 |
+
|
| 237 |
+
Saliency Maps: These highlight specific words that contributed most significantly to the final classification score.
|
| 238 |
+
By calculating the gradient of the predicted class with respect to the input embeddings, we can quantify the
|
| 239 |
+
contribution of each word to the output.
|
| 240 |
+
|
| 241 |
+
Interpretability Insights
|
| 242 |
+
Preliminary analysis suggests that the model:
|
| 243 |
+
|
| 244 |
+
Prioritizes Keywords: High-intensity attention is consistently placed on classic spam triggers
|
| 245 |
+
(e.g., promotional urgency or financial incentives).
|
| 246 |
+
|
| 247 |
+
Captures Length Signals: Given that spam messages in our dataset are on average ~138 characters
|
| 248 |
+
(nearly double that of legitimate messages), the model appears to use message length as a strong secondary heuristic for classification.
|
| 249 |
+
|
| 250 |
+
Contextual Awareness: Unlike traditional "Bag-of-Words" models, this Transformer captures contextual relationships
|
| 251 |
+
(e.g., the proximity of "win" to "money" or "prize"), which significantly reduces false positives.
|
| 252 |
|
| 253 |
## Environmental Impact
|
| 254 |
|
| 255 |
+
Carbon emissions are estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
|
| 256 |
+
|
| 257 |
+
Hardware Type: NVIDIA T4 GPU
|
| 258 |
+
|
| 259 |
+
Hours used: ~0.03 hours (approx. 2 minutes total training time)
|
| 260 |
+
|
| 261 |
+
Cloud Provider: Kaggle
|
| 262 |
|
| 263 |
+
Compute Region: US-based data center (approximate)
|
| 264 |
|
| 265 |
+
Carbon Emitted: < 0.01 kg CO₂eq
|
| 266 |
+
|
| 267 |
+
Note: The carbon footprint for this specific training job is negligible due to the short training
|
| 268 |
+
duration and the efficiency of the model architecture. For larger projects or repeated fine-tuning,
|
| 269 |
+
we recommend integrating tools like CodeCarbon to track emissions in real-time during development.
|
| 270 |
+
Carbon emissions are estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
|
| 271 |
+
|
| 272 |
+
- **Hardware Type:** NVIDIA T4 GPU (Kaggle Standard)
|
| 273 |
+
- **Hours used:** ~0.03 hours (approx. 2 minutes total training time)
|
| 274 |
+
- **Cloud Provider:** Kaggle (Google Cloud Platform infrastructure)
|
| 275 |
+
- **Compute Region:** US (Typically US-Central or US-East for Kaggle)
|
| 276 |
+
- **Carbon Emitted:** < 0.01 kg CO₂eq
|
| 277 |
|
| 278 |
## Technical Specifications [optional]
|
| 279 |
|
| 280 |
### Model Architecture and Objective
|
| 281 |
|
| 282 |
+
Architecture: The model utilizes a Transformer-based architecture (e.g., DistilBERT or BERT),
|
| 283 |
+
fine-tuned for a Binary Sequence Classification task.
|
| 284 |
|
| 285 |
+
Objective: To classify input SMS messages into one of two categories: 0 (Ham/Legitimate) or 1 (Spam).
|
| 286 |
|
| 287 |
+
Mechanism: The model leverages self-attention layers to identify contextual patterns associated with spam
|
| 288 |
+
(e.g., promotional urgency, monetary references, or unusual character density) and uses a linear classification
|
| 289 |
+
head on top of the pooled hidden states for the final prediction.
|
| 290 |
+
|
| 291 |
+
### Compute Infrastructure
|
| 292 |
|
| 293 |
#### Hardware
|
| 294 |
|
| 295 |
+
Environment: Kaggle Notebooks.
|
| 296 |
+
|
| 297 |
+
Accelerator: NVIDIA T4 GPU (used for accelerated fine-tuning and inference).
|
| 298 |
|
| 299 |
#### Software
|
| 300 |
|
| 301 |
+
Framework: PyTorch and Hugging Face Transformers library.
|
| 302 |
+
|
| 303 |
+
Optimization: fp16 mixed-precision training was used to reduce memory consumption and accelerate training
|
| 304 |
+
time without compromising model accuracy.
|
| 305 |
+
|
| 306 |
+
Libraries: datasets, transformers, evaluate, and accelerate.
|
| 307 |
|
| 308 |
## Citation [optional]
|
| 309 |
|
|
|
|
| 310 |
|
| 311 |
**BibTeX:**
|
| 312 |
|
| 313 |
+
@misc{sms-spam-classifier-2026,
|
| 314 |
+
author = {Your Name},
|
| 315 |
+
title = {SMS Spam Classifier: A Fine-tuned Transformer Model},
|
| 316 |
+
year = {2026},
|
| 317 |
+
publisher = {Hugging Face},
|
| 318 |
+
howpublished = {\url{https://huggingface.co/your-username/your-model-repo}}
|
| 319 |
+
}
|
| 320 |
+
|
| 321 |
|
| 322 |
**APA:**
|
| 323 |
|
| 324 |
+
Duggirala Vnaga Ananth. (2026). SMS Spam Classifier: A Fine-tuned Transformer Model [Computer model].
|
| 325 |
+
https://huggingface.co/nagaananth/MLOPS_group-v1/
|
| 326 |
|
| 327 |
## Glossary [optional]
|
| 328 |
|
| 329 |
+
Ham: A common term used in spam filtering to denote legitimate, non-spam messages.
|
| 330 |
|
| 331 |
+
Spam: Unsolicited or unwanted commercial messages.
|
| 332 |
+
|
| 333 |
+
Transformer: A deep learning architecture that uses self-attention mechanisms to
|
| 334 |
+
weigh the significance of different parts of the input data.
|
| 335 |
+
|
| 336 |
+
F1-Score: A metric that balances precision and recall; highly useful for evaluating models
|
| 337 |
+
on imbalanced datasets where one class is much more frequent than the other.
|
| 338 |
+
|
| 339 |
+
Fine-tuning: The process of taking a pre-trained language model and training it further on a smaller,
|
| 340 |
+
task-specific dataset.
|
| 341 |
|
| 342 |
## More Information [optional]
|
| 343 |
|
| 344 |
+
This model was developed to provide a lightweight and efficient solution for SMS spam filtering.
|
| 345 |
+
By leveraging transfer learning, the model achieves high accuracy with minimal training time,
|
| 346 |
+
making it suitable for deployment in resource-constrained environments.
|
| 347 |
|
| 348 |
## Model Card Authors [optional]
|
| 349 |
|
| 350 |
+
G25AIT2032 Duggirala Vnaga Ananth
|
| 351 |
|
| 352 |
## Model Card Contact
|
| 353 |
|
| 354 |
+
For questions or feedback regarding this model, please reach out via:
|
| 355 |
+
|
| 356 |
+
GitHub: https://github.com/g25ait2032-prog/MLOPS_Group
|
| 357 |
+
|
| 358 |
+
Hugging Face: https://huggingface.co/nagaananth/MLOPS_group-v1
|
| 359 |
+
|
| 360 |
+
Email: g25ait2032@iitj.ac.in
|