mmillet commited on
Commit
6b1b904
·
1 Parent(s): 4463908

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cointegrated/rubert-tiny2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "emb_size": 312,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 600,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "max_position_embeddings": 2048,
29
+ "model_type": "bert",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 3,
32
+ "pad_token_id": 0,
33
+ "position_embedding_type": "absolute",
34
+ "problem_type": "single_label_classification",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.19.2",
37
+ "type_vocab_size": 2,
38
+ "use_cache": true,
39
+ "vocab_size": 83828
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09a2fea2b05cb3dcbacef04d3d4a782c98a5a1dbb65d393a4cd0b2995cc8aee4
3
+ size 116813431
runs/May19_16-22-19_b3cd09525c23/1652977347.8795762/events.out.tfevents.1652977347.b3cd09525c23.59.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0851338b77082def9d52006f6e0ab1c5d4a01c23b2508d42e361139c3ada0da9
3
+ size 5271
runs/May19_16-22-19_b3cd09525c23/1652982203.0430431/events.out.tfevents.1652982203.b3cd09525c23.59.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc0c7c5480ee680e9193230f2d0e0627c0c01c54649b7d7d5d8f7e456ad2bf3
3
+ size 5271
runs/May19_16-22-19_b3cd09525c23/1652983249.5689678/events.out.tfevents.1652983249.b3cd09525c23.59.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:394b5e92333bfb47824e1e5f04de8ccdce474222997301d00bf60d60c511c9fb
3
+ size 5271
runs/May19_16-22-19_b3cd09525c23/events.out.tfevents.1652977347.b3cd09525c23.59.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0da801f8aaceb606e3c7bead74deefd425c8b3bf6bcba72136a1a090ae4b77a
3
+ size 4019
runs/May19_16-22-19_b3cd09525c23/events.out.tfevents.1652982203.b3cd09525c23.59.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:788fae93d06c6c791081470545b578956998eb29adb3f276562326d11ceeea1e
3
+ size 4068
runs/May19_16-22-19_b3cd09525c23/events.out.tfevents.1652983249.b3cd09525c23.59.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3032dfaf43e119c83afb39ed2dc95d6f612c00545e840af94d05eaf45b1c0ed7
3
+ size 5294
runs/May19_22-31-38_b3cd09525c23/1652999508.205076/events.out.tfevents.1652999508.b3cd09525c23.59.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aba2a4bb33a60995e545da4b6257c878c693592773188b2d9c263107557dfd98
3
+ size 5271
runs/May19_22-31-38_b3cd09525c23/events.out.tfevents.1652999508.b3cd09525c23.59.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e05a5dc2858f39079123ea6ac77e648bf6b58092b28658933438b2dc608f7620
3
+ size 8629
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "do_basic_tokenize": true, "never_split": null, "model_max_length": 2048, "special_tokens_map_file": null, "name_or_path": "cointegrated/rubert-tiny2", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43833061cbbdfcd140fc46558286865279dfbf475b833a9c9a84344781de092
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff