ernlavr commited on
Commit
2edf3ff
1 Parent(s): 153652c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -9,6 +9,10 @@ metrics:
9
  model-index:
10
  - name: xlm-roberta-base-IDMGSP-danish
11
  results: []
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,23 +20,19 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # xlm-roberta-base-IDMGSP-danish
18
 
19
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 1.0276
22
  - Accuracy: {'accuracy': 0.8530452362901187}
23
  - F1: {'f1': 0.8630636995172495}
24
 
25
- ## Model description
26
-
27
- More information needed
28
-
29
  ## Intended uses & limitations
30
 
31
- More information needed
32
 
33
  ## Training and evaluation data
34
 
35
- More information needed
36
 
37
  ## Training procedure
38
 
@@ -69,4 +69,4 @@ The following hyperparameters were used during training:
69
  - Transformers 4.35.0
70
  - Pytorch 2.0.1
71
  - Datasets 2.14.6
72
- - Tokenizers 0.14.1
 
9
  model-index:
10
  - name: xlm-roberta-base-IDMGSP-danish
11
  results: []
12
+ datasets:
13
+ - ernlavr/IDMGSP-danish
14
+ language:
15
+ - da
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
 
21
  # xlm-roberta-base-IDMGSP-danish
22
 
23
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the [ernlavr/IDMGSP-danish](https://huggingface.co/datasets/ernlavr/IDMGSP-danish) dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 1.0276
26
  - Accuracy: {'accuracy': 0.8530452362901187}
27
  - F1: {'f1': 0.8630636995172495}
28
 
 
 
 
 
29
  ## Intended uses & limitations
30
 
31
+ Binary classification, label `0` - text is not AI generated; label `1` - text is AI generated
32
 
33
  ## Training and evaluation data
34
 
35
+ [ernlavr/IDMGSP-danish](https://huggingface.co/datasets/ernlavr/IDMGSP-danish) dataset.
36
 
37
  ## Training procedure
38
 
 
69
  - Transformers 4.35.0
70
  - Pytorch 2.0.1
71
  - Datasets 2.14.6
72
+ - Tokenizers 0.14.1