Update README.md
Browse files
README.md
CHANGED
|
@@ -218,7 +218,7 @@ The model was evaluated based on the training loss across 200 steps. Below is th
|
|
| 218 |
|
| 219 |
The model shows a significant reduction in training loss over the first 100 steps, indicating good convergence during the fine-tuning process. After step 100, the training loss becomes more stable but continues to fluctuate slightly. Overall, the model achieved a low loss by the final training step, suggesting effective learning and adaptation to the task of classifying SQL injections.
|
| 220 |
|
| 221 |
-
## Technical Specifications
|
| 222 |
|
| 223 |
### Model Architecture and Objective
|
| 224 |
|
|
@@ -238,14 +238,14 @@ T4 GPU of Colab
|
|
| 238 |
- **Training Framework:** PEFT.
|
| 239 |
|
| 240 |
|
| 241 |
-
## Glossary
|
| 242 |
|
| 243 |
- **SQL Injection**: A type of attack where malicious SQL statements are executed in an application’s database.
|
| 244 |
- **PEFT**: Parameter Efficient Fine-Tuning, a technique used for fine-tuning large models with fewer parameters.
|
| 245 |
|
| 246 |
-
## Model Card Authors
|
| 247 |
|
| 248 |
-
Shukdev Datta
|
| 249 |
|
| 250 |
## Model Card Contact
|
| 251 |
|
|
|
|
| 218 |
|
| 219 |
The model shows a significant reduction in training loss over the first 100 steps, indicating good convergence during the fine-tuning process. After step 100, the training loss becomes more stable but continues to fluctuate slightly. Overall, the model achieved a low loss by the final training step, suggesting effective learning and adaptation to the task of classifying SQL injections.
|
| 220 |
|
| 221 |
+
## Technical Specifications
|
| 222 |
|
| 223 |
### Model Architecture and Objective
|
| 224 |
|
|
|
|
| 238 |
- **Training Framework:** PEFT.
|
| 239 |
|
| 240 |
|
| 241 |
+
## Glossary
|
| 242 |
|
| 243 |
- **SQL Injection**: A type of attack where malicious SQL statements are executed in an application’s database.
|
| 244 |
- **PEFT**: Parameter Efficient Fine-Tuning, a technique used for fine-tuning large models with fewer parameters.
|
| 245 |
|
| 246 |
+
## Model Card Authors
|
| 247 |
|
| 248 |
+
Shukdev Datta(https://www.linkedin.com/in/shukdev-datta-729767144/)
|
| 249 |
|
| 250 |
## Model Card Contact
|
| 251 |
|