ajrayman commited on
Commit
f5a0156
1 Parent(s): 2b8527e

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. README.md +9 -9
  2. config.json +5 -5
  3. model.safetensors +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -10,22 +10,22 @@ metrics:
10
  - recall
11
  - f1
12
  model-index:
13
- - name: machiavellianism_binary
14
  results: []
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
  should probably proofread and complete it, then remove this comment. -->
19
 
20
- # machiavellianism_binary
21
 
22
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.5728
25
- - Accuracy: 0.7047
26
- - Precision: 0.7690
27
- - Recall: 0.5054
28
- - F1: 0.6099
29
 
30
  ## Model description
31
 
@@ -56,8 +56,8 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
59
- | No log | 1.0 | 127 | 0.5810 | 0.7106 | 0.7584 | 0.5380 | 0.6294 |
60
- | No log | 2.0 | 254 | 0.5728 | 0.7047 | 0.7690 | 0.5054 | 0.6099 |
61
 
62
 
63
  ### Framework versions
 
10
  - recall
11
  - f1
12
  model-index:
13
+ - name: auth_scale_binary
14
  results: []
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
  should probably proofread and complete it, then remove this comment. -->
19
 
20
+ # auth_scale_binary
21
 
22
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.4784
25
+ - Accuracy: 0.7714
26
+ - Precision: 0.3433
27
+ - Recall: 0.1036
28
+ - F1: 0.1592
29
 
30
  ## Model description
31
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
59
+ | No log | 1.0 | 133 | 0.4853 | 0.7912 | 0.0 | 0.0 | 0.0 |
60
+ | No log | 2.0 | 266 | 0.4784 | 0.7714 | 0.3433 | 0.1036 | 0.1592 |
61
 
62
 
63
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "roberta-base",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
@@ -9,14 +9,14 @@
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
  "initializer_range": 0.02,
14
- "intermediate_size": 3072,
15
  "layer_norm_eps": 1e-05,
16
  "max_position_embeddings": 514,
17
  "model_type": "roberta",
18
- "num_attention_heads": 12,
19
- "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "position_embedding_type": "absolute",
22
  "problem_type": "single_label_classification",
 
1
  {
2
+ "_name_or_path": "roberta-large",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
  "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
  "layer_norm_eps": 1e-05,
16
  "max_position_embeddings": 514,
17
  "model_type": "roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
  "pad_token_id": 1,
21
  "position_embedding_type": "absolute",
22
  "problem_type": "single_label_classification",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73fd4c721dd497b7ee72122cc5952bd4a4321a6b7e628d6c92cac29cf72523ed
3
- size 498612824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b6e12fcb5f60d2d1b6a42ff6f65c2a5396aa70dabc73c19c371011af3531dc7
3
+ size 1421495416
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f73697be84cd9a4d55f2ef4a47c86072e82dff31636d5a0693cee0105665af86
3
  size 4719
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54a0b74532732f460a6ec70e4d871f8735a23b796ed8f4acd8e2f22f041467e0
3
  size 4719