Acc0.8714107365792759, F10.8704401576908932 , Augmented with roberta-base.csv, finetuned on SALT-NLP/FLANG-ELECTRA
Browse files- README.md +75 -0
- config.json +41 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: SALT-NLP/FLANG-ELECTRA
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
model-index:
|
11 |
+
- name: FLANG-ELECTRA_roberta-base
|
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 |
+
# FLANG-ELECTRA_roberta-base
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [SALT-NLP/FLANG-ELECTRA](https://huggingface.co/SALT-NLP/FLANG-ELECTRA) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4678
|
23 |
+
- Accuracy: 0.8736
|
24 |
+
- F1: 0.8728
|
25 |
+
- Precision: 0.8738
|
26 |
+
- Recall: 0.8736
|
27 |
+
|
28 |
+
## Model description
|
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:
|
45 |
+
- learning_rate: 0.0001
|
46 |
+
- train_batch_size: 32
|
47 |
+
- eval_batch_size: 32
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- lr_scheduler_warmup_steps: 1000
|
52 |
+
- num_epochs: 25
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.6813 | 1.0 | 181 | 0.5968 | 0.7457 | 0.7326 | 0.7488 | 0.7457 |
|
59 |
+
| 0.4427 | 2.0 | 362 | 0.5072 | 0.8222 | 0.8200 | 0.8321 | 0.8222 |
|
60 |
+
| 0.2366 | 3.0 | 543 | 0.4216 | 0.8518 | 0.8509 | 0.8523 | 0.8518 |
|
61 |
+
| 0.2022 | 4.0 | 724 | 0.5838 | 0.8518 | 0.8501 | 0.8526 | 0.8518 |
|
62 |
+
| 0.1299 | 5.0 | 905 | 0.4678 | 0.8736 | 0.8728 | 0.8738 | 0.8736 |
|
63 |
+
| 0.2016 | 6.0 | 1086 | 0.5147 | 0.8362 | 0.8346 | 0.8355 | 0.8362 |
|
64 |
+
| 0.1255 | 7.0 | 1267 | 0.6612 | 0.8471 | 0.8438 | 0.8549 | 0.8471 |
|
65 |
+
| 0.1713 | 8.0 | 1448 | 0.8831 | 0.8003 | 0.7992 | 0.8107 | 0.8003 |
|
66 |
+
| 0.092 | 9.0 | 1629 | 0.6286 | 0.8440 | 0.8434 | 0.8525 | 0.8440 |
|
67 |
+
| 0.0476 | 10.0 | 1810 | 0.7429 | 0.8690 | 0.8692 | 0.8697 | 0.8690 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.37.0
|
73 |
+
- Pytorch 2.1.2
|
74 |
+
- Datasets 2.1.0
|
75 |
+
- Tokenizers 0.15.1
|
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "SALT-NLP/FLANG-ELECTRA",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"embedding_size": 1024,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 1024,
|
12 |
+
"id2label": {
|
13 |
+
"0": "LABEL_0",
|
14 |
+
"1": "LABEL_1",
|
15 |
+
"2": "LABEL_2"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 4096,
|
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": 16,
|
28 |
+
"num_hidden_layers": 24,
|
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:1063d65513807551f9454b166493b2d7035e8deb27b0b1ca6f62d60dcdea7194
|
3 |
+
size 1340628036
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c27dfc6d7f1f8b847da6e7db4b81221010902f26510ed4d0966a1abf0afee4aa
|
3 |
+
size 4664
|