Aikaksh-Singh-Routela commited on
Commit
97bc1dc
·
verified ·
1 Parent(s): 183bfb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -13
README.md CHANGED
@@ -47,16 +47,3 @@ result = classifier("Files encrypted with ransom demand for Bitcoin payment")
47
  print(result)
48
  # Expected output: [{'label': 'Ransomware', 'score': 0.9286}]
49
 
50
-
51
-
52
- ---
53
-
54
- ### ✅ Why This Matters
55
-
56
- | Without a Model Card | With a Model Card |
57
- | :--- | :--- |
58
- | Looks incomplete or abandoned. | Looks professional and well-documented. |
59
- | Hard for others (or recruiters) to know what it does. | Anyone can instantly see its purpose, performance, and how to use it. |
60
- | Poor discoverability. | Can be found through searches for relevant tags like "cybersecurity" or "text-classification." |
61
-
62
- After adding this, your model page will be complete and will effectively showcase your project. You have done excellent work; this is the final polish to make it shine.
 
47
  print(result)
48
  # Expected output: [{'label': 'Ransomware', 'score': 0.9286}]
49