mohameddhiab
commited on
Commit
·
4b5c5e5
1
Parent(s):
ebf07d7
Training in progress, epoch 1
Browse files- config.json +27 -32
- pytorch_model.bin +2 -2
- runs/Jun22_22-10-22_b77cc4c91183/events.out.tfevents.1687471825.b77cc4c91183.28.4 +3 -0
- special_tokens_map.json +13 -4
- tokenizer.json +0 -0
- tokenizer_config.json +11 -5
- training_args.bin +1 -1
- vocab.json +0 -0
config.json
CHANGED
@@ -1,41 +1,36 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"bos_token_id":
|
9 |
-
"
|
10 |
-
"eos_token_id":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
12 |
-
"
|
13 |
-
"
|
14 |
-
|
15 |
-
|
16 |
-
"n_head": 12,
|
17 |
-
"n_inner": null,
|
18 |
-
"n_layer": 12,
|
19 |
-
"n_positions": 1024,
|
20 |
-
"pad_token_id": 50256,
|
21 |
-
"problem_type": "single_label_classification",
|
22 |
-
"reorder_and_upcast_attn": false,
|
23 |
-
"resid_pdrop": 0.1,
|
24 |
-
"scale_attn_by_inverse_layer_idx": false,
|
25 |
-
"scale_attn_weights": true,
|
26 |
-
"summary_activation": null,
|
27 |
-
"summary_first_dropout": 0.1,
|
28 |
-
"summary_proj_to_labels": true,
|
29 |
-
"summary_type": "cls_index",
|
30 |
-
"summary_use_proj": true,
|
31 |
-
"task_specific_params": {
|
32 |
-
"text-generation": {
|
33 |
-
"do_sample": true,
|
34 |
-
"max_length": 50
|
35 |
-
}
|
36 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
"torch_dtype": "float32",
|
38 |
"transformers_version": "4.31.0.dev0",
|
|
|
39 |
"use_cache": true,
|
40 |
-
"vocab_size":
|
41 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "roberta-base",
|
|
|
3 |
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "NO_HUMOR",
|
15 |
+
"1": "HUMOR"
|
16 |
+
},
|
17 |
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"label2id": {
|
20 |
+
"HUMOR": 1,
|
21 |
+
"NO_HUMOR": 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
},
|
23 |
+
"layer_norm_eps": 1e-05,
|
24 |
+
"max_position_embeddings": 514,
|
25 |
+
"model_type": "roberta",
|
26 |
+
"num_attention_heads": 12,
|
27 |
+
"num_hidden_layers": 12,
|
28 |
+
"pad_token_id": 1,
|
29 |
+
"position_embedding_type": "absolute",
|
30 |
+
"problem_type": "single_label_classification",
|
31 |
"torch_dtype": "float32",
|
32 |
"transformers_version": "4.31.0.dev0",
|
33 |
+
"type_vocab_size": 1,
|
34 |
"use_cache": true,
|
35 |
+
"vocab_size": 50265
|
36 |
}
|
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:1fbeb1da1ac920661aef70610eaf76dc6447b63c81f9157abe49672820d0f873
|
3 |
+
size 498662069
|
runs/Jun22_22-10-22_b77cc4c91183/events.out.tfevents.1687471825.b77cc4c91183.28.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98fc6655d0666cafdde6438a1f2b46411445cd67f4dcb07558f2185292eff16a
|
3 |
+
size 4968
|
special_tokens_map.json
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
{
|
2 |
-
"bos_token": "
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,9 +1,15 @@
|
|
1 |
{
|
2 |
"add_prefix_space": false,
|
3 |
-
"bos_token": "
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|
|
|
1 |
{
|
2 |
"add_prefix_space": false,
|
3 |
+
"bos_token": "<s>",
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
+
"cls_token": "<s>",
|
6 |
+
"eos_token": "</s>",
|
7 |
+
"errors": "replace",
|
8 |
+
"mask_token": "<mask>",
|
9 |
+
"model_max_length": 512,
|
10 |
+
"pad_token": "<pad>",
|
11 |
+
"sep_token": "</s>",
|
12 |
+
"tokenizer_class": "RobertaTokenizer",
|
13 |
+
"trim_offsets": true,
|
14 |
+
"unk_token": "<unk>"
|
15 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74aff639a52c2d4f135875f49f97be3152c7fa3446962eef05b9b44b30ba61f6
|
3 |
size 3963
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|