cihan-lyons commited on
Commit
201e26d
·
verified ·
1 Parent(s): 6683c71

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -29,8 +29,7 @@
29
  "16": "LABEL_16",
30
  "17": "LABEL_17",
31
  "18": "LABEL_18",
32
- "19": "LABEL_19",
33
- "20": "LABEL_20"
34
  },
35
  "initializer_range": 0.02,
36
  "intermediate_size": 3072,
@@ -48,7 +47,6 @@
48
  "LABEL_18": 18,
49
  "LABEL_19": 19,
50
  "LABEL_2": 2,
51
- "LABEL_20": 20,
52
  "LABEL_3": 3,
53
  "LABEL_4": 4,
54
  "LABEL_5": 5,
@@ -66,7 +64,7 @@
66
  "position_embedding_type": "absolute",
67
  "problem_type": "single_label_classification",
68
  "torch_dtype": "float32",
69
- "transformers_version": "4.33.2",
70
  "type_vocab_size": 2,
71
  "use_cache": true,
72
  "vocab_size": 30522
 
29
  "16": "LABEL_16",
30
  "17": "LABEL_17",
31
  "18": "LABEL_18",
32
+ "19": "LABEL_19"
 
33
  },
34
  "initializer_range": 0.02,
35
  "intermediate_size": 3072,
 
47
  "LABEL_18": 18,
48
  "LABEL_19": 19,
49
  "LABEL_2": 2,
 
50
  "LABEL_3": 3,
51
  "LABEL_4": 4,
52
  "LABEL_5": 5,
 
64
  "position_embedding_type": "absolute",
65
  "problem_type": "single_label_classification",
66
  "torch_dtype": "float32",
67
+ "transformers_version": "4.38.2",
68
  "type_vocab_size": 2,
69
  "use_cache": true,
70
  "vocab_size": 30522
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005111ece822cc68cdc90b98802a4698fd473ae209136db39502cd7e6b94ac52
3
+ size 438014016
runs/Mar14_20-43-48_5937bb90d3e1/events.out.tfevents.1710449029.5937bb90d3e1.4563.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:492d639a34e0722db4b3be2dec08771492d70526c97c496103e20c7b2af9a4df
3
+ size 4184
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a7211a10ff1152f6b5e90ae4208c7cc0f7f310b226d31bc0e472fb85bd82036
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51abeb40d8114725b32ee9193f81800da660b85b9b5adaaa971b01acf3af4d21
3
+ size 4920