Initial commit from mrm8488
Browse files- config.json +30 -0
- pytorch_model.bin +3 -0
- runs/Oct04_16-33-45_aefa964b2428/1633365264.474706/events.out.tfevents.1633365264.aefa964b2428.586.4 +3 -0
- runs/Oct04_16-33-45_aefa964b2428/events.out.tfevents.1633365264.aefa964b2428.586.3 +3 -0
- runs/Oct04_16-33-45_aefa964b2428/events.out.tfevents.1633366488.aefa964b2428.586.5 +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
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mrm8488/electricidad-small-discriminator",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"embedding_size": 128,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 256,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 1024,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "electra",
|
17 |
+
"num_attention_heads": 4,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"problem_type": "single_label_classification",
|
22 |
+
"summary_activation": "gelu",
|
23 |
+
"summary_last_dropout": 0.1,
|
24 |
+
"summary_type": "first",
|
25 |
+
"summary_use_proj": true,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.11.2",
|
28 |
+
"type_vocab_size": 2,
|
29 |
+
"vocab_size": 31002
|
30 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e652d933bce5fdc1b4217b03c7e2370704e2e748de4164d7d3fdeef5bc95646c
|
3 |
+
size 54529065
|
runs/Oct04_16-33-45_aefa964b2428/1633365264.474706/events.out.tfevents.1633365264.aefa964b2428.586.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dd7978a4c5da3fd848c04c651e6e86a8ee8af8bcc776029897c93bf9de47cf0
|
3 |
+
size 4649
|
runs/Oct04_16-33-45_aefa964b2428/events.out.tfevents.1633365264.aefa964b2428.586.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b8581c002ae3f0321f6e45d852b5a395bddda6eabda0eb1cc5a11a55a4174c7
|
3 |
+
size 8668
|
runs/Oct04_16-33-45_aefa964b2428/events.out.tfevents.1633366488.aefa964b2428.586.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e11696e22466d1180426538334002027df0d557f2e57ec97ca8d7982623b6e02
|
3 |
+
size 363
|
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, "special_tokens_map_file": null, "name_or_path": "mrm8488/electricidad-small-discriminator", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eded580b2daa9993dfebb503afdb7d08698654f61582425412a60394e8f693a0
|
3 |
+
size 2927
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|