tkbarb10 commited on
Commit
faac1a0
·
verified ·
1 Parent(s): 78f806c

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,27 +1,27 @@
1
  ---
2
  library_name: transformers
3
- license: mit
4
- base_model: vinai/bertweet-large
5
  tags:
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
9
  model-index:
10
- - name: BERTweet-large-self-labeling
11
  results: []
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- # BERTweet-large-self-labeling
18
 
19
- This model is a fine-tuned version of [vinai/bertweet-large](https://huggingface.co/vinai/bertweet-large) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5607
22
- - Accuracy: 0.7885
23
- - F1 Macro: 0.7817
24
- - F1 Weighted: 0.7885
25
 
26
  ## Model description
27
 
@@ -54,8 +54,8 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|
57
- | 0.5943 | 1.0 | 1540 | 0.5735 | 0.7708 | 0.7592 | 0.7708 |
58
- | 0.3951 | 2.0 | 3080 | 0.5607 | 0.7885 | 0.7817 | 0.7885 |
59
 
60
 
61
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-base-uncased
5
  tags:
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
9
  model-index:
10
+ - name: experiment_labels_bert_base
11
  results: []
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
+ # experiment_labels_bert_base
18
 
19
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6531
22
+ - Accuracy: 0.7444
23
+ - F1 Macro: 0.7295
24
+ - F1 Weighted: 0.7451
25
 
26
  ## Model description
27
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|
57
+ | 0.6645 | 1.0 | 1540 | 0.6703 | 0.7275 | 0.7134 | 0.7292 |
58
+ | 0.5152 | 2.0 | 3080 | 0.6531 | 0.7444 | 0.7295 | 0.7451 |
59
 
60
 
61
  ### Framework versions