Hoang Pham commited on
Commit
226e594
·
verified ·
1 Parent(s): fe70bc3

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -49,6 +49,6 @@
49
  "sinusoidal_pos_embds": false,
50
  "tie_weights_": true,
51
  "torch_dtype": "float32",
52
- "transformers_version": "4.44.2",
53
  "vocab_size": 30522
54
  }
 
49
  "sinusoidal_pos_embds": false,
50
  "tie_weights_": true,
51
  "torch_dtype": "float32",
52
+ "transformers_version": "4.47.1",
53
  "vocab_size": 30522
54
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2e88418da657675d7c08e4c305d2bd9f8afc919bc65e85693880f07afa69604
3
  size 265503852
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2865facf3ccbe37c453e81ad2ad1dd35b2c1832562705df19fec4ff5a021acb
3
  size 265503852
runs/Dec22_08-03-58_0c07bf4a9517/events.out.tfevents.1734854640.0c07bf4a9517.6907.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c53209c304ae66f3a30cc4fbe50ee20e609cb6a77b4aa34d77c6f8dfa57ed8
3
+ size 6006
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c54091db884e1532900a00489a8107b7d32149fefd2b044f7a056d26e0dc83f7
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dac24b4b80717d2a75aa9865219e17b6fe55a0bf8f32b78f6af94622a49e63a8
3
+ size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff