avinasht commited on
Commit
3ffe8c3
1 Parent(s): ca61a6a

Acc0.8764044943820225, F10.8761472718126238 , Augmented with roberta-base.csv, finetuned on google/electra-base-discriminator

Browse files
Files changed (4) hide show
  1. README.md +77 -0
  2. config.json +41 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/electra-base-discriminator
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: electra-base-discriminator_roberta-base
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # electra-base-discriminator_roberta-base
20
+
21
+ This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4180
24
+ - Accuracy: 0.8768
25
+ - F1: 0.8767
26
+ - Precision: 0.8766
27
+ - Recall: 0.8768
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 0.0001
47
+ - train_batch_size: 64
48
+ - eval_batch_size: 64
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 1000
53
+ - num_epochs: 25
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | 0.955 | 1.0 | 91 | 0.8849 | 0.6349 | 0.5849 | 0.6173 | 0.6349 |
60
+ | 0.4845 | 2.0 | 182 | 0.4777 | 0.8237 | 0.8221 | 0.8271 | 0.8237 |
61
+ | 0.3434 | 3.0 | 273 | 0.3821 | 0.8580 | 0.8579 | 0.8598 | 0.8580 |
62
+ | 0.2683 | 4.0 | 364 | 0.5158 | 0.8237 | 0.8213 | 0.8362 | 0.8237 |
63
+ | 0.1675 | 5.0 | 455 | 0.3875 | 0.8643 | 0.8633 | 0.8651 | 0.8643 |
64
+ | 0.1788 | 6.0 | 546 | 0.4180 | 0.8768 | 0.8767 | 0.8766 | 0.8768 |
65
+ | 0.1669 | 7.0 | 637 | 0.4189 | 0.8768 | 0.8754 | 0.8775 | 0.8768 |
66
+ | 0.1103 | 8.0 | 728 | 0.5338 | 0.8534 | 0.8542 | 0.8569 | 0.8534 |
67
+ | 0.1597 | 9.0 | 819 | 0.4306 | 0.8674 | 0.8674 | 0.8676 | 0.8674 |
68
+ | 0.1443 | 10.0 | 910 | 0.6446 | 0.8580 | 0.8574 | 0.8580 | 0.8580 |
69
+ | 0.1012 | 11.0 | 1001 | 0.5104 | 0.8534 | 0.8535 | 0.8541 | 0.8534 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.37.0
75
+ - Pytorch 2.1.2
76
+ - Datasets 2.1.0
77
+ - Tokenizers 0.15.1
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/electra-base-discriminator",
3
+ "architectures": [
4
+ "ElectraForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "electra",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "single_label_classification",
32
+ "summary_activation": "gelu",
33
+ "summary_last_dropout": 0.1,
34
+ "summary_type": "first",
35
+ "summary_use_proj": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.37.0",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 30522
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:472871c948f1c03f690098da8183fa69003439fd57ed60fec35ab757b9cd23c0
3
+ size 437962324
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c264fc76f3c816ea1a3b1994efdbe01c8d7f60b484f2ae3be6c61fffd797b4db
3
+ size 4664