Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
-
- Hello-SimpleAI/HC3
|
| 4 |
language:
|
| 5 |
- zh
|
| 6 |
pipeline_tag: text-classification
|
|
@@ -10,11 +10,12 @@ tags:
|
|
| 10 |
|
| 11 |
# Model Card for `Hello-SimpleAI/chatgpt-detector-roberta-chinese`
|
| 12 |
|
| 13 |
-
This model is trained on
|
| 14 |
|
| 15 |
The base checkpoint is [hfl/chinese-roberta-wwm-ext](https://huggingface.co/hfl/chinese-roberta-wwm-ext).
|
| 16 |
-
We train it with all [Hello-SimpleAI/HC3-Chinese](https://huggingface.co/datasets/Hello-SimpleAI/HC3-Chinese) data (without held-out) for 2 epoch
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
## Citation
|
| 20 |
|
|
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
+
- Hello-SimpleAI/HC3-Chinese
|
| 4 |
language:
|
| 5 |
- zh
|
| 6 |
pipeline_tag: text-classification
|
|
|
|
| 10 |
|
| 11 |
# Model Card for `Hello-SimpleAI/chatgpt-detector-roberta-chinese`
|
| 12 |
|
| 13 |
+
This model is trained on **the mix of full-text and splitted sentences** of `answer`s from [Hello-SimpleAI/HC3-Chinese](https://huggingface.co/datasets/Hello-SimpleAI/HC3-Chinese).
|
| 14 |
|
| 15 |
The base checkpoint is [hfl/chinese-roberta-wwm-ext](https://huggingface.co/hfl/chinese-roberta-wwm-ext).
|
| 16 |
+
We train it with all [Hello-SimpleAI/HC3-Chinese](https://huggingface.co/datasets/Hello-SimpleAI/HC3-Chinese) data (without held-out) for 2 epoch.
|
| 17 |
+
|
| 18 |
+
(2-epoch is consistent with the experiments in the [paper](https://arxiv.org/abs/2301.07597).)
|
| 19 |
|
| 20 |
## Citation
|
| 21 |
|