Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,8 @@ Labels:
|
|
23 |
|
24 |
|
25 |
|
|
|
|
|
26 |
Training Details:
|
27 |
|
28 |
Dataset size: 1367 samples
|
@@ -34,6 +36,9 @@ Epochs: 10
|
|
34 |
Learning rate: 5e-6
|
35 |
|
36 |
|
|
|
|
|
|
|
37 |
Performance:
|
38 |
|
39 |
Best validation metrics:
|
@@ -47,14 +52,18 @@ Recall: 0.9858
|
|
47 |
F1-score: 0.6814
|
48 |
|
49 |
|
|
|
|
|
50 |
Usage
|
51 |
|
52 |
Load the model and tokenizer with the Hugging Face Transformers library, provide a text input, and the model will output a label indicating whether the text is AI-generated or human-written.
|
53 |
|
54 |
|
55 |
|
|
|
56 |
Framework: PyTorch, Hugging Face Transformers
|
57 |
|
58 |
|
|
|
59 |
License
|
60 |
MIT License
|
|
|
23 |
|
24 |
|
25 |
|
26 |
+
|
27 |
+
|
28 |
Training Details:
|
29 |
|
30 |
Dataset size: 1367 samples
|
|
|
36 |
Learning rate: 5e-6
|
37 |
|
38 |
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
Performance:
|
43 |
|
44 |
Best validation metrics:
|
|
|
52 |
F1-score: 0.6814
|
53 |
|
54 |
|
55 |
+
|
56 |
+
|
57 |
Usage
|
58 |
|
59 |
Load the model and tokenizer with the Hugging Face Transformers library, provide a text input, and the model will output a label indicating whether the text is AI-generated or human-written.
|
60 |
|
61 |
|
62 |
|
63 |
+
|
64 |
Framework: PyTorch, Hugging Face Transformers
|
65 |
|
66 |
|
67 |
+
|
68 |
License
|
69 |
MIT License
|