Commit ·
ed37c14
1
Parent(s): 1c8a436
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +33 -0
- pytorch_model.bin +3 -0
- runs/Mar23_18-45-15_998300139ca2/1679597127.410868/events.out.tfevents.1679597127.998300139ca2.299.1 +3 -0
- runs/Mar23_18-45-15_998300139ca2/events.out.tfevents.1679597127.998300139ca2.299.0 +3 -0
- runs/Mar23_18-51-40_998300139ca2/1679597504.8823187/events.out.tfevents.1679597504.998300139ca2.299.3 +3 -0
- runs/Mar23_18-51-40_998300139ca2/events.out.tfevents.1679597504.998300139ca2.299.2 +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,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "NEGATIVE",
|
| 13 |
+
"1": "POSITIVE"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"label2id": {
|
| 17 |
+
"NEGATIVE": 0,
|
| 18 |
+
"POSITIVE": 1
|
| 19 |
+
},
|
| 20 |
+
"max_position_embeddings": 512,
|
| 21 |
+
"model_type": "distilbert",
|
| 22 |
+
"n_heads": 12,
|
| 23 |
+
"n_layers": 6,
|
| 24 |
+
"pad_token_id": 0,
|
| 25 |
+
"problem_type": "single_label_classification",
|
| 26 |
+
"qa_dropout": 0.1,
|
| 27 |
+
"seq_classif_dropout": 0.2,
|
| 28 |
+
"sinusoidal_pos_embds": false,
|
| 29 |
+
"tie_weights_": true,
|
| 30 |
+
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.13.0",
|
| 32 |
+
"vocab_size": 30522
|
| 33 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66675bf7da3e43ac3f893590eab5b7ee9c7cc409698b68e1d6760624c151c144
|
| 3 |
+
size 267861293
|
runs/Mar23_18-45-15_998300139ca2/1679597127.410868/events.out.tfevents.1679597127.998300139ca2.299.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3707af38331c0474f66eeb1bae7465657beed5d4358b05b67aa05957e201ca1
|
| 3 |
+
size 4643
|
runs/Mar23_18-45-15_998300139ca2/events.out.tfevents.1679597127.998300139ca2.299.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0642cf909a6539968a8d76782b35edc868d943b9dd34c5f40dfc5f59d263108d
|
| 3 |
+
size 3686
|
runs/Mar23_18-51-40_998300139ca2/1679597504.8823187/events.out.tfevents.1679597504.998300139ca2.299.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f61da8d32419cec0f35112e4772db011a226885a1392a64f077069ebefea013
|
| 3 |
+
size 4643
|
runs/Mar23_18-51-40_998300139ca2/events.out.tfevents.1679597504.998300139ca2.299.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a4944e088b3037168d4321a22103aaf4230f4d632b9f79448033941ed8a0b40
|
| 3 |
+
size 4795
|
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:ae7523ae7ed8f6cbb0e5d0da07de552ae721d0086020552dacc6e72f1d7317eb
|
| 3 |
+
size 2939
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|