Dagobert42 commited on
Commit
8a7fc69
1 Parent(s): 5da5fbc

Push ../models/xlnet/xlnet-base-cased/biored-augmentations-only/ trained on biored-train_160_splits.pt (160 samples)

Browse files
Files changed (3) hide show
  1. README.md +12 -16
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -28,12 +28,12 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on the bigbio/biored dataset.
30
  It achieves the following results on the evaluation set:
31
- - Loss: 0.1515
32
- - Accuracy: 0.9536
33
- - Precision: 0.8724
34
- - Recall: 0.828
35
- - F1: 0.8467
36
- - Weighted F1: 0.9534
37
 
38
  ## Model description
39
 
@@ -52,26 +52,22 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 1.5e-05
56
  - train_batch_size: 8
57
  - eval_batch_size: 8
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
- - lr_scheduler_type: cosine
61
  - num_epochs: 50
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Weighted F1 |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-----------:|
67
- | No log | 1.0 | 20 | 0.2106 | 0.932 | 0.8372 | 0.7555 | 0.7921 | 0.9299 |
68
- | No log | 2.0 | 40 | 0.2011 | 0.9358 | 0.798 | 0.8008 | 0.7972 | 0.9351 |
69
- | No log | 3.0 | 60 | 0.1973 | 0.9411 | 0.8461 | 0.8033 | 0.8226 | 0.9403 |
70
- | No log | 4.0 | 80 | 0.1949 | 0.9435 | 0.8337 | 0.8194 | 0.8259 | 0.9427 |
71
- | No log | 5.0 | 100 | 0.2025 | 0.9437 | 0.8465 | 0.8156 | 0.8289 | 0.9433 |
72
- | No log | 6.0 | 120 | 0.2026 | 0.9434 | 0.8348 | 0.8145 | 0.8235 | 0.9432 |
73
- | No log | 7.0 | 140 | 0.2056 | 0.9459 | 0.8288 | 0.8082 | 0.8176 | 0.9451 |
74
- | No log | 8.0 | 160 | 0.2087 | 0.9452 | 0.8137 | 0.8137 | 0.8126 | 0.9448 |
75
 
76
 
77
  ### Framework versions
 
28
 
29
  This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on the bigbio/biored dataset.
30
  It achieves the following results on the evaluation set:
31
+ - Loss: 0.1510
32
+ - Accuracy: 0.9508
33
+ - Precision: 0.8521
34
+ - Recall: 0.8278
35
+ - F1: 0.8391
36
+ - Weighted F1: 0.9506
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 2e-05
56
  - train_batch_size: 8
57
  - eval_batch_size: 8
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
  - num_epochs: 50
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Weighted F1 |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-----------:|
67
+ | No log | 1.0 | 20 | 0.2068 | 0.9335 | 0.8641 | 0.7475 | 0.7976 | 0.9312 |
68
+ | No log | 2.0 | 40 | 0.1962 | 0.939 | 0.8035 | 0.8046 | 0.8013 | 0.9382 |
69
+ | No log | 3.0 | 60 | 0.1965 | 0.9429 | 0.8654 | 0.7947 | 0.826 | 0.9415 |
70
+ | No log | 4.0 | 80 | 0.1964 | 0.9443 | 0.8279 | 0.8174 | 0.8218 | 0.9436 |
 
 
 
 
71
 
72
 
73
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a4cd192d0193e4299ccff40b98e634112ece2ddf126f9d374e5dc4e9aa482a5
3
  size 466917412
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92740ba814283aa0031de770387afff16addd2c30207a78bbb762b5bab3ee2f9
3
  size 466917412
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8905bbf3407ef5149aa09f5be2f62367c8b09c0b632b7812282b7ff2c16cb00d
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:283860a87c99ccc06e151dba087fa53ccab87e535f069b1dd6580b5cb6a32d52
3
  size 4219