Instructions to use metricspace/DataPrivacyComplianceCheck-3B-V0.9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use metricspace/DataPrivacyComplianceCheck-3B-V0.9 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("metricspace/DataPrivacyComplianceCheck-3B-V0.9") model = AutoModelForSeq2SeqLM.from_pretrained("metricspace/DataPrivacyComplianceCheck-3B-V0.9", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
b8d3d4a
1
Parent(s): 06e1b03
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# DataPrivacyComplianceCheck-3B-V0.9
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
widget:
|
| 4 |
+
- text: "Check for sensitive information: John Simmons, our patient, felt a throbbing headache and dizziness for two weeks."
|
| 5 |
---
|
| 6 |
|
| 7 |
# DataPrivacyComplianceCheck-3B-V0.9
|