update: README.md
Browse files
README.md
CHANGED
|
@@ -137,6 +137,9 @@ outputs = model.generate(**inputs, max_new_tokens=5)
|
|
| 137 |
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
| 138 |
|
| 139 |
print("Model Response:", response)
|
|
|
|
|
|
|
|
|
|
| 140 |
```
|
| 141 |
|
| 142 |
## Training Details
|
|
@@ -183,10 +186,9 @@ The model demonstrates high accuracy in classifying Wazuh alerts but may require
|
|
| 183 |
|
| 184 |
## Environmental Impact
|
| 185 |
|
| 186 |
-
- **Hardware Type:**
|
| 187 |
-
- **Hours Used:**
|
| 188 |
- **Cloud Provider:** GCP
|
| 189 |
-
- **Compute Region:** us-central1
|
| 190 |
- **Carbon Emitted:** Estimated using [ML Impact Calculator](https://mlco2.github.io/impact#compute)
|
| 191 |
|
| 192 |
## Technical Specifications
|
|
|
|
| 137 |
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
| 138 |
|
| 139 |
print("Model Response:", response)
|
| 140 |
+
|
| 141 |
+
# Example output
|
| 142 |
+
Model Response: True Positive
|
| 143 |
```
|
| 144 |
|
| 145 |
## Training Details
|
|
|
|
| 186 |
|
| 187 |
## Environmental Impact
|
| 188 |
|
| 189 |
+
- **Hardware Type:** T4 GPU
|
| 190 |
+
- **Hours Used:** 5
|
| 191 |
- **Cloud Provider:** GCP
|
|
|
|
| 192 |
- **Carbon Emitted:** Estimated using [ML Impact Calculator](https://mlco2.github.io/impact#compute)
|
| 193 |
|
| 194 |
## Technical Specifications
|