Danil commited on
Commit ·
661f699
1
Parent(s): 4efa70f
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
tags:
|
| 4 |
-
- generated_from_trainer
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
- f1
|
|
@@ -10,14 +8,16 @@ metrics:
|
|
| 10 |
model-index:
|
| 11 |
- name: roberta-base-ad-detector
|
| 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 |
# roberta-base-ad-detector
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
- Loss: 0.0010
|
| 23 |
- Accuracy: 1.0
|
|
@@ -29,16 +29,6 @@ It achieves the following results on the evaluation set:
|
|
| 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:
|
|
@@ -50,14 +40,3 @@ The following hyperparameters were used during training:
|
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
- lr_scheduler_warmup_steps: 500
|
| 52 |
- num_epochs: 1
|
| 53 |
-
|
| 54 |
-
### Training results
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
### Framework versions
|
| 59 |
-
|
| 60 |
-
- Transformers 4.27.4
|
| 61 |
-
- Pytorch 2.0.0+cu118
|
| 62 |
-
- Datasets 2.11.0
|
| 63 |
-
- Tokenizers 0.13.3
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
metrics:
|
| 4 |
- accuracy
|
| 5 |
- f1
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: roberta-base-ad-detector
|
| 10 |
results: []
|
| 11 |
+
datasets:
|
| 12 |
+
- 0x7194633/ad_detector
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
+
pipeline_tag: text-classification
|
| 16 |
---
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
# roberta-base-ad-detector
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an [ad_detector](https://huggingface.co/0x7194633/ad_detector) dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
- Loss: 0.0010
|
| 23 |
- Accuracy: 1.0
|
|
|
|
| 29 |
|
| 30 |
More information needed
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
### Training hyperparameters
|
| 33 |
|
| 34 |
The following hyperparameters were used during training:
|
|
|
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
- lr_scheduler_warmup_steps: 500
|
| 42 |
- num_epochs: 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|