Ramamurthi
commited on
Commit
·
8d6ea04
1
Parent(s):
c7b8cc0
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +39 -0
- pytorch_model.bin +3 -0
- runs/Sep03_17-27-57_55d54862db28/1662226109.1614237/events.out.tfevents.1662226109.55d54862db28.74.1 +3 -0
- runs/Sep03_17-27-57_55d54862db28/events.out.tfevents.1662226109.55d54862db28.74.0 +3 -0
- runs/Sep03_17-28-51_55d54862db28/1662226137.7747886/events.out.tfevents.1662226137.55d54862db28.74.3 +3 -0
- runs/Sep03_17-28-51_55d54862db28/events.out.tfevents.1662226137.55d54862db28.74.2 +3 -0
- runs/Sep03_17-29-20_55d54862db28/1662226166.977179/events.out.tfevents.1662226166.55d54862db28.74.5 +3 -0
- runs/Sep03_17-29-20_55d54862db28/events.out.tfevents.1662226166.55d54862db28.74.4 +3 -0
- runs/Sep03_17-29-34_55d54862db28/1662226179.7390099/events.out.tfevents.1662226179.55d54862db28.74.7 +3 -0
- runs/Sep03_17-29-34_55d54862db28/events.out.tfevents.1662226179.55d54862db28.74.6 +3 -0
- runs/Sep03_17-30-30_55d54862db28/1662226235.930358/events.out.tfevents.1662226235.55d54862db28.74.9 +3 -0
- runs/Sep03_17-30-30_55d54862db28/events.out.tfevents.1662226235.55d54862db28.74.8 +3 -0
- runs/Sep03_17-32-14_55d54862db28/1662226340.4977558/events.out.tfevents.1662226340.55d54862db28.74.11 +3 -0
- runs/Sep03_17-32-14_55d54862db28/events.out.tfevents.1662226340.55d54862db28.74.10 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2",
|
15 |
+
"3": "LABEL_3",
|
16 |
+
"4": "LABEL_4"
|
17 |
+
},
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"label2id": {
|
20 |
+
"LABEL_0": 0,
|
21 |
+
"LABEL_1": 1,
|
22 |
+
"LABEL_2": 2,
|
23 |
+
"LABEL_3": 3,
|
24 |
+
"LABEL_4": 4
|
25 |
+
},
|
26 |
+
"max_position_embeddings": 512,
|
27 |
+
"model_type": "distilbert",
|
28 |
+
"n_heads": 12,
|
29 |
+
"n_layers": 6,
|
30 |
+
"pad_token_id": 0,
|
31 |
+
"problem_type": "single_label_classification",
|
32 |
+
"qa_dropout": 0.1,
|
33 |
+
"seq_classif_dropout": 0.2,
|
34 |
+
"sinusoidal_pos_embds": false,
|
35 |
+
"tie_weights_": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.21.2",
|
38 |
+
"vocab_size": 30522
|
39 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89b1775aa80f590a40b0e12cc8bcf8a2f736d81c19ad5fbb76a357e2b734b5cf
|
3 |
+
size 267863537
|
runs/Sep03_17-27-57_55d54862db28/1662226109.1614237/events.out.tfevents.1662226109.55d54862db28.74.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8db2b0f40b522c436545cb78582853578355e3bdbf0103259297d1142de2ab65
|
3 |
+
size 5493
|
runs/Sep03_17-27-57_55d54862db28/events.out.tfevents.1662226109.55d54862db28.74.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaadaf32ebba63c27acba6440018d014999198ff35fa1249e7ce5a02e2a67059
|
3 |
+
size 3850
|
runs/Sep03_17-28-51_55d54862db28/1662226137.7747886/events.out.tfevents.1662226137.55d54862db28.74.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c698c64b13a58f685da799d4494cd5c0dd5da491cbb7172b430a878c49058fd0
|
3 |
+
size 5493
|
runs/Sep03_17-28-51_55d54862db28/events.out.tfevents.1662226137.55d54862db28.74.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c23849781cd817fdcad74acaf756429be547e15d156b49f5f24a0ea1583e25cf
|
3 |
+
size 3851
|
runs/Sep03_17-29-20_55d54862db28/1662226166.977179/events.out.tfevents.1662226166.55d54862db28.74.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50fff305d36b98ee2fb453da5fef71f7e796bef39f28da9424bb902d5b4390b8
|
3 |
+
size 5493
|
runs/Sep03_17-29-20_55d54862db28/events.out.tfevents.1662226166.55d54862db28.74.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:322d874d6f3e1af1ff80e20f064307823756670491909c4cb4c59df1b93588bc
|
3 |
+
size 3851
|
runs/Sep03_17-29-34_55d54862db28/1662226179.7390099/events.out.tfevents.1662226179.55d54862db28.74.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4719f5b8a3eb4c0d824cf1284471b745a3d13b0c013896caaebbe64815286c6d
|
3 |
+
size 5493
|
runs/Sep03_17-29-34_55d54862db28/events.out.tfevents.1662226179.55d54862db28.74.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0308958895cb4c8203ed322aceae8b1247d2950e7c10406f57cba395df42454e
|
3 |
+
size 3850
|
runs/Sep03_17-30-30_55d54862db28/1662226235.930358/events.out.tfevents.1662226235.55d54862db28.74.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5558bf8506fa3621a806c70991b3b3520f1e227282e66e7e2c5092294367cf93
|
3 |
+
size 5493
|
runs/Sep03_17-30-30_55d54862db28/events.out.tfevents.1662226235.55d54862db28.74.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab19586571e171e6afe0e86ad894484db2cdbf06b08c9f5c083a74129a75ad0c
|
3 |
+
size 3900
|
runs/Sep03_17-32-14_55d54862db28/1662226340.4977558/events.out.tfevents.1662226340.55d54862db28.74.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:348d583b4219a396e92c705811bd9015ee5c73cdb8c701d235cef507f0e37520
|
3 |
+
size 5493
|
runs/Sep03_17-32-14_55d54862db28/events.out.tfevents.1662226340.55d54862db28.74.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fde4e41693670d0492264e8c222ab14dc805ae378d7b64ac175e8a06f86a6aee
|
3 |
+
size 3900
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_lower_case": true,
|
4 |
+
"mask_token": "[MASK]",
|
5 |
+
"model_max_length": 512,
|
6 |
+
"name_or_path": "distilbert-base-uncased",
|
7 |
+
"pad_token": "[PAD]",
|
8 |
+
"sep_token": "[SEP]",
|
9 |
+
"special_tokens_map_file": null,
|
10 |
+
"strip_accents": null,
|
11 |
+
"tokenize_chinese_chars": true,
|
12 |
+
"tokenizer_class": "DistilBertTokenizer",
|
13 |
+
"unk_token": "[UNK]"
|
14 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf398fdc99c0b24dd425ded2095f9797409ddb7329e792b1c8003e8ef4b48f1c
|
3 |
+
size 3375
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|