vicl commited on
Commit
7e02de8
1 Parent(s): 4ce6818

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/canine-s",
3
+ "architectures": [
4
+ "CanineForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 57344,
8
+ "downsampling_rate": 4,
9
+ "eos_token_id": 57345,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "LABEL_0": 0
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "local_transformer_stride": 128,
23
+ "max_position_embeddings": 16384,
24
+ "model_type": "canine",
25
+ "num_attention_heads": 12,
26
+ "num_hash_buckets": 16384,
27
+ "num_hash_functions": 8,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "problem_type": "regression",
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.17.0",
33
+ "type_vocab_size": 16,
34
+ "upsampling_kernel_size": 4,
35
+ "use_cache": true
36
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539a411547ac510928ab187e4414d01d35768539062bb12dc0baaeca02193969
3
+ size 528568079
runs/Apr01_19-47-06_4ddb763a1968/1648842443.969925/events.out.tfevents.1648842443.4ddb763a1968.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d460ace53bcde7ab54b0479729ec9b799f88fcc50bde86cd175fd0095edeb928
3
+ size 4784
runs/Apr01_19-47-06_4ddb763a1968/events.out.tfevents.1648842443.4ddb763a1968.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:372c1770c20fd1b25d57de9a444afe427b2426b8bea75771c85e959fb9fd7020
3
+ size 3837
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "sep_token": {"content": "", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "\u0000", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "cls_token": {"content": "", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "mask_token": {"content": "", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sep_token": {"content": "", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "\u0000", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "model_max_length": 2048, "special_tokens_map_file": "/root/.cache/huggingface/transformers/00ffef2919c64d09945b6c06b1c03c4d18bf55f88013390d4443a1eb8c4f8a10.ab71f530366fe02e2834427e7b90198bfd0d573bc4279bfafdb2b95fe2b46dde", "name_or_path": "google/canine-s", "tokenizer_class": "CanineTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629fb9cb06ceafe4fedc6f9548a032f1812bfb7e8380c5b15520647aeac3236e
3
+ size 3055