raulgdp commited on
Commit
98dd9aa
1 Parent(s): d73c78c

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "pad_token_id": 0,
42
  "position_embedding_type": "absolute",
43
  "torch_dtype": "float32",
44
- "transformers_version": "4.31.0",
45
  "type_vocab_size": 2,
46
  "use_cache": true,
47
  "vocab_size": 28996
 
41
  "pad_token_id": 0,
42
  "position_embedding_type": "absolute",
43
  "torch_dtype": "float32",
44
+ "transformers_version": "4.40.0",
45
  "type_vocab_size": 2,
46
  "use_cache": true,
47
  "vocab_size": 28996
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97ca31aeb71de70f45fdd5bc9a83121341eca929939a83991eaa769686862642
3
+ size 430929740
runs/Apr26_21-58-55_8b23ddba4caf/events.out.tfevents.1714168738.8b23ddba4caf.1738.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7b00b465149feadebe0e2e1bacf661364be8b344605a2f8cf16498c3974941a
3
+ size 6112
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": false,
 
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": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4394a723502318b1d4d758da3d9a323ee7ef6af3f4ad355b14412e45ffbbc20c
3
- size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ee0e6f88678243f7ca9facb3ffa9b032c9579d14ddb967fa8183478d7cabf3
3
+ size 4984