Rocketknight1 HF staff commited on
Commit
1ce63e5
1 Parent(s): 33ac534

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 6.4077
18
- - Validation Loss: 6.2838
19
- - Epoch: 1
20
 
21
  ## Model description
22
 
@@ -42,8 +42,7 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 7.0931 | 6.5030 | 0 |
46
- | 6.4077 | 6.2838 | 1 |
47
 
48
 
49
  ### Framework versions
14
 
15
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 7.0679
18
+ - Validation Loss: 6.4768
19
+ - Epoch: 0
20
 
21
  ## Model description
22
 
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 7.0679 | 6.4768 | 0 |
 
46
 
47
 
48
  ### Framework versions
logs/train/events.out.tfevents.1658239748.matt-TRX40-AORUS-PRO-WIFI.22452.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c13cb8c35354f43b347e38349bcd9df6bd72cbde57292cbb55a5d8fc5e98f87
3
+ size 2178078
logs/validation/events.out.tfevents.1658239888.matt-TRX40-AORUS-PRO-WIFI.22452.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b153afdb0f41b66c163de2e5fb1d75729fa266aae5e631896afe9fcab303d51
3
+ size 194
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70a823806ad92f852943bd1e4057298156e26aa367e7e587ff4b126bd48fb3d1
3
  size 524305832
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74179ea40bbf66e63280f0710418c7e93a4ed524def1ac0cbbecf4b610606e26
3
  size 524305832
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "do_lower_case": false,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
- "name_or_path": "sgugger/bert-like-tokenizer",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
3
  "do_lower_case": false,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
+ "name_or_path": "bert-base-cased",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff