juancavallotti
commited on
Commit
·
8b6d028
1
Parent(s):
4c37500
Training in progress, epoch 1
Browse files- config.json +15 -2
- pytorch_model.bin +2 -2
- runs/Apr27_21-58-18_84595eb1ba47/1651096810.6378124/events.out.tfevents.1651096810.84595eb1ba47.98.1 +3 -0
- runs/Apr27_21-58-18_84595eb1ba47/events.out.tfevents.1651096810.84595eb1ba47.98.0 +3 -0
- runs/Apr27_22-01-23_84595eb1ba47/1651096889.7699249/events.out.tfevents.1651096889.84595eb1ba47.98.3 +3 -0
- runs/Apr27_22-01-23_84595eb1ba47/events.out.tfevents.1651096889.84595eb1ba47.98.2 +3 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,19 +1,32 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
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 |
"qa_dropout": 0.1,
|
18 |
"seq_classif_dropout": 0.2,
|
19 |
"sinusoidal_pos_embds": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "juancavallotti/distilroberta-base-culinary",
|
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": "unrelated",
|
13 |
+
"1": "related"
|
14 |
+
},
|
15 |
"initializer_range": 0.02,
|
16 |
+
"label2id": {
|
17 |
+
"related": [
|
18 |
+
1
|
19 |
+
],
|
20 |
+
"unrelated": [
|
21 |
+
0
|
22 |
+
]
|
23 |
+
},
|
24 |
"max_position_embeddings": 512,
|
25 |
"model_type": "distilbert",
|
26 |
"n_heads": 12,
|
27 |
"n_layers": 6,
|
28 |
"pad_token_id": 0,
|
29 |
+
"problem_type": "single_label_classification",
|
30 |
"qa_dropout": 0.1,
|
31 |
"seq_classif_dropout": 0.2,
|
32 |
"sinusoidal_pos_embds": false,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82206d8ee65c21d2beb70dc7ff6b75f7ac057e9a3dd93cc70aadcbb3b2ab4c4c
|
3 |
+
size 267854321
|
runs/Apr27_21-58-18_84595eb1ba47/1651096810.6378124/events.out.tfevents.1651096810.84595eb1ba47.98.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfa5b8fd0bf4bac792cdbcd887b1b4c2ca63524569deab88809563198ed128fd
|
3 |
+
size 4915
|
runs/Apr27_21-58-18_84595eb1ba47/events.out.tfevents.1651096810.84595eb1ba47.98.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b7f1b9ede26540f7208889eb3fd331ae0daed720ed53e4fd33b85dea823ed30
|
3 |
+
size 3646
|
runs/Apr27_22-01-23_84595eb1ba47/1651096889.7699249/events.out.tfevents.1651096889.84595eb1ba47.98.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:305961068371dd7aeaaee430e245d442d37af0bc8e0c3aaf3e0e10c939d26eb6
|
3 |
+
size 4915
|
runs/Apr27_22-01-23_84595eb1ba47/events.out.tfevents.1651096889.84595eb1ba47.98.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b166dc20a2d6f3fca7060cd0f3b307a53cef140fc05d4ac1240cb6bbc71bd6c
|
3 |
+
size 4012
|
tokenizer_config.json
CHANGED
@@ -1 +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": "
|
|
|
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": "juancavallotti/distilroberta-base-culinary", "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3119
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bccb82e93e5649e92c2784209a78a0db13ef44306199a3d81b32e87504055af
|
3 |
size 3119
|