gngpostalsrvc
commited on
Commit
•
43d5225
1
Parent(s):
5dbe3d8
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Mar03_01-09-01_f5aec34f0be3/1677805753.3688107/events.out.tfevents.1677805753.f5aec34f0be3.823.1 +3 -0
- runs/Mar03_01-09-01_f5aec34f0be3/events.out.tfevents.1677805753.f5aec34f0be3.823.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +4 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "roberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForMaskedLM"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.5,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.5,
|
12 |
+
"hidden_size": 256,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 1024,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 128,
|
17 |
+
"model_type": "roberta",
|
18 |
+
"num_attention_heads": 4,
|
19 |
+
"num_hidden_layers": 1,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"position_embedding_type": "absolute",
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.26.1",
|
24 |
+
"type_vocab_size": 1,
|
25 |
+
"use_cache": true,
|
26 |
+
"vocab_size": 2050
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47234db5708158e4bbcab440c4b53534f29f5a4c3417fd8c65c100bdb6f367ad
|
3 |
+
size 5675650
|
runs/Mar03_01-09-01_f5aec34f0be3/1677805753.3688107/events.out.tfevents.1677805753.f5aec34f0be3.823.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e08eb07da047c5a20c51faa90b80b5c8f37e3d6de93ffc9cf0054af525abc35e
|
3 |
+
size 5745
|
runs/Mar03_01-09-01_f5aec34f0be3/events.out.tfevents.1677805753.f5aec34f0be3.823.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62e2d0288867df19e8052f3d8399be4785bc220ee86ab96a6ea0477fc4f2ed28
|
3 |
+
size 6027
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"mask_token": "<mask>",
|
5 |
+
"pad_token": "</s>",
|
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,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_max_length": 1000000000000000019884624838656,
|
3 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
4 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc6409be1de9b73f80e693e973101a8ecb2d7d6fbc5de144f57420bd8f5a0dfa
|
3 |
+
size 3579
|