codelion commited on
Commit
b657375
·
verified ·
1 Parent(s): 77915cc

Update model card with browsesafe-bench dataset info

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -84,10 +84,11 @@ This approach enables continuous learning and dynamic class addition without cat
84
  If you use this model, please cite:
85
 
86
  ```bibtex
87
- @software{adaptive_classifier,
88
- title = {Adaptive Classifier: Continuous Learning Text Classification},
89
- author = {Codelion},
90
- url = {https://github.com/codelion/adaptive-classifier},
91
- year = {2024}
 
92
  }
93
  ```
 
84
  If you use this model, please cite:
85
 
86
  ```bibtex
87
+ @software{adaptive-classifier,
88
+ title = {Adaptive Classifier: Dynamic Text Classification with Continuous Learning},
89
+ author = {Asankhaya Sharma},
90
+ year = {2025},
91
+ publisher = {GitHub},
92
+ url = {https://github.com/codelion/adaptive-classifier}
93
  }
94
  ```