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
|
@@ -13,4 +13,5 @@ tags:
|
|
| 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
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
This is the ChatGPT_detection model based on the HPPT dataset.
|
| 16 |
+
|
| 17 |
More details can be found in the GitHub repo: https://github.com/FreedomIntelligence/ChatGPT-Detection-PR-HPPT
|