obudzecie commited on
Commit
e3dff0c
·
1 Parent(s): ffa66f3

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -24,7 +24,7 @@
24
  "pad_token_id": 0,
25
  "problem_type": "single_label_classification",
26
  "torch_dtype": "float32",
27
- "transformers_version": "4.38.2",
28
  "trigram_input": true,
29
  "true_hidden_size": 128,
30
  "type_vocab_size": 2,
 
24
  "pad_token_id": 0,
25
  "problem_type": "single_label_classification",
26
  "torch_dtype": "float32",
27
+ "transformers_version": "4.27.2",
28
  "trigram_input": true,
29
  "true_hidden_size": 128,
30
  "type_vocab_size": 2,
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e48db936eb5601ceddf05d206b5569978da84f9ad92fbe7c4ed4411083e7330f
3
+ size 98725415
runs/Mar10_12-23-35_f87fe01c66be/1710073634.2314434/events.out.tfevents.1710073634.f87fe01c66be.29486.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb700d839c0e24b6d4caf820722011bff8d9e9addd31ee70506fb7cf20a891a
3
+ size 5884
runs/Mar10_12-23-35_f87fe01c66be/events.out.tfevents.1710073634.f87fe01c66be.29486.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af25b6778c110822e79d06b813ba7441b19daf669492ada86a098fe0b32bbf01
3
+ size 4751
tokenizer_config.json CHANGED
@@ -1,53 +1,11 @@
1
  {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "[PAD]",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "100": {
12
- "content": "[UNK]",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "101": {
20
- "content": "[CLS]",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "102": {
28
- "content": "[SEP]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "103": {
36
- "content": "[MASK]",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- }
43
- },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 1000000000000000019884624838656,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
 
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
  "tokenizer_class": "MobileBertTokenizer",
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 1000000000000000019884624838656,
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
+ "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "MobileBertTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d0b60a5d233f6755e67cbaecac5a05e2633bb905d507c34c19027c106a69977
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83a07f59affb3b6254c08d4cc35dc265e1b451c56c6c16c746abf26081945851
3
+ size 3643