zloelias commited on
Commit
f7120ab
1 Parent(s): 562cd3c

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 600,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 2048,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 3,
30
+ "pad_token_id": 0,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.12.5",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 83828
38
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:058f884bf06c695c454ba7e648dfcd39358b4234dbdec56da30bbec09e219abc
3
+ size 116816695
runs/Dec01_10-20-13_e616413fc37b/1638354019.4421175/events.out.tfevents.1638354019.e616413fc37b.84.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99e78641a9523972d9a34db52f2194f34fb51189cc12358bbd669693e925b929
3
+ size 4598
runs/Dec01_10-20-13_e616413fc37b/events.out.tfevents.1638354019.e616413fc37b.84.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e46dcbd888eb1aa1f811e56abb99569816c1a2392fc4c5c1569f9211be7ebb6e
3
+ size 3441
runs/Dec01_10-43-22_e616413fc37b/1638355406.5744207/events.out.tfevents.1638355406.e616413fc37b.2624.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2c81ea4fb5f76797b6e6af113d426b86b58b78aed54a3d82b88e9291a66998
3
+ size 4598
runs/Dec01_10-43-22_e616413fc37b/events.out.tfevents.1638355406.e616413fc37b.2624.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7896c6e7a1e719c9b653b3e0de8231efb26667b9cc6f8da0ce36479b0dcce50a
3
+ size 11345
runs/Dec01_10-59-48_e616413fc37b/1638356394.8697996/events.out.tfevents.1638356394.e616413fc37b.2624.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f0607fc480940c148cc4fac676636b113213fc430efff24652d7f7a3aa55ec
3
+ size 4598
runs/Dec01_10-59-48_e616413fc37b/events.out.tfevents.1638356394.e616413fc37b.2624.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33f737314cd21289e34e8d775c10ca8aebce084884ab44403481e6830c6ccb10
3
+ size 3493
runs/Dec01_11-01-30_e616413fc37b/1638356497.1434722/events.out.tfevents.1638356497.e616413fc37b.2624.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f35ad7c5e6cb59b1becb129c053452e436432ae2463dcb8da0f3d99133c4635c
3
+ size 4598
runs/Dec01_11-01-30_e616413fc37b/events.out.tfevents.1638356497.e616413fc37b.2624.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18d97857b08a151d55c188eb156187395fe3e8859b7f9e0abf8173370c88c0a4
3
+ size 3811
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_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 2048, "special_tokens_map_file": null, "name_or_path": "cointegrated/rubert-tiny2", "padding": true, "truncation": true, "tokenizer_file": "/root/.cache/huggingface/transformers/cfa6d82dc8ecc7fe3f06deb449f38968cdd188bb84c8da0e06f0bbfddbede1e3.550ab7157d36210bf96c7c3b30e621933d37d635c5f2e290f7e88bd5f7c9198a", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7424d516790bda15b6e68fbea6b46c37ac1944c41915792a534f7f7b8d438eb2
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff