End of training
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
- tokenizer.json +3 -12
- tokenizer_config.json +2 -0
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
@@ -24,7 +24,7 @@
|
|
24 |
"pooler_type": "first_token_transform",
|
25 |
"position_embedding_type": "absolute",
|
26 |
"torch_dtype": "float32",
|
27 |
-
"transformers_version": "4.
|
28 |
"type_vocab_size": 2,
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 21128
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "rylai88/adl_hw1_MC",
|
3 |
"architectures": [
|
4 |
+
"BertForMultipleChoice"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
|
|
24 |
"pooler_type": "first_token_transform",
|
25 |
"position_embedding_type": "absolute",
|
26 |
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.22.2",
|
28 |
"type_vocab_size": 2,
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 21128
|
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:a058307abeee4c1e6e2b0100c07bf2c4be9480bfd3b986d6098e073bf927989f
|
3 |
+
size 409146930
|
tokenizer.json
CHANGED
@@ -3,19 +3,10 @@
|
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
"max_length": 512,
|
6 |
-
"strategy": "
|
7 |
-
"stride":
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 512
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 0,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "[PAD]"
|
18 |
},
|
|
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
},
|
9 |
+
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
12 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -47,8 +47,10 @@
|
|
47 |
"do_lower_case": false,
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
|
|
50 |
"pad_token": "[PAD]",
|
51 |
"sep_token": "[SEP]",
|
|
|
52 |
"strip_accents": null,
|
53 |
"tokenize_chinese_chars": true,
|
54 |
"tokenizer_class": "BertTokenizer",
|
|
|
47 |
"do_lower_case": false,
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
+
"name_or_path": "rylai88/adl_hw1_MC",
|
51 |
"pad_token": "[PAD]",
|
52 |
"sep_token": "[SEP]",
|
53 |
+
"special_tokens_map_file": "/home/joung/.cache/huggingface/hub/models--rylai88--adl_hw1_MC/snapshots/999ffbb2dbc9b36c262b06a8d7d7008a07c9c67a/special_tokens_map.json",
|
54 |
"strip_accents": null,
|
55 |
"tokenize_chinese_chars": true,
|
56 |
"tokenizer_class": "BertTokenizer",
|