ayatsuri commited on
Commit
612c171
·
verified ·
1 Parent(s): f405128

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -19,7 +19,7 @@ pipeline_tag: text-classification
19
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
20
  probably proofread and complete it, then remove this comment. -->
21
 
22
- # ayatsuri/human-vs-machine-3
23
 
24
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on [NicolaiSivesind/human-vs-machine](https://huggingface.co/datasets/NicolaiSivesind/human-vs-machine) dataset.
25
  It achieves the following best results on the evaluation set:
@@ -57,13 +57,10 @@ The following hyperparameters were used during training:
57
 
58
  ### Training results
59
 
60
- | Train Loss | Train Accuracy | Train Recall | Train Precision | Train F1 |
61
- |:----------:|:--------------:|:------------:|:---------------:|:--------:|
62
- | 0.0910 | 0.9937 | 0.9927 | 0.9947 | 0.9937 |
63
-
64
- | Validation Loss | Validation Accuracy | Validation Recall | Validation Precision | Validation F1 |
65
- |:---------------:|:-------------------:|:-----------------:|:--------------------:|:-------------:|
66
- | 0.0326 | 0.99 | 0.986 | 0.9940 | 0.9900 |
67
 
68
  ### Framework versions
69
 
 
19
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
20
  probably proofread and complete it, then remove this comment. -->
21
 
22
+ # ayatsuri/academic-ai-detector
23
 
24
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on [NicolaiSivesind/human-vs-machine](https://huggingface.co/datasets/NicolaiSivesind/human-vs-machine) dataset.
25
  It achieves the following best results on the evaluation set:
 
57
 
58
  ### Training results
59
 
60
+ | Set | Loss | Accuracy | Recall | Precision | F1 |
61
+ |:----------:|:------:|:--------:|:------:|:---------:|:------:|
62
+ | Train | 0.0910 | 0.9937 | 0.9927 | 0.9947 | 0.9937 |
63
+ | Validation | 0.0326 | 0.99 | 0.986 | 0.9940 | 0.9900 |
 
 
 
64
 
65
  ### Framework versions
66