End of training
Browse files- README.md +72 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Hello-SimpleAI/chatgpt-detector-roberta
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
model-index:
|
11 |
+
- name: ai-detect-6
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# ai-detect-6
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [Hello-SimpleAI/chatgpt-detector-roberta](https://huggingface.co/Hello-SimpleAI/chatgpt-detector-roberta) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4830
|
23 |
+
- Accuracy: 0.9396
|
24 |
+
- Precision: 0.9223
|
25 |
+
- Recall: 0.9866
|
26 |
+
- F1: 0.9534
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 2e-05
|
46 |
+
- train_batch_size: 16
|
47 |
+
- eval_batch_size: 16
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 10
|
52 |
+
- mixed_precision_training: Native AMP
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.216 | 1.0 | 6250 | 0.4401 | 0.8916 | 0.8572 | 0.9920 | 0.9197 |
|
59 |
+
| 0.1277 | 2.0 | 12500 | 0.2963 | 0.928 | 0.9093 | 0.9831 | 0.9447 |
|
60 |
+
| 0.0858 | 3.0 | 18750 | 0.3475 | 0.9236 | 0.8993 | 0.9887 | 0.9418 |
|
61 |
+
| 0.0647 | 4.0 | 25000 | 0.2927 | 0.9404 | 0.9252 | 0.9843 | 0.9539 |
|
62 |
+
| 0.0798 | 5.0 | 31250 | 0.3095 | 0.9424 | 0.9282 | 0.9840 | 0.9553 |
|
63 |
+
| 0.0392 | 6.0 | 37500 | 0.4386 | 0.9401 | 0.9214 | 0.9887 | 0.9538 |
|
64 |
+
| 0.0433 | 7.0 | 43750 | 0.4830 | 0.9396 | 0.9223 | 0.9866 | 0.9534 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.38.2
|
70 |
+
- Pytorch 2.2.1+cu121
|
71 |
+
- Datasets 3.0.1
|
72 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498612824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5f6f6f9798f185f3a8ea82c2e1f3a0579bbca8cf1680ee90b49f61065c720cf
|
3 |
size 498612824
|