Instructions to use FreedomIntelligence/ChatGPT-Detection-PR-HPPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FreedomIntelligence/ChatGPT-Detection-PR-HPPT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FreedomIntelligence/ChatGPT-Detection-PR-HPPT", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,5 @@ tags:
|
|
| 12 |
- HPPT
|
| 13 |
---
|
| 14 |
|
| 15 |
-
This is the ChatGPT_detection model based on HPPT dataset.
|
|
|
|
|
|
| 12 |
- HPPT
|
| 13 |
---
|
| 14 |
|
| 15 |
+
This is the ChatGPT_detection model based on the HPPT dataset.
|
| 16 |
+
More details can be found in the GitHub repo: https://github.com/FreedomIntelligence/ChatGPT-Detection-PR-HPPT
|