eovdedn commited on
Commit
e592901
1 Parent(s): 3fd3eab

deberta_essay

Browse files
Files changed (4) hide show
  1. README.md +13 -13
  2. config.json +26 -15
  3. model.safetensors +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
- base_model: distilbert/distilbert-base-uncased
6
  metrics:
7
  - accuracy
8
  model-index:
@@ -15,13 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # bert_essay
17
 
18
- This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3554
21
- - Mse: 0.3554
22
- - Mae: 0.4632
23
- - R2: 0.6556
24
- - Accuracy: 0.2821
25
 
26
  ## Model description
27
 
@@ -41,8 +41,8 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
- - train_batch_size: 32
45
- - eval_batch_size: 32
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
@@ -52,9 +52,9 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:--------:|
55
- | No log | 1.0 | 433 | 0.3749 | 0.3749 | 0.4772 | 0.6367 | 0.2992 |
56
- | 0.6371 | 2.0 | 866 | 0.3572 | 0.3572 | 0.4653 | 0.6539 | 0.2848 |
57
- | 0.3565 | 3.0 | 1299 | 0.3554 | 0.3554 | 0.4632 | 0.6556 | 0.2821 |
58
 
59
 
60
  ### Framework versions
 
1
  ---
2
+ license: mit
3
+ base_model: microsoft/deberta-v3-base
4
  tags:
5
  - generated_from_trainer
 
6
  metrics:
7
  - accuracy
8
  model-index:
 
15
 
16
  # bert_essay
17
 
18
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3763
21
+ - Mse: 0.3763
22
+ - Mae: 0.4747
23
+ - R2: 0.6434
24
+ - Accuracy: 0.2684
25
 
26
  ## Model description
27
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:--------:|
55
+ | 0.6577 | 1.0 | 866 | 0.5250 | 0.5250 | 0.5685 | 0.5025 | 0.2674 |
56
+ | 0.3355 | 2.0 | 1732 | 0.4174 | 0.4174 | 0.5027 | 0.6045 | 0.2615 |
57
+ | 0.2592 | 3.0 | 2598 | 0.3763 | 0.3763 | 0.4747 | 0.6434 | 0.2684 |
58
 
59
 
60
  ### Framework versions
config.json CHANGED
@@ -1,30 +1,41 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "LABEL_0"
13
  },
14
  "initializer_range": 0.02,
 
15
  "label2id": {
16
  "LABEL_0": 0
17
  },
 
18
  "max_position_embeddings": 512,
19
- "model_type": "distilbert",
20
- "n_heads": 12,
21
- "n_layers": 6,
 
 
22
  "pad_token_id": 0,
23
- "qa_dropout": 0.1,
24
- "seq_classif_dropout": 0.2,
25
- "sinusoidal_pos_embds": false,
26
- "tie_weights_": true,
 
 
 
 
 
 
 
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.39.3",
29
- "vocab_size": 30522
 
30
  }
 
1
  {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
 
3
  "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
  "id2label": {
11
  "0": "LABEL_0"
12
  },
13
  "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
  "label2id": {
16
  "LABEL_0": 0
17
  },
18
+ "layer_norm_eps": 1e-07,
19
  "max_position_embeddings": 512,
20
+ "max_relative_positions": -1,
21
+ "model_type": "deberta-v2",
22
+ "norm_rel_ebd": "layer_norm",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
  "pad_token_id": 0,
26
+ "pooler_dropout": 0,
27
+ "pooler_hidden_act": "gelu",
28
+ "pooler_hidden_size": 768,
29
+ "pos_att_type": [
30
+ "p2c",
31
+ "c2p"
32
+ ],
33
+ "position_biased_input": false,
34
+ "position_buckets": 256,
35
+ "relative_attention": true,
36
+ "share_att_key": true,
37
  "torch_dtype": "float32",
38
  "transformers_version": "4.39.3",
39
+ "type_vocab_size": 0,
40
+ "vocab_size": 128100
41
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7fc9771802e9fabc523592cc0d79507c228ef64923630eee4baecbce837821b
3
- size 267829484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1812bf754782abf307c8f5900818f142a32a72397452e7bf9ca404512f83b69
3
+ size 737716196
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:209747ef623254006b35addf4eebc9abaaa87ff1b8058272a37de4143f6ea566
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ca48d0e52da4a600529ac47144f2d73bf8de100838c034db62ddf3fdce34a7
3
  size 4920