Instructions to use adnaan05/TruthCheck-BERT-hybrid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adnaan05/TruthCheck-BERT-hybrid with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="adnaan05/TruthCheck-BERT-hybrid")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("adnaan05/TruthCheck-BERT-hybrid", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -112,9 +112,4 @@ MIT
|
|
| 112 |
## Contact
|
| 113 |
|
| 114 |
For questions or support, contact [Adnan Tariq](mailto:adnantariq966@gmail.com).
|
| 115 |
-
```
|
| 116 |
-
|
| 117 |
-
---
|
| 118 |
-
|
| 119 |
-
**You can copy and paste this as your model card on Hugging Face!**
|
| 120 |
-
Let me know if you want to personalize any section or add more details.
|
|
|
|
| 112 |
## Contact
|
| 113 |
|
| 114 |
For questions or support, contact [Adnan Tariq](mailto:adnantariq966@gmail.com).
|
| 115 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|