lenatr99 commited on
Commit
3c2de5c
1 Parent(s): 1bf6772

loha_fine_tuned_copa

Browse files
README.md CHANGED
@@ -6,6 +6,7 @@ tags:
6
  base_model: google-bert/bert-base-uncased
7
  metrics:
8
  - accuracy
 
9
  model-index:
10
  - name: loha_fine_tuned_copa
11
  results: []
@@ -18,8 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 3.1041
22
- - Accuracy: 0.3182
 
23
 
24
  ## Model description
25
 
@@ -38,9 +40,9 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 5e-05
42
- - train_batch_size: 1
43
- - eval_batch_size: 1
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
@@ -48,6 +50,16 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
 
 
 
 
 
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
 
6
  base_model: google-bert/bert-base-uncased
7
  metrics:
8
  - accuracy
9
+ - f1
10
  model-index:
11
  - name: loha_fine_tuned_copa
12
  results: []
 
19
 
20
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.6922
23
+ - Accuracy: 0.5
24
+ - F1: 0.5
25
 
26
  ## Model description
27
 
 
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
55
+ | 0.7089 | 1.0 | 50 | 0.6923 | 0.5 | 0.5 |
56
+ | 0.7026 | 2.0 | 100 | 0.6923 | 0.5 | 0.5 |
57
+ | 0.6995 | 3.0 | 150 | 0.6923 | 0.5 | 0.5 |
58
+ | 0.7009 | 4.0 | 200 | 0.6923 | 0.5 | 0.5 |
59
+ | 0.6997 | 5.0 | 250 | 0.6923 | 0.5 | 0.5 |
60
+ | 0.7028 | 6.0 | 300 | 0.6922 | 0.5 | 0.5 |
61
+ | 0.6951 | 7.0 | 350 | 0.6922 | 0.5 | 0.5 |
62
+ | 0.6949 | 8.0 | 400 | 0.6922 | 0.5 | 0.5 |
63
 
64
 
65
  ### Framework versions
adapter_config.json CHANGED
@@ -18,8 +18,8 @@
18
  "rank_pattern": {},
19
  "revision": null,
20
  "target_modules": [
21
- "value",
22
- "query"
23
  ],
24
  "task_type": "SEQ_CLS",
25
  "use_effective_conv2d": false
 
18
  "rank_pattern": {},
19
  "revision": null,
20
  "target_modules": [
21
+ "query",
22
+ "value"
23
  ],
24
  "task_type": "SEQ_CLS",
25
  "use_effective_conv2d": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d510cdec228ce1880a1b222b4ebc447d22389f4c4fec35dbc526ddfce7f3012b
3
- size 4741180
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb35f9f5b8fb1708c6e3d5944d6bf05515a225f6349d63da9fdb8c270f5c4789
3
+ size 4735028
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab9f57b4957c62e58a41ac3adf35f97b3d9a087cfbaa271d6fe3ea090ee85ffd
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5f5de39816101e3e159129e85cb7194db20265925733a0354a16ba877346be5
3
  size 4984