Chae commited on
Commit
39aef70
verified
1 Parent(s): f0dc203

bertcraft-data2

Browse files
Files changed (3) hide show
  1. README.md +7 -8
  2. model.safetensors +2 -2
  3. tokenizer.json +2 -2
README.md CHANGED
@@ -8,7 +8,6 @@ metrics:
8
  model-index:
9
  - name: results
10
  results: []
11
- pipeline_tag: conversational
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.3198
22
- - Exact Match: 50.8475
23
- - F1: 55.3854
24
 
25
  ## Model description
26
 
@@ -51,9 +50,9 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:-------:|
54
- | No log | 1.0 | 141 | 2.3207 | 45.0847 | 50.7157 |
55
- | No log | 2.0 | 282 | 2.3222 | 51.8644 | 56.5196 |
56
- | No log | 3.0 | 423 | 2.3198 | 50.8475 | 55.3854 |
57
 
58
 
59
  ### Framework versions
@@ -61,4 +60,4 @@ The following hyperparameters were used during training:
61
  - Transformers 4.35.2
62
  - Pytorch 2.1.0+cu121
63
  - Datasets 2.16.1
64
- - Tokenizers 0.15.0
 
8
  model-index:
9
  - name: results
10
  results: []
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 2.5909
21
+ - Exact Match: 5.7224
22
+ - F1: 10.3127
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:-------:|
53
+ | No log | 1.0 | 380 | 2.7182 | 3.5093 | 8.2470 |
54
+ | 2.8171 | 2.0 | 760 | 2.5752 | 5.3430 | 10.5520 |
55
+ | 2.3508 | 3.0 | 1140 | 2.5909 | 5.7224 | 10.3127 |
56
 
57
 
58
  ### Framework versions
 
60
  - Transformers 4.35.2
61
  - Pytorch 2.1.0+cu121
62
  - Datasets 2.16.1
63
+ - Tokenizers 0.15.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f55a6231a5810d6d1b5bc32359fea0cf4313e7439de4fb96e1a592d1cddb341
3
- size 267111376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22effa13b34afbefc469dd82526a6d886586aeffb328d39ac77361374a4c372c
3
+ size 267113240
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 384,
6
  "strategy": "OnlySecond",
7
  "stride": 128
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 384
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 500,
6
  "strategy": "OnlySecond",
7
  "stride": 128
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 500
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,