Instructions to use duddaladeepak/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use duddaladeepak/test with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("duddaladeepak/test") - Notebooks
- Google Colab
- Kaggle
Commit ·
bf07820
1
Parent(s): 44c84cb
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,4 @@ widget:
|
|
| 7 |
---
|
| 8 |
# BERT-Tiny fine-tuned on on sms_spam dataset for spam detection
|
| 9 |
|
| 10 |
-
Validation
|
|
|
|
| 7 |
---
|
| 8 |
# BERT-Tiny fine-tuned on on sms_spam dataset for spam detection
|
| 9 |
|
| 10 |
+
Validation accuracy: **0.98**
|