MyBad2K commited on
Commit
308591c
1 Parent(s): 651962e

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -22,7 +22,7 @@
22
  "position_embedding_type": "absolute",
23
  "problem_type": "single_label_classification",
24
  "torch_dtype": "float32",
25
- "transformers_version": "4.29.2",
26
  "type_vocab_size": 1,
27
  "use_cache": true,
28
  "vocab_size": 250002
 
22
  "position_embedding_type": "absolute",
23
  "problem_type": "single_label_classification",
24
  "torch_dtype": "float32",
25
+ "transformers_version": "4.35.2",
26
  "type_vocab_size": 1,
27
  "use_cache": true,
28
  "vocab_size": 250002
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca43ce38bec40eddaa6e1e0077dc7b5e6f985a1ceca759c36d470b450d7a775
3
+ size 1112205008
runs/Nov17_22-31-03_3acd5a59a48a/events.out.tfevents.1700260264.3acd5a59a48a.3906.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c2c1bed8cecfb82447b999d74a52431a8ae42504fa46f025a78494c28509620
3
+ size 4788
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:694c30f9e8975b58c473e5fd67f0b5b4d35daeab1e9694c3b8929df2a1e9195b
3
- size 17082923
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61fa83eb1fa6a2ec846151b012c20fc60eab039cb0e8d12871e8abe6532c5f82
3
+ size 17083019
tokenizer_config.json CHANGED
@@ -1,16 +1,51 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "<s>",
3
  "clean_up_tokenization_spaces": true,
4
  "cls_token": "<s>",
5
  "eos_token": "</s>",
6
- "mask_token": {
7
- "__type": "AddedToken",
8
- "content": "<mask>",
9
- "lstrip": true,
10
- "normalized": true,
11
- "rstrip": false,
12
- "single_word": false
13
- },
14
  "model_max_length": 512,
15
  "pad_token": "<pad>",
16
  "sep_token": "</s>",
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "bos_token": "<s>",
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
48
+ "mask_token": "<mask>",
 
 
 
 
 
 
 
49
  "model_max_length": 512,
50
  "pad_token": "<pad>",
51
  "sep_token": "</s>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc4f920dd0bf6b261f6d47e4be227647168cdfd9fe27e83f3885abfdfcb2aa30
3
- size 4408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7141993dd278a1ae5f3b83650e0341d4147148dbb2d40d032c38fadacfecd141
3
+ size 4664