ReasoningShield commited on
Commit
1304596
·
verified ·
1 Parent(s): 6fba110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -73,9 +73,9 @@ datasets:
73
 
74
  - **Enhanced Explainability** : Employs a structured analysis process that improves decision transparency and provides clearer insights into safety assessments.
75
 
76
- - **Robust Generalization** : Demonstrates competitive performance in traditional QA Moderation tasks despite being trained exclusively on a 7K-sample QT dataset.
77
 
78
- - **Efficient Design** : Built on compact 1B/3B base models, requiring only **2.30 GB/5.98 GB** GPU memory during inference, facilitating cost-effective deployment on resource-constrained devices.
79
 
80
  - **Base Model**: https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct & https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct
81
 
@@ -92,6 +92,8 @@ datasets:
92
 
93
  - The model is trained on a high-quality dataset of 7,000 QT pairs, please refer to the following link for detailed information:
94
 
 
 
95
 
96
  - **Risk Categories** :
97
 
 
73
 
74
  - **Enhanced Explainability** : Employs a structured analysis process that improves decision transparency and provides clearer insights into safety assessments.
75
 
76
+ - **Robust Generalization** : Notably, despite being trained on our 7K QT dataset only, ***ReasoningShield*** also demonstrates competitive performance in Question-Answer (QA) moderation on traditional benchmarks, rivaling baselines trained on datasets 10 times larger, aligning with **less is more** principle.
77
 
78
+ - **Efficient Design** : Built on compact 1B/3B base models, it requires only **2.30 GB/5.98 GB** GPU memory during inference, facilitating cost-effective deployment on resource-constrained devices.
79
 
80
  - **Base Model**: https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct & https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct
81
 
 
92
 
93
  - The model is trained on a high-quality dataset of 7,000 QT pairs, please refer to the following link for detailed information:
94
 
95
+ - https://huggingface.co/datasets/ReasoningShield/ReasoningShield-Dataset
96
+ -
97
 
98
  - **Risk Categories** :
99