Instructions to use Hello-SimpleAI/chatgpt-qa-detector-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hello-SimpleAI/chatgpt-qa-detector-roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Hello-SimpleAI/chatgpt-qa-detector-roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Hello-SimpleAI/chatgpt-qa-detector-roberta") model = AutoModelForSequenceClassification.from_pretrained("Hello-SimpleAI/chatgpt-qa-detector-roberta") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
- chatgpt
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Model Card for `Hello-SimpleAI/chatgpt-detector-roberta`
|
| 12 |
|
| 13 |
This model is trained on `question-answer` pairs of **the filtered full-text** from [Hello-SimpleAI/HC3](https://huggingface.co/datasets/Hello-SimpleAI/HC3).
|
| 14 |
|
|
|
|
| 8 |
- chatgpt
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Model Card for `Hello-SimpleAI/chatgpt-qa-detector-roberta`
|
| 12 |
|
| 13 |
This model is trained on `question-answer` pairs of **the filtered full-text** from [Hello-SimpleAI/HC3](https://huggingface.co/datasets/Hello-SimpleAI/HC3).
|
| 14 |
|