Danil commited on
Commit
93c8f24
1 Parent(s): 2abac44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,18 +1,20 @@
1
  ---
2
  license: mit
3
- tags:
4
- - generated_from_trainer
5
  model-index:
6
  - name: roberta-base-spam-detector
7
  results: []
 
 
 
 
 
 
 
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
-
13
  # roberta-base-spam-detector
14
 
15
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the 0x7194633/spam_detector dataset.
16
  It achieves the following results on the evaluation set:
17
  - eval_loss: 0.0211
18
  - eval_accuracy: 0.9979
@@ -37,8 +39,6 @@ More information needed
37
 
38
  More information needed
39
 
40
- ## Training procedure
41
-
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
@@ -56,4 +56,4 @@ The following hyperparameters were used during training:
56
  - Transformers 4.27.4
57
  - Pytorch 2.0.0+cu118
58
  - Datasets 2.11.0
59
- - Tokenizers 0.13.3
 
1
  ---
2
  license: mit
 
 
3
  model-index:
4
  - name: roberta-base-spam-detector
5
  results: []
6
+ datasets:
7
+ - 0x7194633/spam_detector
8
+ language:
9
+ - en
10
+ metrics:
11
+ - accuracy
12
+ pipeline_tag: text-classification
13
  ---
14
 
 
 
 
15
  # roberta-base-spam-detector
16
 
17
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the [0x7194633/spam_detector](https://huggingface.co/datasets/0x7194633/spam_detector) dataset.
18
  It achieves the following results on the evaluation set:
19
  - eval_loss: 0.0211
20
  - eval_accuracy: 0.9979
 
39
 
40
  More information needed
41
 
 
 
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
 
56
  - Transformers 4.27.4
57
  - Pytorch 2.0.0+cu118
58
  - Datasets 2.11.0
59
+ - Tokenizers 0.13.3