Training in progress, epoch 1
Browse files- config.json +56 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +5 -0
- spiece.model +3 -0
- tokenizer_config.json +13 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "allegro/plt5-small",
|
3 |
+
"architectures": [
|
4 |
+
"T5ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout": 0.0,
|
7 |
+
"d_ff": 1024,
|
8 |
+
"d_kv": 64,
|
9 |
+
"d_model": 512,
|
10 |
+
"decoder_start_token_id": 0,
|
11 |
+
"dense_act_fn": "gelu_new",
|
12 |
+
"dropout_rate": 0.1,
|
13 |
+
"eos_token_id": 1,
|
14 |
+
"feed_forward_proj": "gated-gelu",
|
15 |
+
"gradient_checkpointing": false,
|
16 |
+
"id2label": {
|
17 |
+
"0": "location",
|
18 |
+
"1": "neighbourhood",
|
19 |
+
"2": "composition",
|
20 |
+
"3": "affiliation",
|
21 |
+
"4": "alias",
|
22 |
+
"5": "nationality",
|
23 |
+
"6": "creator",
|
24 |
+
"7": "origin",
|
25 |
+
"8": "no relation"
|
26 |
+
},
|
27 |
+
"initializer_factor": 1,
|
28 |
+
"is_encoder_decoder": true,
|
29 |
+
"is_gated_act": true,
|
30 |
+
"label2id": {
|
31 |
+
"affiliation": 3,
|
32 |
+
"alias": 4,
|
33 |
+
"composition": 2,
|
34 |
+
"creator": 6,
|
35 |
+
"location": 0,
|
36 |
+
"nationality": 5,
|
37 |
+
"neighbourhood": 1,
|
38 |
+
"no relation": 8,
|
39 |
+
"origin": 7
|
40 |
+
},
|
41 |
+
"layer_norm_epsilon": 1e-06,
|
42 |
+
"model_type": "t5",
|
43 |
+
"num_decoder_layers": 8,
|
44 |
+
"num_heads": 6,
|
45 |
+
"num_layers": 8,
|
46 |
+
"pad_token_id": 0,
|
47 |
+
"problem_type": "single_label_classification",
|
48 |
+
"relative_attention_max_distance": 128,
|
49 |
+
"relative_attention_num_buckets": 32,
|
50 |
+
"tie_word_embeddings": false,
|
51 |
+
"tokenizer_class": "T5Tokenizer",
|
52 |
+
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.32.0",
|
54 |
+
"use_cache": true,
|
55 |
+
"vocab_size": 50048
|
56 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1739a672e7409aa1d26e2f3ba2ad0c88acfd6caebb6e19a5211ca77566aa546b
|
3 |
+
size 279884497
|
special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "</s>",
|
3 |
+
"pad_token": "<pad>",
|
4 |
+
"unk_token": "<unk>"
|
5 |
+
}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a200b4b9d7106b32ea2340e5cd27033a5c03ae5ece9241ab6e1f685b938800b9
|
3 |
+
size 1124950
|
tokenizer_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": null,
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"extra_ids": 0,
|
6 |
+
"legacy": true,
|
7 |
+
"model_max_length": 1000000000000000019884624838656,
|
8 |
+
"pad_token": "<pad>",
|
9 |
+
"sp_model_kwargs": {},
|
10 |
+
"tokenizer_class": "T5Tokenizer",
|
11 |
+
"tokenizer_file": null,
|
12 |
+
"unk_token": "<unk>"
|
13 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00b53f2e1f2cd649e221488fbdf4967e7855712201333ff204afab640dd77bc2
|
3 |
+
size 4091
|