Training in progress, epoch 1
Browse files- .gitignore +1 -0
- added_tokens.json +1 -0
- config.json +25 -0
- pytorch_model.bin +3 -0
- runs/May03_09-27-44_0448ca364026/1651570169.9507937/events.out.tfevents.1651570169.0448ca364026.71.1 +3 -0
- runs/May03_09-27-44_0448ca364026/events.out.tfevents.1651570169.0448ca364026.71.0 +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-*/
|
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"ooh": 30534, "entreat": 30555, "knave": 30543, "beseech": 30540, "Pericles": 30572, "Thy": 30536, "Nay": 30526, "Marry": 30535, "scorn": 30564, "Petruchio": 30566, "ducats": 30553, "Cupid": 30570, "dost": 30537, "Yea": 30561, "Bassanio": 30558, "thine": 30531, "Ay": 30524, "canst": 30557, "oft": 30568, "virtuous": 30574, "Benedick": 30559, "gon": 30538, "Thou": 30523, "Lucentio": 30560, "jest": 30549, "Farewell": 30556, "Pray": 30541, "lov": 30544, "thyself": 30545, "Madam": 30542, "didst": 30552, "doth": 30525, "Dromio": 30562, "hither": 30530, "Demetrius": 30571, "Alas": 30554, "Tranio": 30573, "shalt": 30533, "Proteus": 30546, "Hath": 30539, "hast": 30528, "Rosalind": 30551, "Signior": 30532, "wilt": 30547, "Silvia": 30548, "troth": 30569, "withal": 30550, "sirrah": 30565, "hath": 30522, "prithee": 30563, "oaths": 30567, "ere": 30529, "Tis": 30527}
|
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"initializer_range": 0.02,
|
12 |
+
"max_position_embeddings": 512,
|
13 |
+
"model_type": "distilbert",
|
14 |
+
"n_heads": 12,
|
15 |
+
"n_layers": 6,
|
16 |
+
"pad_token_id": 0,
|
17 |
+
"problem_type": "single_label_classification",
|
18 |
+
"qa_dropout": 0.1,
|
19 |
+
"seq_classif_dropout": 0.2,
|
20 |
+
"sinusoidal_pos_embds": false,
|
21 |
+
"tie_weights_": true,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.18.0",
|
24 |
+
"vocab_size": 30575
|
25 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d81a009dfc09dedec6a441f8b779b82d56371a54008470ebf60ebb2ea996b641
|
3 |
+
size 268017137
|
runs/May03_09-27-44_0448ca364026/1651570169.9507937/events.out.tfevents.1651570169.0448ca364026.71.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d033f35009dec4f4fc8e0b209d7aa2658be29e2ad8ab7ab0259e22b16a815a30
|
3 |
+
size 4937
|
runs/May03_09-27-44_0448ca364026/events.out.tfevents.1651570169.0448ca364026.71.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9180af8250f41d9a6a0bded5395cee7e3449560ede9d53bcfdf5e480a72c6d88
|
3 |
+
size 4114
|
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:c27b3f9a1e84b0355bd2d6a59e27b07ff4c8dcf4d0300ed493bfa56ed35e02fb
|
3 |
+
size 3119
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|