apriadiazriel commited on
Commit
b183924
·
verified ·
1 Parent(s): c25b0ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,15 +16,15 @@ probably proofread and complete it, then remove this comment. -->
16
 
17
  # apriadiazriel/bert-cased-jnlpba
18
 
19
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the [JNLPBA](https://huggingface.co/datasets/jnlpba/jnlpba).
20
  It achieves the following results on the evaluation set:
21
  - Train Loss: 0.0851
22
  - Validation Loss: 0.2221
23
- - Train Precision: 0.6744
24
- - Train Recall: 0.7808
25
- - Train F1: 0.7237
26
- - Train Accuracy: 0.9371
27
- - Epoch: 4
28
 
29
  ## Model description
30
 
@@ -48,7 +48,7 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
52
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
53
  | 0.2424 | 0.1998 | 0.6507 | 0.7606 | 0.7014 | 0.9322 | 0 |
54
  | 0.1426 | 0.1975 | 0.6613 | 0.7832 | 0.7171 | 0.9364 | 1 |
 
16
 
17
  # apriadiazriel/bert-cased-jnlpba
18
 
19
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the [JNLPBA](https://huggingface.co/datasets/jnlpba/jnlpba) dataset.
20
  It achieves the following results on the evaluation set:
21
  - Train Loss: 0.0851
22
  - Validation Loss: 0.2221
23
+ - Precision: 0.6744
24
+ - Recall: 0.7808
25
+ - F1: 0.7237
26
+ - Accuracy: 0.9371
27
+ - Epoch: 5
28
 
29
  ## Model description
30
 
 
48
 
49
  ### Training results
50
 
51
+ | Train Loss | Validation Loss | Precision | Recall | F1 | Accuracy | Epoch |
52
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
53
  | 0.2424 | 0.1998 | 0.6507 | 0.7606 | 0.7014 | 0.9322 | 0 |
54
  | 0.1426 | 0.1975 | 0.6613 | 0.7832 | 0.7171 | 0.9364 | 1 |