Katsiaryna
commited on
Commit
•
c189698
1
Parent(s):
c164bd4
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +31 -0
- pytorch_model.bin +3 -0
- runs/Dec08_23-48-35_5af118182813/1639007571.2389972/events.out.tfevents.1639007571.5af118182813.78.1 +3 -0
- runs/Dec08_23-48-35_5af118182813/1639008324.9581404/events.out.tfevents.1639008324.5af118182813.78.3 +3 -0
- runs/Dec08_23-48-35_5af118182813/1639008569.8616698/events.out.tfevents.1639008569.5af118182813.78.5 +3 -0
- runs/Dec08_23-48-35_5af118182813/events.out.tfevents.1639007571.5af118182813.78.0 +3 -0
- runs/Dec08_23-48-35_5af118182813/events.out.tfevents.1639008324.5af118182813.78.2 +3 -0
- runs/Dec08_23-48-35_5af118182813/events.out.tfevents.1639008569.5af118182813.78.4 +3 -0
- runs/Dec09_00-11-58_5af118182813/1639008742.9920044/events.out.tfevents.1639008742.5af118182813.78.7 +3 -0
- runs/Dec09_00-11-58_5af118182813/1639009019.102515/events.out.tfevents.1639009019.5af118182813.78.9 +3 -0
- runs/Dec09_00-11-58_5af118182813/events.out.tfevents.1639008742.5af118182813.78.6 +3 -0
- runs/Dec09_00-11-58_5af118182813/events.out.tfevents.1639009019.5af118182813.78.8 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "LABEL_0"
|
13 |
+
},
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"label2id": {
|
16 |
+
"LABEL_0": 0
|
17 |
+
},
|
18 |
+
"max_position_embeddings": 512,
|
19 |
+
"model_type": "distilbert",
|
20 |
+
"n_heads": 12,
|
21 |
+
"n_layers": 6,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"problem_type": "regression",
|
24 |
+
"qa_dropout": 0.1,
|
25 |
+
"seq_classif_dropout": 0.2,
|
26 |
+
"sinusoidal_pos_embds": false,
|
27 |
+
"tie_weights_": true,
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.12.5",
|
30 |
+
"vocab_size": 30522
|
31 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27ed57027c552360ccad6c7e2a3bfea332b11b0d6c8c2c59c9577bf6fa4c3793
|
3 |
+
size 267857009
|
runs/Dec08_23-48-35_5af118182813/1639007571.2389972/events.out.tfevents.1639007571.5af118182813.78.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c6ad948176230c237b9ee82821be9e7363296822fb86debe4b0ea767ce2e06b
|
3 |
+
size 4565
|
runs/Dec08_23-48-35_5af118182813/1639008324.9581404/events.out.tfevents.1639008324.5af118182813.78.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cb0a0d3744bd21d46d1fe961d22d98068da37126cab4fe940a86b975e1ae1cd
|
3 |
+
size 4565
|
runs/Dec08_23-48-35_5af118182813/1639008569.8616698/events.out.tfevents.1639008569.5af118182813.78.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5e1bd9f3ae48fa193bd71603bf44ba91774a6683673047ad6c6dd19ebf924e8
|
3 |
+
size 4565
|
runs/Dec08_23-48-35_5af118182813/events.out.tfevents.1639007571.5af118182813.78.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af1d751b97f946c31c2970e8b022240179e35ac1661524276b2b3d5ee698df2f
|
3 |
+
size 3165
|
runs/Dec08_23-48-35_5af118182813/events.out.tfevents.1639008324.5af118182813.78.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acc6f84d9bd29674fdbaac9af32b811f7f5e3592e4fbb1b6fe875cbe69cbba63
|
3 |
+
size 3165
|
runs/Dec08_23-48-35_5af118182813/events.out.tfevents.1639008569.5af118182813.78.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9df920b20d4c8f9a4610ce00d2ece9a30487b13feee9a27dd6f76724776cd1d
|
3 |
+
size 3197
|
runs/Dec09_00-11-58_5af118182813/1639008742.9920044/events.out.tfevents.1639008742.5af118182813.78.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:038f2f236aec62351c4c613e1c03fc44f7f09ab8e6723916f83a769161b60734
|
3 |
+
size 4565
|
runs/Dec09_00-11-58_5af118182813/1639009019.102515/events.out.tfevents.1639009019.5af118182813.78.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1882464b56c8f9f1fd12813eb41f419c633977783a767c4c9673300a690f76a
|
3 |
+
size 4565
|
runs/Dec09_00-11-58_5af118182813/events.out.tfevents.1639008742.5af118182813.78.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fe8781431a5facbfff8d0fdabe8173fa897d65152a817a55f11d9c96883c6cc
|
3 |
+
size 3197
|
runs/Dec09_00-11-58_5af118182813/events.out.tfevents.1639009019.5af118182813.78.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bba88bc3efe32d5b69281148309352150ce670e0935d842e0c7ce713e1bc08a2
|
3 |
+
size 3514
|
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": true, "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": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91dbede8a3d8a9c701f90cb948955b7486bd7d6b108070b423df25c08ab68515
|
3 |
+
size 2863
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|