zhuchi76 commited on
Commit
dad07d6
1 Parent(s): d3b16a7

bert-base-uncased finetune 3 epoch

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: zhuchi76/bert-finetuned-sst2
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # bert-finetuned-sst2
17
 
18
- This model is a fine-tuned version of [zhuchi76/bert-finetuned-sst2](https://huggingface.co/zhuchi76/bert-finetuned-sst2) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4948
21
- - Accuracy: 0.77
22
 
23
  ## Model description
24
 
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 13 | 0.6412 | 0.57 |
53
- | No log | 2.0 | 26 | 0.5484 | 0.76 |
54
- | No log | 3.0 | 39 | 0.4948 | 0.77 |
55
 
56
 
57
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # bert-finetuned-sst2
17
 
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6548
21
+ - Accuracy: 0.62
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 13 | 0.6627 | 0.63 |
53
+ | No log | 2.0 | 26 | 0.6278 | 0.63 |
54
+ | No log | 3.0 | 39 | 0.6548 | 0.62 |
55
 
56
 
57
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "zhuchi76/bert-finetuned-sst2",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d68ad8898308ab35cd494482447172df0d09fcec03ed0f09b3d6a17cc375aeae
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7026607c37ddca28577cf4d7df151910c9617ce8dc9b32f4a21d5a630475f759
3
  size 437958648
runs/Mar23_18-44-45_arg10/events.out.tfevents.1711190686.arg10.49222.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30a7bd0d9f87fc3f6c0aa18dad23f94313578bd7e624b60786f088b6a8eda62e
3
+ size 5855
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
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:bb1ab82f8e222852fe47687e5a738a4f6b4ab5cebec0f0fdb3fbef2290b4f9f1
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c72679ed86573c7b0bf7f8db8c9b633c4536aa6ed8e15f912bb2edb2893a52c
3
  size 4920