Brecon commited on
Commit
186c2a4
1 Parent(s): 59abdf1

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +3 -5
  2. tf_model.h5 +2 -2
  3. tokenizer.json +8 -1
README.md CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.9138
19
- - Validation Loss: 0.8945
20
  - Train Accuracy: 0.3548
21
- - Epoch: 2
22
 
23
  ## Model description
24
 
@@ -45,8 +45,6 @@ The following hyperparameters were used during training:
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
  | 1.0329 | 0.9384 | 0.3548 | 0 |
48
- | 0.9356 | 0.8996 | 0.3548 | 1 |
49
- | 0.9138 | 0.8945 | 0.3548 | 2 |
50
 
51
 
52
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 1.0329
19
+ - Validation Loss: 0.9384
20
  - Train Accuracy: 0.3548
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
  | 1.0329 | 0.9384 | 0.3548 | 0 |
 
 
48
 
49
 
50
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcf2a0b58eb51ed73a9849aa34f8adb22b68b187c5584c004826ab5131bd5b36
3
- size 267954880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f031cb5031501ab9452620cd8f39690e7f622a8fdf8708dcc461be95bfed85c
3
+ size 267958216
tokenizer.json CHANGED
@@ -6,7 +6,14 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,