SuryaaSeran
commited on
Commit
•
fd22bff
1
Parent(s):
f88ae65
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +26 -0
- pytorch_model.bin +3 -0
- runs/Feb09_00-08-03_57ba2afe76fc/1675901847.4284685/events.out.tfevents.1675901847.57ba2afe76fc.19069.1 +3 -0
- runs/Feb09_00-08-03_57ba2afe76fc/events.out.tfevents.1675901847.57ba2afe76fc.19069.0 +3 -0
- runs/Feb09_00-19-51_57ba2afe76fc/1675902066.2237008/events.out.tfevents.1675902066.57ba2afe76fc.22639.1 +3 -0
- runs/Feb09_00-19-51_57ba2afe76fc/events.out.tfevents.1675902066.57ba2afe76fc.22639.0 +3 -0
- runs/Feb09_00-28-48_57ba2afe76fc/1675902553.01453/events.out.tfevents.1675902553.57ba2afe76fc.25150.1 +3 -0
- runs/Feb09_00-28-48_57ba2afe76fc/events.out.tfevents.1675902552.57ba2afe76fc.25150.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -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-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForMultipleChoice"
|
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.26.0",
|
23 |
+
"type_vocab_size": 2,
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 30522
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c037c28533e7a796ebf54bd43819ab70cc4c12030b520f96410e823524399a6
|
3 |
+
size 438004853
|
runs/Feb09_00-08-03_57ba2afe76fc/1675901847.4284685/events.out.tfevents.1675901847.57ba2afe76fc.19069.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecc40d3e8c0fef3717777869d6048f7231142a23f715083c7c887f0d5b87f0a8
|
3 |
+
size 5709
|
runs/Feb09_00-08-03_57ba2afe76fc/events.out.tfevents.1675901847.57ba2afe76fc.19069.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ff81e355f2caeabd7f574ca601783b1644de303ff6762ae2ff1346cc8c2a60d
|
3 |
+
size 3850
|
runs/Feb09_00-19-51_57ba2afe76fc/1675902066.2237008/events.out.tfevents.1675902066.57ba2afe76fc.22639.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb5c5c502950cadf3a2afe1d4de50200d41408a42d3a65cb02c94502fddb9a9b
|
3 |
+
size 5709
|
runs/Feb09_00-19-51_57ba2afe76fc/events.out.tfevents.1675902066.57ba2afe76fc.22639.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:488496e1410f932574ee99fc4608158bb00d878f4256eef1588e1dbf5e896c59
|
3 |
+
size 3848
|
runs/Feb09_00-28-48_57ba2afe76fc/1675902553.01453/events.out.tfevents.1675902553.57ba2afe76fc.25150.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fee8726d33a3512795e477fda37227c3f2ea28247d7ea8298f7e34e9fd5d1763
|
3 |
+
size 5709
|
runs/Feb09_00-28-48_57ba2afe76fc/events.out.tfevents.1675902552.57ba2afe76fc.25150.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0009c516e6b685846fd44bce9619396017381903a0c21d3951681ab61b2b0700
|
3 |
+
size 4005
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_lower_case": true,
|
4 |
+
"mask_token": "[MASK]",
|
5 |
+
"model_max_length": 512,
|
6 |
+
"name_or_path": "bert-base-uncased",
|
7 |
+
"pad_token": "[PAD]",
|
8 |
+
"sep_token": "[SEP]",
|
9 |
+
"special_tokens_map_file": null,
|
10 |
+
"strip_accents": null,
|
11 |
+
"tokenize_chinese_chars": true,
|
12 |
+
"tokenizer_class": "BertTokenizer",
|
13 |
+
"unk_token": "[UNK]"
|
14 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8f70a88ab2c9ab165d9b4e78cb6951b05123ef1529e671d5848ed879a2cbd17
|
3 |
+
size 3515
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|