irenelizihui
commited on
Commit
路
eaea8e3
1
Parent(s):
9919a2a
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +26 -0
- pytorch_model.bin +3 -0
- runs/May31_14-49-48_tangra.cs.yale.edu/1654023022.1018631/events.out.tfevents.1654023022.tangra.cs.yale.edu.3455.1 +3 -0
- runs/May31_14-49-48_tangra.cs.yale.edu/events.out.tfevents.1654023022.tangra.cs.yale.edu.3455.0 +3 -0
- runs/May31_14-57-24_tangra.cs.yale.edu/1654023454.1405306/events.out.tfevents.1654023454.tangra.cs.yale.edu.8882.1 +3 -0
- runs/May31_14-57-24_tangra.cs.yale.edu/events.out.tfevents.1654023454.tangra.cs.yale.edu.8882.0 +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,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-cased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForQuestionAnswering"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.17.0",
|
23 |
+
"type_vocab_size": 2,
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 28996
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2a652fc229245c68964f8affdb4d5854db27aa3531283f81dcdde81f2c498b9
|
3 |
+
size 430974327
|
runs/May31_14-49-48_tangra.cs.yale.edu/1654023022.1018631/events.out.tfevents.1654023022.tangra.cs.yale.edu.3455.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d91d5031393c9d8bc0fddd2e0effd6d3178c5da15a1a6843ba659c0d8d32071
|
3 |
+
size 4781
|
runs/May31_14-49-48_tangra.cs.yale.edu/events.out.tfevents.1654023022.tangra.cs.yale.edu.3455.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0866c4aeddfe8d901986a739195f559836871943104fb86c6364318efd3b3d96
|
3 |
+
size 3316
|
runs/May31_14-57-24_tangra.cs.yale.edu/1654023454.1405306/events.out.tfevents.1654023454.tangra.cs.yale.edu.8882.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cb837442c0e8c94f931c5322ce2b874cf966d753eed319dd53fe4a64efd40ba
|
3 |
+
size 4781
|
runs/May31_14-57-24_tangra.cs.yale.edu/events.out.tfevents.1654023454.tangra.cs.yale.edu.8882.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f90ca4103f364883b9048ee7ee1a47209377fdb219bfa9542c53d5a0d7fb4916
|
3 |
+
size 3316
|
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": false, "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": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1366b3f04372caa59af0876a4a76f3a3ea8891acdb897a9305e10e11b57969f6
|
3 |
+
size 3055
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|