lizaboiarchuk commited on
Commit
e35588c
·
1 Parent(s): 0ba6b33

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. tf_model.h5 +1 -1
  3. tokenizer.json +14 -2
README.md CHANGED
@@ -14,8 +14,8 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 4.1270
18
- - Validation Loss: 3.7233
19
  - Epoch: 0
20
 
21
  ## Model description
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 4.1270 | 3.7233 | 0 |
46
 
47
 
48
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 4.1307
18
+ - Validation Loss: 3.7059
19
  - Epoch: 0
20
 
21
  ## Model description
 
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 4.1307 | 3.7059 | 0 |
46
 
47
 
48
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9ed73f1f88d4449d48610a1f99eabdcf92bd511d121f35698bde98703f2db29
3
  size 224396336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a8a2627e1cd148a89d341b60f6d2703382fa0d2ff7d496c818615a10e877f4
3
  size 224396336
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
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,