End of training
Browse files- README.md +68 -0
- config.json +255 -0
- model.safetensors +3 -0
- runs/Jan15_19-46-55_52a0f82e0b17/events.out.tfevents.1736970421.52a0f82e0b17.600.0 +3 -0
- runs/Jan15_19-53-48_52a0f82e0b17/events.out.tfevents.1736970833.52a0f82e0b17.600.1 +3 -0
- special_tokens_map.json +37 -0
- tokenizer.json +0 -0
- tokenizer_config.json +945 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: answerdotai/ModernBERT-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
model-index:
|
10 |
+
- name: modernbert-llm-cidoc-crm
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# modernbert-llm-cidoc-crm
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 5.0342
|
22 |
+
- F1: 0.0
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 8
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- gradient_accumulation_steps: 4
|
46 |
+
- total_train_batch_size: 32
|
47 |
+
- optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 5
|
50 |
+
- mixed_precision_training: Native AMP
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|:---:|
|
56 |
+
| No log | 0.7273 | 2 | 4.8051 | 0.0 |
|
57 |
+
| No log | 1.7273 | 4 | 4.8571 | 0.0 |
|
58 |
+
| No log | 2.7273 | 6 | 4.9360 | 0.0 |
|
59 |
+
| No log | 3.7273 | 8 | 5.0074 | 0.0 |
|
60 |
+
| No log | 4.7273 | 10 | 5.0342 | 0.0 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.48.0.dev0
|
66 |
+
- Pytorch 2.5.1+cu121
|
67 |
+
- Datasets 3.1.0
|
68 |
+
- Tokenizers 0.21.0
|
config.json
ADDED
@@ -0,0 +1,255 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "answerdotai/ModernBERT-base",
|
3 |
+
"architectures": [
|
4 |
+
"ModernBertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 50281,
|
9 |
+
"classifier_activation": "gelu",
|
10 |
+
"classifier_bias": false,
|
11 |
+
"classifier_dropout": 0.0,
|
12 |
+
"classifier_pooling": "mean",
|
13 |
+
"cls_token_id": 50281,
|
14 |
+
"decoder_bias": true,
|
15 |
+
"deterministic_flash_attn": false,
|
16 |
+
"embedding_dropout": 0.0,
|
17 |
+
"eos_token_id": 50282,
|
18 |
+
"global_attn_every_n_layers": 3,
|
19 |
+
"global_rope_theta": 160000.0,
|
20 |
+
"gradient_checkpointing": false,
|
21 |
+
"hidden_activation": "gelu",
|
22 |
+
"hidden_size": 768,
|
23 |
+
"id2label": {
|
24 |
+
"0": "E10 Transfer of Custody. P28 custody surrendered by: E21 Person. P2 has type \"antiquities dealer\"; E10 Transfer of Custody. P29 custody received by: E21 Person. P2 has type \"private collector\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"artefacts\"",
|
25 |
+
"1": "E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"Italian authorities\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"Vatican Museums\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"vase\". P2 has type \"conservation\"",
|
26 |
+
"10": "E11 Modification. P31 has modified: E74 Group \"gallery\"; E12 Production. P108 has produced: E24 Physical Human-Made Thing \"cafe\";",
|
27 |
+
"100": "E9 Move. P26 moved to: E53 Place \"Sotheby\u2019s London\"; E9 Move. P27 moved from: E53 Place \"Geneva\"; E9 Move. P25 moved: E18 Physical Thing; E39 Actor. P2 has type \"courier\"",
|
28 |
+
"101": "E97 Monetary Amount. P90 has value: \"\u00a3500,000\"",
|
29 |
+
"11": "E11 Modification. P31 has modified: E74 Group \"private gallery\"; E7 Activity. P2 has type \"renovation\"; E7 Activity. P2 has type \"restoration\";",
|
30 |
+
"12": "E12 Production. P108 has produced: E22 Human-Made Object \"exhibit of tapestries\"; E7 Activity. P2 has type: \"new exhibit\"; E74 Group. P2 has type: \"museum staff\" ; E55 Type. P2 has type \"contemporary tapestries\"",
|
31 |
+
"13": "E12 Production. P108 has produced: E22 Human-Made Object. P2 has type \"gallery\"; E39 Actor. P74 has current or former residence: E53 Place \"Rome\"; E4 Period. P4 has time-span: E52 Time-Span \"1968\"",
|
32 |
+
"14": "E12 Production. P108 has produced: E22 Human-Made Object. P2 has type \"gallery\"; E74 Group \"Medici and Boursaud\"; E53 Place. P7 took place at: Geneva; E4 Period. P4 has time-span: E52 Time-Span \"1983\"",
|
33 |
+
"15": "E12 Production. P108 has produced: E22 Human-Made Object. P2 has type \"library\"; E53 Place. P7 took place at: E53 Place \"city centre\"",
|
34 |
+
"16": "E12 Production. P108 has produced: E24 Physical Human-Made Thing \"new wing\"; E7 Activity. P2 has type: \"exhibit\"; E74 Group. P2 has type \"museum\"; E55 Type. P2 has type: \"contemporary art\"",
|
35 |
+
"17": "E12 Production. P108 has produced: E26 Physical Feature \"public park\"; E53 Place. P7 took place at: E53 Place \"old harbor area\"",
|
36 |
+
"18": "E5 Event. P2 has type \"looting\"; E5 Event. P7 took place at: E53 Place \"archaeological site\"; E4 Period. P2 has type \"conflict\"",
|
37 |
+
"19": "E6 Destruction. P13 destroyed: E26 Physical Feature \"archaeological site\"; E12 Production. P108 has produced: E22 Human-Made Object \"artifacts\". P2 has type \"looted\"",
|
38 |
+
"2": "E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"authorities\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"museum\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"looted artifacts\"",
|
39 |
+
"20": "E6 Destruction. P13 destroyed: E78 Curated Holding \"ancient coins\"; E7 Activity. P2 has type: E55 Type \"looting\"; E7 Activity. P11 had participant: E39 Actor. P2 has type \"professional looters\"",
|
40 |
+
"21": "E64 End of Existence. P93 took out of existence: E22 Human-Made Object \"Antiquaria Romana\"; E4 Period. P7 took place at: E53 Place \"Rome\"; E4 Period. P4 has time-span: E52 Time-Span \"1978\"",
|
41 |
+
"22": "E65 Creation. P94 has created: E73 Information Object \"digital database\"; E7 Activity. P2 has type: E55 Type \"creation\"; E74 Group. P2 has type: E55 Type \"research institute\"; E7 Activity. P2 has type: \"document\"; E7 Activity. P2 has type \"archaeological findings\"",
|
42 |
+
"23": "E66 Formation. P95 has formed: E27 Site \"archaeological site\"; E53 Place. P7 took place at: E53 Place \"near lake\"; E74 Group. P2 has type: E55 Type \"team of archaeologists\"",
|
43 |
+
"24": "E66 Formation. P95 has formed: E27 Site \"archaeological site\"; E53 Place. P7 took place at: E53 Place \"near old city walls\"",
|
44 |
+
"25": "E66 Formation. P95 has formed: E27 Site \"archaeological site\"; E74 Group. P2 has type \"team of archaeologists\"",
|
45 |
+
"26": "E66 Formation. P95 has formed: E74 Group \"Partnership\"; E74 Group. P2 has type: \"museum\"; E7 Activity. P2 has type: \"joint exhibition\"",
|
46 |
+
"27": "E66 Formation. P95 has formed: E74 Group \"Partnership\"; E74 Group. P2 has type: \"museum\"; E74 Group. P2 has type: \"research institute\"",
|
47 |
+
"28": "E66 Formation. P95 has formed: E74 Group \"association\"; E74 Group. P2 has type \"art gallery\"",
|
48 |
+
"29": "E66 Formation. P95 has formed: E74 Group \"cultural heritage institute\"; E12 Production. P108 has produced: E24 Physical Human-Made Thing \"institute building\"; E7 Activity. P2 has type: \"preservation\"; E55 Type. P2 has type \"historic building\"; E73 Information Object. P2 has type \"records\"",
|
49 |
+
"3": "E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"customs officials\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"museum\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"looted artifacts\"; E7 Activity. P2 has type \"seize\"",
|
50 |
+
"30": "E66 Formation. P95 has formed: E74 Group \"foundation\"; E7 Activity. P2 had general purpose: E55 Type \"support museum\u2019s acquisition program\"",
|
51 |
+
"31": "E66 Formation. P95 has formed: E74 Group \"museum board\"; E12 Production. P108 has produced: E22 Human-Made Object \"exhibition of ethnographic photographs\" ; E7 Activity. P2 has type: \"agree\"; E7 Activity. P2 has type: \"exhibit\"",
|
52 |
+
"32": "E66 Formation. P95 has formed: E78 Curated Holding \"ancient pottery\"; E7 Activity. P2 has type: E55 Type \"discovery\"; E53 Place. P7 took place at: E27 Site \"dig site\"",
|
53 |
+
"33": "E68 Dissolution. P99 dissolved: E74 Group \"museum branch\"; E11 Modification. P2 has type: E55 Type \"renovation\"",
|
54 |
+
"34": "E68 Dissolution. P99 dissolved: E74 Group. P2 has type \"gallery\"; E64 End of Existence. P2 has type \"lack of funding\"",
|
55 |
+
"35": "E7 Activity. P11 had participant: E21 Person \"Boursaud\"; E7 Activity. P16 used specific object: E18 Physical Thing. P2 has type: E55 Type \"antiquities\"; E53 Place. P7 took place at \"Sotheby's London\"",
|
56 |
+
"36": "E7 Activity. P11 had participant: E21 Person \"Boursaud\"; E7 Activity. P16 used specific object: E22 Human-Made Object; E53 Place. P7 took place at: \"Sotheby's London\"",
|
57 |
+
"37": "E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"Italian antiquities dealer\"; E7 Activity. P2 has type: E55 Type \"conviction\"; E6 Destruction. P13 destroyed: E18 Physical Thing",
|
58 |
+
"38": "E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"antiquities dealer\"; E4 Period. P7 took place at: E53 Place \"Rome\"; E4 Period. P4 has time-span: E52 Time-Span \"1960s\"",
|
59 |
+
"39": "E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"antiquities dealer\"; E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"US dealer\"; E4 Period. P4 has time-span: E52 Time-Span \"1967\"",
|
60 |
+
"4": "E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"museum A\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"national museum\"; E10 Transfer of Custody. P30 transferred custody of: E78 Curated Holding \"archaeological objects\"",
|
61 |
+
"40": "E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"antiquities dealer\"; E7 Activity. P2 has type: E55 Type \"selling\"; E6 Destruction. P13 destroyed: E22 Human-Made Object. P2 has type \"stolen artifacts\"",
|
62 |
+
"41": "E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"looted artefacts\"; E4 Period. P7 took place at: E53 Place \"Italy\"; E5 Event. P4 has time-span: E52 Time-Span \"July 1967\"; E7 Activity. P2 has type: E55 Type \"conviction\"; E6 Destruction. P13 destroyed: E18 Physical Thing",
|
63 |
+
"42": "E7 Activity. P11 had participant: E21 Person; E53 Place. P7 took place at: \"Sotheby's London\"; E4 Period. P4 has time-span: E52 Time-Span \"1980s\"",
|
64 |
+
"43": "E7 Activity. P11 had participant: E21 Person; E53 Place. P7 took place at: Switzerland",
|
65 |
+
"44": "E7 Activity. P134 continued: E7 Activity \"excavation work\"; E12 Production. P108 has produced: E26 Physical Feature \"new findings\"",
|
66 |
+
"45": "E7 Activity. P14 carried out by: E74 Group \"museum\"; E7 Activity. P2 has type: E55 Type \"hiring\"; E39 Actor. P14 carried out by E21 Person \"curator\". E78 Curated Holding. P109 has current or former curator of: E21 Person",
|
67 |
+
"46": "E7 Activity. P14 carried out by: E74 Group \"new museum\"; E7 Activity. P2 has type: E55 Type \"hiring\"; E39 Actor. P14 carried out by E21 Person \"conservator\"; E78 Curated Holding. P109 has current or former curator of: E21 Person",
|
68 |
+
"47": "E7 Activity. P2 has type \"conservation work\"; E7 Activity. P11 had participant: E74 Group \"museum staff\"; E66 Formation. P95 has formed: E22 Human-Made Object \"painting\"",
|
69 |
+
"48": "E7 Activity. P2 has type \"stop excavation work\"; E53 Place. P7 took place at: E27 Site \"site\"; E74 Group \"authorities\"; E13 Attribute Assignment. P140 assigned attribute to: E27 Site. P177 assigned property type: E55 Type \"contaminated\"",
|
70 |
+
"49": "E7 Activity. P2 has type \"temporary exhibition\"; E7 Activity. P11 had participant: E21 Person \"local artist\"; E8 Acquisition. P23 transferred title from: E74 Group \"gallery\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"paintings\"; E8 Acquisition. P22 transferred title to: E39 Actor \"buyer\"",
|
71 |
+
"5": "E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"museum\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"conservation lab\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"sculpture\"",
|
72 |
+
"50": "E7 Activity. P2 has type: E55 Type \"closing down sale\"; E74 Group. P2 has type \"antique shop\";",
|
73 |
+
"51": "E7 Activity. P21 had general purpose: E55 Type \"exhibition of antique furniture\"; E74 Group \"gallery\"",
|
74 |
+
"52": "E8 Acquisition. P22 transferred title to: E21 Person. P2 has type \"art dealer\"; E8 Acquisition. P23 transferred title from: E74 Group \"private collection\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"",
|
75 |
+
"53": "E8 Acquisition. P22 transferred title to: E21 Person. P2 has type \"collector\"; E8 Acquisition. P23 transferred title from: E74 Group. P2 has type \"online dealer\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"medieval manuscript\"",
|
76 |
+
"54": "E8 Acquisition. P22 transferred title to: E74 Group \"Museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"Roman Coins Collection\"",
|
77 |
+
"55": "E8 Acquisition. P22 transferred title to: E74 Group \"art museum\"; E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"wealthy patron\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"; E8 Acquisition. P2 has type: E55 Type \"gift\"",
|
78 |
+
"56": "E8 Acquisition. P22 transferred title to: E74 Group \"company\"; E8 Acquisition. P24 transferred title of: E24 Physical Human-Made Thing \"building\"; E11 Modification. P31 has modified: E24 Physical Human-Made Thing; E7 Activity. P11 had participant: E74 Group \"construction company\".",
|
79 |
+
"57": "E8 Acquisition. P22 transferred title to: E74 Group \"gallery\"; E8 Acquisition. P23 transferred title from: E74 Group \"online platform\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"sculpture\"; E7 Activity. P2 has type \"online bidding\"",
|
80 |
+
"58": "E8 Acquisition. P22 transferred title to: E74 Group \"historical society\"; E8 Acquisition. P24 transferred title of: E26 Physical Feature \"old town hall remains\"; E8 Acquisition. P23 transferred title from: E74 Group. P2 has type \"town council\"; E8 Acquisition. P2 has type \"donation\"",
|
81 |
+
"59": "E8 Acquisition. P22 transferred title to: E74 Group \"investor group\"; E8 Acquisition. P24 transferred title of: E24 Physical Human-Made Thing \"historic building\"; E11 Modification. P2 has type: E55 Type \"convert\"; E22 Human-Made Object. P2 has type: \"hotel\"",
|
82 |
+
"6": "E11 Modification. P31 has modified: E22 Human-Made Object \"ancient textile\"; E7 Activity. P32 used general technique: E55 Type \"traditional methods\";",
|
83 |
+
"60": "E8 Acquisition. P22 transferred title to: E74 Group \"larger corporation\"; E8 Acquisition. P24 transferred title of: E74 Group \"art gallery\"; E10 Transfer of Custody. P30 transferred custody of: E74 Group \"art gallery\"",
|
84 |
+
"61": "E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P2 has type \"purchase\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"collection of first editions\"",
|
85 |
+
"62": "E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"local artist\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"rare photographs\"; E8 Acquisition. P2 has type: E55 Type \"gift\"",
|
86 |
+
"63": "E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"historical documents\"; E8 Acquisition. P23 transferred title from: E74 Group. P2 has type \"local family\"; E8 Acquisition. P2 has type: E55 Type \"donation\"",
|
87 |
+
"64": "E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"manuscripts and books\"; E8 Acquisition. P2 has type: E55 Type \"bequest\"",
|
88 |
+
"65": "E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"rare books\"; E8 Acquisition. P2 has type: E55 Type \"gift\"",
|
89 |
+
"66": "E8 Acquisition. P22 transferred title to: E74 Group \"local museum\"; E8 Acquisition. P23 transferred title from: E39 Actor \"local market vendor\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"medieval tools\"",
|
90 |
+
"67": "E8 Acquisition. P22 transferred title to: E74 Group \"museum board\"; E8 Acquisition. P24 transferred title of: E20 Biological Object \"fossil\"; E8 Acquisition. P2 has type: E55 Type \"gift\"",
|
91 |
+
"68": "E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P23 transferred title from: E21 Person \"private collector\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"manuscript\"; E74 Group. P2 has type: \"severe financial duress\"",
|
92 |
+
"69": "E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P23 transferred title from: E21 Person \"private collector\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"collection of paintings\"; E8 Acquisition. P2 has type: E55 Type \"donation\"",
|
93 |
+
"7": "E11 Modification. P31 has modified: E22 Human-Made Object \"painting\"; E7 Activity. P2 has type \"deaccessioned\"; E18 Physical Thing. P44 has condition \"poor\"",
|
94 |
+
"70": "E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P23 transferred title from: E74 Group \"online dealer\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"ethnographic artifacts\"; E8 Acquisition. P2 has type \"purchase\"",
|
95 |
+
"71": "E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"indigenous textiles\"; E8 Acquisition. P2 has type: E55 Type \"donation\"",
|
96 |
+
"72": "E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"ancient textiles\"; E7 Activity. P11 had participant: E74 Group \"local business\"; E8 Acquisition. P2 has type \"purchase\"",
|
97 |
+
"73": "E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding. P2 has type \"bequest\"",
|
98 |
+
"74": "E8 Acquisition. P22 transferred title to: E74 Group \"new museum\"; E8 Acquisition. P23 transferred title from: E21 Person \"wealthy donor\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"ancient coins\"; E8 Acquisition. P2 has type: E55 Type \"gift\"",
|
99 |
+
"75": "E8 Acquisition. P22 transferred title to: E74 Group \"university museum\"; E8 Acquisition. P24 transferred title of: E20 Biological Object \"mummy\"; E8 Acquisition. P2 has type \"purchase\"; E11 Modification. P31 has modified: E22 Human-Made Object \"mummy\"; E13 Attribute Assignment. P140 assigned attribute to E22 Human-Made Object. P177 assigned property type E55 Type. P2 has type \u201cfake\u201d",
|
100 |
+
"76": "E8 Acquisition. P22 transferred title to: E74 Group \"university\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"ancient scientific instruments\"; E8 Acquisition. P2 has type: E55 Type \"major donation\"",
|
101 |
+
"77": "E8 Acquisition. P23 transferred title from: E21 Person \"Collector\"; E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"sculpture\"; E7 Activity. P2 has type: E55 Type \"donation\"; E69 Death. P100 was death of E21 Person",
|
102 |
+
"78": "E8 Acquisition. P23 transferred title from: E21 Person \"Medici\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"Euphronios krater\"; E8 Acquisition. P22 transferred title to: E21 Person \"Hecht\"",
|
103 |
+
"79": "E8 Acquisition. P23 transferred title from: E21 Person \"art collector\"; E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"; E7 Activity. P2 has type: E55 Type \"donation\"; E18 Physical Thing. P54 has current permanent location: storage area",
|
104 |
+
"8": "E11 Modification. P31 has modified: E74 Group \"art gallery\"; E7 Activity. P2 has type: E55 Type \"convert\"; E22 Human-Made Object. P2 has type: \"event space\"",
|
105 |
+
"80": "E8 Acquisition. P23 transferred title from: E21 Person \"collector\"; E8 Acquisition. P22 transferred title to: E74 Group \"art museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"antique vases\"",
|
106 |
+
"81": "E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"antique dealer\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"maps\"; E8 Acquisition. P22 transferred title to: E39 Actor \"Buyer\"",
|
107 |
+
"82": "E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"art dealer\"; E8 Acquisition. P22 transferred title to: E21 Person. P2 has type \"international collector\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"sculpture\"",
|
108 |
+
"83": "E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"local historian\"; E8 Acquisition. P22 transferred title to: E74 Group \"city archives\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"photograph album\"",
|
109 |
+
"84": "E8 Acquisition. P23 transferred title from: E39 Actor. P2 has type: E55 Type \"tombaroli\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"Euphronios krater\"; E4 Period. P4 has time-span: E52 Time-Span \"December 1971\"; E8 Acquisition. P22 transferred title to: E21 Person \"Medici\"",
|
110 |
+
"85": "E8 Acquisition. P23 transferred title from: E74 Group \"Gallery\"; E8 Acquisition. P22 transferred title to: E39 Actor \"Buyer\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"Rare Painting\"; E7 Activity. P2 has type \"auction\"; E97 Monetary Amount. P2 has type: E55 Type \"record price\"",
|
111 |
+
"86": "E8 Acquisition. P23 transferred title from: E74 Group \"art auction house\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"antique silver\"; E8 Acquisition. P22 transferred title to: E39 Actor \"buyer\"; E97 Monetary Amount. P2 has type: E55 Type \"very high price\"",
|
112 |
+
"87": "E8 Acquisition. P23 transferred title from: E74 Group \"art gallery\"; E8 Acquisition. P22 transferred title to: E39 Actor \"anonymous buyer\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"contemporary painting\"",
|
113 |
+
"88": "E8 Acquisition. P23 transferred title from: E74 Group \"auction house\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"set of antique furniture\"; E8 Acquisition. P22 transferred title to: E39 Actor \"buyer\"",
|
114 |
+
"89": "E8 Acquisition. P23 transferred title from: E74 Group \"gallery\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"collection\"; E7 Activity. P2 has type \"sale\"; E7 Activity. P21 had general purpose: E55 Type \"raise money for a new building\"; E8 Acquisition. P22 transferred title to: E39 Actor",
|
115 |
+
"9": "E11 Modification. P31 has modified: E74 Group \"gallery\". P2 has type \"reopened\"; E39 Actor. P2 has type: E55 Type \"new management\"",
|
116 |
+
"90": "E8 Acquisition. P23 transferred title from: E74 Group \"local family\"; E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"historical documents\"; E8 Acquisition. P2 has type: E55 Type \"donation\"",
|
117 |
+
"91": "E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P22 transferred title to: E21 Person. P2 has type \"art collector\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"; E8 Acquisition. P2 has type \"private sale\"",
|
118 |
+
"92": "E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"; E7 Activity. P2 has type \"sale\"; E7 Activity. P21 had general purpose \"acquire funds\"; E8 Acquisition. P22 transferred title to: E39 Actor",
|
119 |
+
"93": "E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"duplicates\"; E7 Activity. P21 had general purpose: E55 Type \"support conservation efforts\"; E8 Acquisition. P22 transferred title to: E39 Actor \"Buyer\"",
|
120 |
+
"94": "E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"objects\"; E8 Acquisition. P22 transferred title to: E39 Actor. P2 has type: E55 Type \"sale\"; E7 Activity. P2 has type: E55 Type \"lack of display space\"",
|
121 |
+
"95": "E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"vintage postcards\"; E7 Activity. P2 has type \"auction\"; E8 Acquisition. P22 transferred title to: E39 Actor \"buyer\"",
|
122 |
+
"96": "E8 Acquisition. P23 transferred title from: E74 Group. P2 has type \"auction house\"; E8 Acquisition. P22 transferred title to: E21 Person \"private collector\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"ancient Greek pottery\"",
|
123 |
+
"97": "E85 Joining. P143 joined: E21 Person \"Medici\"; E85 Joining. P144 joined with: E74 Group \"Medici and Boursaud\"",
|
124 |
+
"98": "E87 Curation Activity. P147 curated: E78 Curated Holding \"town records\"; E12 Production. P108 has produced: E22 Human-Made Object \"new local library\"; E74 Group. P2 has type: E55 Type \"historical society\"",
|
125 |
+
"99": "E9 Move. P25 moved: E19 Physical Object \"Euphronios krater\"; E9 Move. P26 moved to: E53 Place \"Switzerland\"; E39 Actor. P11 had participant: E21 Person \"Medici\""
|
126 |
+
},
|
127 |
+
"initializer_cutoff_factor": 2.0,
|
128 |
+
"initializer_range": 0.02,
|
129 |
+
"intermediate_size": 1152,
|
130 |
+
"label2id": {
|
131 |
+
"E10 Transfer of Custody. P28 custody surrendered by: E21 Person. P2 has type \"antiquities dealer\"; E10 Transfer of Custody. P29 custody received by: E21 Person. P2 has type \"private collector\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"artefacts\"": "0",
|
132 |
+
"E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"Italian authorities\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"Vatican Museums\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"vase\". P2 has type \"conservation\"": "1",
|
133 |
+
"E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"authorities\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"museum\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"looted artifacts\"": "2",
|
134 |
+
"E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"customs officials\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"museum\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"looted artifacts\"; E7 Activity. P2 has type \"seize\"": "3",
|
135 |
+
"E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"museum A\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"national museum\"; E10 Transfer of Custody. P30 transferred custody of: E78 Curated Holding \"archaeological objects\"": "4",
|
136 |
+
"E10 Transfer of Custody. P28 custody surrendered by: E74 Group \"museum\"; E10 Transfer of Custody. P29 custody received by: E74 Group \"conservation lab\"; E10 Transfer of Custody. P30 transferred custody of: E22 Human-Made Object \"sculpture\"": "5",
|
137 |
+
"E11 Modification. P31 has modified: E22 Human-Made Object \"ancient textile\"; E7 Activity. P32 used general technique: E55 Type \"traditional methods\";": "6",
|
138 |
+
"E11 Modification. P31 has modified: E22 Human-Made Object \"painting\"; E7 Activity. P2 has type \"deaccessioned\"; E18 Physical Thing. P44 has condition \"poor\"": "7",
|
139 |
+
"E11 Modification. P31 has modified: E74 Group \"art gallery\"; E7 Activity. P2 has type: E55 Type \"convert\"; E22 Human-Made Object. P2 has type: \"event space\"": "8",
|
140 |
+
"E11 Modification. P31 has modified: E74 Group \"gallery\". P2 has type \"reopened\"; E39 Actor. P2 has type: E55 Type \"new management\"": "9",
|
141 |
+
"E11 Modification. P31 has modified: E74 Group \"gallery\"; E12 Production. P108 has produced: E24 Physical Human-Made Thing \"cafe\";": "10",
|
142 |
+
"E11 Modification. P31 has modified: E74 Group \"private gallery\"; E7 Activity. P2 has type \"renovation\"; E7 Activity. P2 has type \"restoration\";": "11",
|
143 |
+
"E12 Production. P108 has produced: E22 Human-Made Object \"exhibit of tapestries\"; E7 Activity. P2 has type: \"new exhibit\"; E74 Group. P2 has type: \"museum staff\" ; E55 Type. P2 has type \"contemporary tapestries\"": "12",
|
144 |
+
"E12 Production. P108 has produced: E22 Human-Made Object. P2 has type \"gallery\"; E39 Actor. P74 has current or former residence: E53 Place \"Rome\"; E4 Period. P4 has time-span: E52 Time-Span \"1968\"": "13",
|
145 |
+
"E12 Production. P108 has produced: E22 Human-Made Object. P2 has type \"gallery\"; E74 Group \"Medici and Boursaud\"; E53 Place. P7 took place at: Geneva; E4 Period. P4 has time-span: E52 Time-Span \"1983\"": "14",
|
146 |
+
"E12 Production. P108 has produced: E22 Human-Made Object. P2 has type \"library\"; E53 Place. P7 took place at: E53 Place \"city centre\"": "15",
|
147 |
+
"E12 Production. P108 has produced: E24 Physical Human-Made Thing \"new wing\"; E7 Activity. P2 has type: \"exhibit\"; E74 Group. P2 has type \"museum\"; E55 Type. P2 has type: \"contemporary art\"": "16",
|
148 |
+
"E12 Production. P108 has produced: E26 Physical Feature \"public park\"; E53 Place. P7 took place at: E53 Place \"old harbor area\"": "17",
|
149 |
+
"E5 Event. P2 has type \"looting\"; E5 Event. P7 took place at: E53 Place \"archaeological site\"; E4 Period. P2 has type \"conflict\"": "18",
|
150 |
+
"E6 Destruction. P13 destroyed: E26 Physical Feature \"archaeological site\"; E12 Production. P108 has produced: E22 Human-Made Object \"artifacts\". P2 has type \"looted\"": "19",
|
151 |
+
"E6 Destruction. P13 destroyed: E78 Curated Holding \"ancient coins\"; E7 Activity. P2 has type: E55 Type \"looting\"; E7 Activity. P11 had participant: E39 Actor. P2 has type \"professional looters\"": "20",
|
152 |
+
"E64 End of Existence. P93 took out of existence: E22 Human-Made Object \"Antiquaria Romana\"; E4 Period. P7 took place at: E53 Place \"Rome\"; E4 Period. P4 has time-span: E52 Time-Span \"1978\"": "21",
|
153 |
+
"E65 Creation. P94 has created: E73 Information Object \"digital database\"; E7 Activity. P2 has type: E55 Type \"creation\"; E74 Group. P2 has type: E55 Type \"research institute\"; E7 Activity. P2 has type: \"document\"; E7 Activity. P2 has type \"archaeological findings\"": "22",
|
154 |
+
"E66 Formation. P95 has formed: E27 Site \"archaeological site\"; E53 Place. P7 took place at: E53 Place \"near lake\"; E74 Group. P2 has type: E55 Type \"team of archaeologists\"": "23",
|
155 |
+
"E66 Formation. P95 has formed: E27 Site \"archaeological site\"; E53 Place. P7 took place at: E53 Place \"near old city walls\"": "24",
|
156 |
+
"E66 Formation. P95 has formed: E27 Site \"archaeological site\"; E74 Group. P2 has type \"team of archaeologists\"": "25",
|
157 |
+
"E66 Formation. P95 has formed: E74 Group \"Partnership\"; E74 Group. P2 has type: \"museum\"; E7 Activity. P2 has type: \"joint exhibition\"": "26",
|
158 |
+
"E66 Formation. P95 has formed: E74 Group \"Partnership\"; E74 Group. P2 has type: \"museum\"; E74 Group. P2 has type: \"research institute\"": "27",
|
159 |
+
"E66 Formation. P95 has formed: E74 Group \"association\"; E74 Group. P2 has type \"art gallery\"": "28",
|
160 |
+
"E66 Formation. P95 has formed: E74 Group \"cultural heritage institute\"; E12 Production. P108 has produced: E24 Physical Human-Made Thing \"institute building\"; E7 Activity. P2 has type: \"preservation\"; E55 Type. P2 has type \"historic building\"; E73 Information Object. P2 has type \"records\"": "29",
|
161 |
+
"E66 Formation. P95 has formed: E74 Group \"foundation\"; E7 Activity. P2 had general purpose: E55 Type \"support museum\u2019s acquisition program\"": "30",
|
162 |
+
"E66 Formation. P95 has formed: E74 Group \"museum board\"; E12 Production. P108 has produced: E22 Human-Made Object \"exhibition of ethnographic photographs\" ; E7 Activity. P2 has type: \"agree\"; E7 Activity. P2 has type: \"exhibit\"": "31",
|
163 |
+
"E66 Formation. P95 has formed: E78 Curated Holding \"ancient pottery\"; E7 Activity. P2 has type: E55 Type \"discovery\"; E53 Place. P7 took place at: E27 Site \"dig site\"": "32",
|
164 |
+
"E68 Dissolution. P99 dissolved: E74 Group \"museum branch\"; E11 Modification. P2 has type: E55 Type \"renovation\"": "33",
|
165 |
+
"E68 Dissolution. P99 dissolved: E74 Group. P2 has type \"gallery\"; E64 End of Existence. P2 has type \"lack of funding\"": "34",
|
166 |
+
"E7 Activity. P11 had participant: E21 Person \"Boursaud\"; E7 Activity. P16 used specific object: E18 Physical Thing. P2 has type: E55 Type \"antiquities\"; E53 Place. P7 took place at \"Sotheby's London\"": "35",
|
167 |
+
"E7 Activity. P11 had participant: E21 Person \"Boursaud\"; E7 Activity. P16 used specific object: E22 Human-Made Object; E53 Place. P7 took place at: \"Sotheby's London\"": "36",
|
168 |
+
"E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"Italian antiquities dealer\"; E7 Activity. P2 has type: E55 Type \"conviction\"; E6 Destruction. P13 destroyed: E18 Physical Thing": "37",
|
169 |
+
"E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"antiquities dealer\"; E4 Period. P7 took place at: E53 Place \"Rome\"; E4 Period. P4 has time-span: E52 Time-Span \"1960s\"": "38",
|
170 |
+
"E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"antiquities dealer\"; E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"US dealer\"; E4 Period. P4 has time-span: E52 Time-Span \"1967\"": "39",
|
171 |
+
"E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"antiquities dealer\"; E7 Activity. P2 has type: E55 Type \"selling\"; E6 Destruction. P13 destroyed: E22 Human-Made Object. P2 has type \"stolen artifacts\"": "40",
|
172 |
+
"E7 Activity. P11 had participant: E21 Person. P2 has type: E55 Type \"looted artefacts\"; E4 Period. P7 took place at: E53 Place \"Italy\"; E5 Event. P4 has time-span: E52 Time-Span \"July 1967\"; E7 Activity. P2 has type: E55 Type \"conviction\"; E6 Destruction. P13 destroyed: E18 Physical Thing": "41",
|
173 |
+
"E7 Activity. P11 had participant: E21 Person; E53 Place. P7 took place at: \"Sotheby's London\"; E4 Period. P4 has time-span: E52 Time-Span \"1980s\"": "42",
|
174 |
+
"E7 Activity. P11 had participant: E21 Person; E53 Place. P7 took place at: Switzerland": "43",
|
175 |
+
"E7 Activity. P134 continued: E7 Activity \"excavation work\"; E12 Production. P108 has produced: E26 Physical Feature \"new findings\"": "44",
|
176 |
+
"E7 Activity. P14 carried out by: E74 Group \"museum\"; E7 Activity. P2 has type: E55 Type \"hiring\"; E39 Actor. P14 carried out by E21 Person \"curator\". E78 Curated Holding. P109 has current or former curator of: E21 Person": "45",
|
177 |
+
"E7 Activity. P14 carried out by: E74 Group \"new museum\"; E7 Activity. P2 has type: E55 Type \"hiring\"; E39 Actor. P14 carried out by E21 Person \"conservator\"; E78 Curated Holding. P109 has current or former curator of: E21 Person": "46",
|
178 |
+
"E7 Activity. P2 has type \"conservation work\"; E7 Activity. P11 had participant: E74 Group \"museum staff\"; E66 Formation. P95 has formed: E22 Human-Made Object \"painting\"": "47",
|
179 |
+
"E7 Activity. P2 has type \"stop excavation work\"; E53 Place. P7 took place at: E27 Site \"site\"; E74 Group \"authorities\"; E13 Attribute Assignment. P140 assigned attribute to: E27 Site. P177 assigned property type: E55 Type \"contaminated\"": "48",
|
180 |
+
"E7 Activity. P2 has type \"temporary exhibition\"; E7 Activity. P11 had participant: E21 Person \"local artist\"; E8 Acquisition. P23 transferred title from: E74 Group \"gallery\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"paintings\"; E8 Acquisition. P22 transferred title to: E39 Actor \"buyer\"": "49",
|
181 |
+
"E7 Activity. P2 has type: E55 Type \"closing down sale\"; E74 Group. P2 has type \"antique shop\";": "50",
|
182 |
+
"E7 Activity. P21 had general purpose: E55 Type \"exhibition of antique furniture\"; E74 Group \"gallery\"": "51",
|
183 |
+
"E8 Acquisition. P22 transferred title to: E21 Person. P2 has type \"art dealer\"; E8 Acquisition. P23 transferred title from: E74 Group \"private collection\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"": "52",
|
184 |
+
"E8 Acquisition. P22 transferred title to: E21 Person. P2 has type \"collector\"; E8 Acquisition. P23 transferred title from: E74 Group. P2 has type \"online dealer\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"medieval manuscript\"": "53",
|
185 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"Museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"Roman Coins Collection\"": "54",
|
186 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"art museum\"; E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"wealthy patron\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"; E8 Acquisition. P2 has type: E55 Type \"gift\"": "55",
|
187 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"company\"; E8 Acquisition. P24 transferred title of: E24 Physical Human-Made Thing \"building\"; E11 Modification. P31 has modified: E24 Physical Human-Made Thing; E7 Activity. P11 had participant: E74 Group \"construction company\".": "56",
|
188 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"gallery\"; E8 Acquisition. P23 transferred title from: E74 Group \"online platform\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"sculpture\"; E7 Activity. P2 has type \"online bidding\"": "57",
|
189 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"historical society\"; E8 Acquisition. P24 transferred title of: E26 Physical Feature \"old town hall remains\"; E8 Acquisition. P23 transferred title from: E74 Group. P2 has type \"town council\"; E8 Acquisition. P2 has type \"donation\"": "58",
|
190 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"investor group\"; E8 Acquisition. P24 transferred title of: E24 Physical Human-Made Thing \"historic building\"; E11 Modification. P2 has type: E55 Type \"convert\"; E22 Human-Made Object. P2 has type: \"hotel\"": "59",
|
191 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"larger corporation\"; E8 Acquisition. P24 transferred title of: E74 Group \"art gallery\"; E10 Transfer of Custody. P30 transferred custody of: E74 Group \"art gallery\"": "60",
|
192 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P2 has type \"purchase\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"collection of first editions\"": "61",
|
193 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"local artist\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"rare photographs\"; E8 Acquisition. P2 has type: E55 Type \"gift\"": "62",
|
194 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"historical documents\"; E8 Acquisition. P23 transferred title from: E74 Group. P2 has type \"local family\"; E8 Acquisition. P2 has type: E55 Type \"donation\"": "63",
|
195 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"manuscripts and books\"; E8 Acquisition. P2 has type: E55 Type \"bequest\"": "64",
|
196 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"library\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"rare books\"; E8 Acquisition. P2 has type: E55 Type \"gift\"": "65",
|
197 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"local museum\"; E8 Acquisition. P23 transferred title from: E39 Actor \"local market vendor\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"medieval tools\"": "66",
|
198 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"museum board\"; E8 Acquisition. P24 transferred title of: E20 Biological Object \"fossil\"; E8 Acquisition. P2 has type: E55 Type \"gift\"": "67",
|
199 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P23 transferred title from: E21 Person \"private collector\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"manuscript\"; E74 Group. P2 has type: \"severe financial duress\"": "68",
|
200 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P23 transferred title from: E21 Person \"private collector\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"collection of paintings\"; E8 Acquisition. P2 has type: E55 Type \"donation\"": "69",
|
201 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P23 transferred title from: E74 Group \"online dealer\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"ethnographic artifacts\"; E8 Acquisition. P2 has type \"purchase\"": "70",
|
202 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"indigenous textiles\"; E8 Acquisition. P2 has type: E55 Type \"donation\"": "71",
|
203 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"ancient textiles\"; E7 Activity. P11 had participant: E74 Group \"local business\"; E8 Acquisition. P2 has type \"purchase\"": "72",
|
204 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding. P2 has type \"bequest\"": "73",
|
205 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"new museum\"; E8 Acquisition. P23 transferred title from: E21 Person \"wealthy donor\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"ancient coins\"; E8 Acquisition. P2 has type: E55 Type \"gift\"": "74",
|
206 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"university museum\"; E8 Acquisition. P24 transferred title of: E20 Biological Object \"mummy\"; E8 Acquisition. P2 has type \"purchase\"; E11 Modification. P31 has modified: E22 Human-Made Object \"mummy\"; E13 Attribute Assignment. P140 assigned attribute to E22 Human-Made Object. P177 assigned property type E55 Type. P2 has type \u201cfake\u201d": "75",
|
207 |
+
"E8 Acquisition. P22 transferred title to: E74 Group \"university\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"ancient scientific instruments\"; E8 Acquisition. P2 has type: E55 Type \"major donation\"": "76",
|
208 |
+
"E8 Acquisition. P23 transferred title from: E21 Person \"Collector\"; E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"sculpture\"; E7 Activity. P2 has type: E55 Type \"donation\"; E69 Death. P100 was death of E21 Person": "77",
|
209 |
+
"E8 Acquisition. P23 transferred title from: E21 Person \"Medici\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"Euphronios krater\"; E8 Acquisition. P22 transferred title to: E21 Person \"Hecht\"": "78",
|
210 |
+
"E8 Acquisition. P23 transferred title from: E21 Person \"art collector\"; E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"; E7 Activity. P2 has type: E55 Type \"donation\"; E18 Physical Thing. P54 has current permanent location: storage area": "79",
|
211 |
+
"E8 Acquisition. P23 transferred title from: E21 Person \"collector\"; E8 Acquisition. P22 transferred title to: E74 Group \"art museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"antique vases\"": "80",
|
212 |
+
"E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"antique dealer\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"maps\"; E8 Acquisition. P22 transferred title to: E39 Actor \"Buyer\"": "81",
|
213 |
+
"E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"art dealer\"; E8 Acquisition. P22 transferred title to: E21 Person. P2 has type \"international collector\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"sculpture\"": "82",
|
214 |
+
"E8 Acquisition. P23 transferred title from: E21 Person. P2 has type \"local historian\"; E8 Acquisition. P22 transferred title to: E74 Group \"city archives\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"photograph album\"": "83",
|
215 |
+
"E8 Acquisition. P23 transferred title from: E39 Actor. P2 has type: E55 Type \"tombaroli\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"Euphronios krater\"; E4 Period. P4 has time-span: E52 Time-Span \"December 1971\"; E8 Acquisition. P22 transferred title to: E21 Person \"Medici\"": "84",
|
216 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"Gallery\"; E8 Acquisition. P22 transferred title to: E39 Actor \"Buyer\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"Rare Painting\"; E7 Activity. P2 has type \"auction\"; E97 Monetary Amount. P2 has type: E55 Type \"record price\"": "85",
|
217 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"art auction house\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"antique silver\"; E8 Acquisition. P22 transferred title to: E39 Actor \"buyer\"; E97 Monetary Amount. P2 has type: E55 Type \"very high price\"": "86",
|
218 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"art gallery\"; E8 Acquisition. P22 transferred title to: E39 Actor \"anonymous buyer\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"contemporary painting\"": "87",
|
219 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"auction house\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"set of antique furniture\"; E8 Acquisition. P22 transferred title to: E39 Actor \"buyer\"": "88",
|
220 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"gallery\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"collection\"; E7 Activity. P2 has type \"sale\"; E7 Activity. P21 had general purpose: E55 Type \"raise money for a new building\"; E8 Acquisition. P22 transferred title to: E39 Actor": "89",
|
221 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"local family\"; E8 Acquisition. P22 transferred title to: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E73 Information Object \"historical documents\"; E8 Acquisition. P2 has type: E55 Type \"donation\"": "90",
|
222 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P22 transferred title to: E21 Person. P2 has type \"art collector\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"; E8 Acquisition. P2 has type \"private sale\"": "91",
|
223 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"painting\"; E7 Activity. P2 has type \"sale\"; E7 Activity. P21 had general purpose \"acquire funds\"; E8 Acquisition. P22 transferred title to: E39 Actor": "92",
|
224 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"duplicates\"; E7 Activity. P21 had general purpose: E55 Type \"support conservation efforts\"; E8 Acquisition. P22 transferred title to: E39 Actor \"Buyer\"": "93",
|
225 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"objects\"; E8 Acquisition. P22 transferred title to: E39 Actor. P2 has type: E55 Type \"sale\"; E7 Activity. P2 has type: E55 Type \"lack of display space\"": "94",
|
226 |
+
"E8 Acquisition. P23 transferred title from: E74 Group \"museum\"; E8 Acquisition. P24 transferred title of: E78 Curated Holding \"vintage postcards\"; E7 Activity. P2 has type \"auction\"; E8 Acquisition. P22 transferred title to: E39 Actor \"buyer\"": "95",
|
227 |
+
"E8 Acquisition. P23 transferred title from: E74 Group. P2 has type \"auction house\"; E8 Acquisition. P22 transferred title to: E21 Person \"private collector\"; E8 Acquisition. P24 transferred title of: E22 Human-Made Object \"ancient Greek pottery\"": "96",
|
228 |
+
"E85 Joining. P143 joined: E21 Person \"Medici\"; E85 Joining. P144 joined with: E74 Group \"Medici and Boursaud\"": "97",
|
229 |
+
"E87 Curation Activity. P147 curated: E78 Curated Holding \"town records\"; E12 Production. P108 has produced: E22 Human-Made Object \"new local library\"; E74 Group. P2 has type: E55 Type \"historical society\"": "98",
|
230 |
+
"E9 Move. P25 moved: E19 Physical Object \"Euphronios krater\"; E9 Move. P26 moved to: E53 Place \"Switzerland\"; E39 Actor. P11 had participant: E21 Person \"Medici\"": "99",
|
231 |
+
"E9 Move. P26 moved to: E53 Place \"Sotheby\u2019s London\"; E9 Move. P27 moved from: E53 Place \"Geneva\"; E9 Move. P25 moved: E18 Physical Thing; E39 Actor. P2 has type \"courier\"": "100",
|
232 |
+
"E97 Monetary Amount. P90 has value: \"\u00a3500,000\"": "101"
|
233 |
+
},
|
234 |
+
"layer_norm_eps": 1e-05,
|
235 |
+
"local_attention": 128,
|
236 |
+
"local_rope_theta": 10000.0,
|
237 |
+
"max_position_embeddings": 8192,
|
238 |
+
"mlp_bias": false,
|
239 |
+
"mlp_dropout": 0.0,
|
240 |
+
"model_type": "modernbert",
|
241 |
+
"norm_bias": false,
|
242 |
+
"norm_eps": 1e-05,
|
243 |
+
"num_attention_heads": 12,
|
244 |
+
"num_hidden_layers": 22,
|
245 |
+
"pad_token_id": 50283,
|
246 |
+
"position_embedding_type": "absolute",
|
247 |
+
"problem_type": "single_label_classification",
|
248 |
+
"reference_compile": false,
|
249 |
+
"sep_token_id": 50282,
|
250 |
+
"sparse_pred_ignore_index": -100,
|
251 |
+
"sparse_prediction": false,
|
252 |
+
"torch_dtype": "float32",
|
253 |
+
"transformers_version": "4.48.0.dev0",
|
254 |
+
"vocab_size": 50368
|
255 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6c29d26bad555e9dbd7c5a44949682d0d9876c947274d963677a37143b687ef
|
3 |
+
size 598747392
|
runs/Jan15_19-46-55_52a0f82e0b17/events.out.tfevents.1736970421.52a0f82e0b17.600.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7be6748d06f89f781c43dc90ce56d08b32ed4e9bf97cb69037dd82a27327b515
|
3 |
+
size 52586
|
runs/Jan15_19-53-48_52a0f82e0b17/events.out.tfevents.1736970833.52a0f82e0b17.600.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f0cfd1233d1698f8bd6ffe8d04758430735bd7066710384398b48971d5da5f2
|
3 |
+
size 52601
|
special_tokens_map.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"mask_token": {
|
10 |
+
"content": "[MASK]",
|
11 |
+
"lstrip": true,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "[PAD]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"sep_token": {
|
24 |
+
"content": "[SEP]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"unk_token": {
|
31 |
+
"content": "[UNK]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
}
|
37 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,945 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "|||IP_ADDRESS|||",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": true,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": false
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<|padding|>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"50254": {
|
20 |
+
"content": " ",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": true,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": false
|
26 |
+
},
|
27 |
+
"50255": {
|
28 |
+
"content": " ",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": false
|
34 |
+
},
|
35 |
+
"50256": {
|
36 |
+
"content": " ",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": true,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": false
|
42 |
+
},
|
43 |
+
"50257": {
|
44 |
+
"content": " ",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": true,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": false
|
50 |
+
},
|
51 |
+
"50258": {
|
52 |
+
"content": " ",
|
53 |
+
"lstrip": false,
|
54 |
+
"normalized": true,
|
55 |
+
"rstrip": false,
|
56 |
+
"single_word": false,
|
57 |
+
"special": false
|
58 |
+
},
|
59 |
+
"50259": {
|
60 |
+
"content": " ",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": true,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false,
|
65 |
+
"special": false
|
66 |
+
},
|
67 |
+
"50260": {
|
68 |
+
"content": " ",
|
69 |
+
"lstrip": false,
|
70 |
+
"normalized": true,
|
71 |
+
"rstrip": false,
|
72 |
+
"single_word": false,
|
73 |
+
"special": false
|
74 |
+
},
|
75 |
+
"50261": {
|
76 |
+
"content": " ",
|
77 |
+
"lstrip": false,
|
78 |
+
"normalized": true,
|
79 |
+
"rstrip": false,
|
80 |
+
"single_word": false,
|
81 |
+
"special": false
|
82 |
+
},
|
83 |
+
"50262": {
|
84 |
+
"content": " ",
|
85 |
+
"lstrip": false,
|
86 |
+
"normalized": true,
|
87 |
+
"rstrip": false,
|
88 |
+
"single_word": false,
|
89 |
+
"special": false
|
90 |
+
},
|
91 |
+
"50263": {
|
92 |
+
"content": " ",
|
93 |
+
"lstrip": false,
|
94 |
+
"normalized": true,
|
95 |
+
"rstrip": false,
|
96 |
+
"single_word": false,
|
97 |
+
"special": false
|
98 |
+
},
|
99 |
+
"50264": {
|
100 |
+
"content": " ",
|
101 |
+
"lstrip": false,
|
102 |
+
"normalized": true,
|
103 |
+
"rstrip": false,
|
104 |
+
"single_word": false,
|
105 |
+
"special": false
|
106 |
+
},
|
107 |
+
"50265": {
|
108 |
+
"content": " ",
|
109 |
+
"lstrip": false,
|
110 |
+
"normalized": true,
|
111 |
+
"rstrip": false,
|
112 |
+
"single_word": false,
|
113 |
+
"special": false
|
114 |
+
},
|
115 |
+
"50266": {
|
116 |
+
"content": " ",
|
117 |
+
"lstrip": false,
|
118 |
+
"normalized": true,
|
119 |
+
"rstrip": false,
|
120 |
+
"single_word": false,
|
121 |
+
"special": false
|
122 |
+
},
|
123 |
+
"50267": {
|
124 |
+
"content": " ",
|
125 |
+
"lstrip": false,
|
126 |
+
"normalized": true,
|
127 |
+
"rstrip": false,
|
128 |
+
"single_word": false,
|
129 |
+
"special": false
|
130 |
+
},
|
131 |
+
"50268": {
|
132 |
+
"content": " ",
|
133 |
+
"lstrip": false,
|
134 |
+
"normalized": true,
|
135 |
+
"rstrip": false,
|
136 |
+
"single_word": false,
|
137 |
+
"special": false
|
138 |
+
},
|
139 |
+
"50269": {
|
140 |
+
"content": " ",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": true,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false,
|
145 |
+
"special": false
|
146 |
+
},
|
147 |
+
"50270": {
|
148 |
+
"content": " ",
|
149 |
+
"lstrip": false,
|
150 |
+
"normalized": true,
|
151 |
+
"rstrip": false,
|
152 |
+
"single_word": false,
|
153 |
+
"special": false
|
154 |
+
},
|
155 |
+
"50271": {
|
156 |
+
"content": " ",
|
157 |
+
"lstrip": false,
|
158 |
+
"normalized": true,
|
159 |
+
"rstrip": false,
|
160 |
+
"single_word": false,
|
161 |
+
"special": false
|
162 |
+
},
|
163 |
+
"50272": {
|
164 |
+
"content": " ",
|
165 |
+
"lstrip": false,
|
166 |
+
"normalized": true,
|
167 |
+
"rstrip": false,
|
168 |
+
"single_word": false,
|
169 |
+
"special": false
|
170 |
+
},
|
171 |
+
"50273": {
|
172 |
+
"content": " ",
|
173 |
+
"lstrip": false,
|
174 |
+
"normalized": true,
|
175 |
+
"rstrip": false,
|
176 |
+
"single_word": false,
|
177 |
+
"special": false
|
178 |
+
},
|
179 |
+
"50274": {
|
180 |
+
"content": " ",
|
181 |
+
"lstrip": false,
|
182 |
+
"normalized": true,
|
183 |
+
"rstrip": false,
|
184 |
+
"single_word": false,
|
185 |
+
"special": false
|
186 |
+
},
|
187 |
+
"50275": {
|
188 |
+
"content": " ",
|
189 |
+
"lstrip": false,
|
190 |
+
"normalized": true,
|
191 |
+
"rstrip": false,
|
192 |
+
"single_word": false,
|
193 |
+
"special": false
|
194 |
+
},
|
195 |
+
"50276": {
|
196 |
+
"content": " ",
|
197 |
+
"lstrip": false,
|
198 |
+
"normalized": true,
|
199 |
+
"rstrip": false,
|
200 |
+
"single_word": false,
|
201 |
+
"special": false
|
202 |
+
},
|
203 |
+
"50277": {
|
204 |
+
"content": "|||EMAIL_ADDRESS|||",
|
205 |
+
"lstrip": false,
|
206 |
+
"normalized": true,
|
207 |
+
"rstrip": false,
|
208 |
+
"single_word": false,
|
209 |
+
"special": false
|
210 |
+
},
|
211 |
+
"50278": {
|
212 |
+
"content": "|||PHONE_NUMBER|||",
|
213 |
+
"lstrip": false,
|
214 |
+
"normalized": true,
|
215 |
+
"rstrip": false,
|
216 |
+
"single_word": false,
|
217 |
+
"special": false
|
218 |
+
},
|
219 |
+
"50279": {
|
220 |
+
"content": "<|endoftext|>",
|
221 |
+
"lstrip": false,
|
222 |
+
"normalized": false,
|
223 |
+
"rstrip": false,
|
224 |
+
"single_word": false,
|
225 |
+
"special": true
|
226 |
+
},
|
227 |
+
"50280": {
|
228 |
+
"content": "[UNK]",
|
229 |
+
"lstrip": false,
|
230 |
+
"normalized": false,
|
231 |
+
"rstrip": false,
|
232 |
+
"single_word": false,
|
233 |
+
"special": true
|
234 |
+
},
|
235 |
+
"50281": {
|
236 |
+
"content": "[CLS]",
|
237 |
+
"lstrip": false,
|
238 |
+
"normalized": false,
|
239 |
+
"rstrip": false,
|
240 |
+
"single_word": false,
|
241 |
+
"special": true
|
242 |
+
},
|
243 |
+
"50282": {
|
244 |
+
"content": "[SEP]",
|
245 |
+
"lstrip": false,
|
246 |
+
"normalized": false,
|
247 |
+
"rstrip": false,
|
248 |
+
"single_word": false,
|
249 |
+
"special": true
|
250 |
+
},
|
251 |
+
"50283": {
|
252 |
+
"content": "[PAD]",
|
253 |
+
"lstrip": false,
|
254 |
+
"normalized": false,
|
255 |
+
"rstrip": false,
|
256 |
+
"single_word": false,
|
257 |
+
"special": true
|
258 |
+
},
|
259 |
+
"50284": {
|
260 |
+
"content": "[MASK]",
|
261 |
+
"lstrip": true,
|
262 |
+
"normalized": false,
|
263 |
+
"rstrip": false,
|
264 |
+
"single_word": false,
|
265 |
+
"special": true
|
266 |
+
},
|
267 |
+
"50285": {
|
268 |
+
"content": "[unused0]",
|
269 |
+
"lstrip": false,
|
270 |
+
"normalized": true,
|
271 |
+
"rstrip": false,
|
272 |
+
"single_word": false,
|
273 |
+
"special": false
|
274 |
+
},
|
275 |
+
"50286": {
|
276 |
+
"content": "[unused1]",
|
277 |
+
"lstrip": false,
|
278 |
+
"normalized": true,
|
279 |
+
"rstrip": false,
|
280 |
+
"single_word": false,
|
281 |
+
"special": false
|
282 |
+
},
|
283 |
+
"50287": {
|
284 |
+
"content": "[unused2]",
|
285 |
+
"lstrip": false,
|
286 |
+
"normalized": true,
|
287 |
+
"rstrip": false,
|
288 |
+
"single_word": false,
|
289 |
+
"special": false
|
290 |
+
},
|
291 |
+
"50288": {
|
292 |
+
"content": "[unused3]",
|
293 |
+
"lstrip": false,
|
294 |
+
"normalized": true,
|
295 |
+
"rstrip": false,
|
296 |
+
"single_word": false,
|
297 |
+
"special": false
|
298 |
+
},
|
299 |
+
"50289": {
|
300 |
+
"content": "[unused4]",
|
301 |
+
"lstrip": false,
|
302 |
+
"normalized": true,
|
303 |
+
"rstrip": false,
|
304 |
+
"single_word": false,
|
305 |
+
"special": false
|
306 |
+
},
|
307 |
+
"50290": {
|
308 |
+
"content": "[unused5]",
|
309 |
+
"lstrip": false,
|
310 |
+
"normalized": true,
|
311 |
+
"rstrip": false,
|
312 |
+
"single_word": false,
|
313 |
+
"special": false
|
314 |
+
},
|
315 |
+
"50291": {
|
316 |
+
"content": "[unused6]",
|
317 |
+
"lstrip": false,
|
318 |
+
"normalized": true,
|
319 |
+
"rstrip": false,
|
320 |
+
"single_word": false,
|
321 |
+
"special": false
|
322 |
+
},
|
323 |
+
"50292": {
|
324 |
+
"content": "[unused7]",
|
325 |
+
"lstrip": false,
|
326 |
+
"normalized": true,
|
327 |
+
"rstrip": false,
|
328 |
+
"single_word": false,
|
329 |
+
"special": false
|
330 |
+
},
|
331 |
+
"50293": {
|
332 |
+
"content": "[unused8]",
|
333 |
+
"lstrip": false,
|
334 |
+
"normalized": true,
|
335 |
+
"rstrip": false,
|
336 |
+
"single_word": false,
|
337 |
+
"special": false
|
338 |
+
},
|
339 |
+
"50294": {
|
340 |
+
"content": "[unused9]",
|
341 |
+
"lstrip": false,
|
342 |
+
"normalized": true,
|
343 |
+
"rstrip": false,
|
344 |
+
"single_word": false,
|
345 |
+
"special": false
|
346 |
+
},
|
347 |
+
"50295": {
|
348 |
+
"content": "[unused10]",
|
349 |
+
"lstrip": false,
|
350 |
+
"normalized": true,
|
351 |
+
"rstrip": false,
|
352 |
+
"single_word": false,
|
353 |
+
"special": false
|
354 |
+
},
|
355 |
+
"50296": {
|
356 |
+
"content": "[unused11]",
|
357 |
+
"lstrip": false,
|
358 |
+
"normalized": true,
|
359 |
+
"rstrip": false,
|
360 |
+
"single_word": false,
|
361 |
+
"special": false
|
362 |
+
},
|
363 |
+
"50297": {
|
364 |
+
"content": "[unused12]",
|
365 |
+
"lstrip": false,
|
366 |
+
"normalized": true,
|
367 |
+
"rstrip": false,
|
368 |
+
"single_word": false,
|
369 |
+
"special": false
|
370 |
+
},
|
371 |
+
"50298": {
|
372 |
+
"content": "[unused13]",
|
373 |
+
"lstrip": false,
|
374 |
+
"normalized": true,
|
375 |
+
"rstrip": false,
|
376 |
+
"single_word": false,
|
377 |
+
"special": false
|
378 |
+
},
|
379 |
+
"50299": {
|
380 |
+
"content": "[unused14]",
|
381 |
+
"lstrip": false,
|
382 |
+
"normalized": true,
|
383 |
+
"rstrip": false,
|
384 |
+
"single_word": false,
|
385 |
+
"special": false
|
386 |
+
},
|
387 |
+
"50300": {
|
388 |
+
"content": "[unused15]",
|
389 |
+
"lstrip": false,
|
390 |
+
"normalized": true,
|
391 |
+
"rstrip": false,
|
392 |
+
"single_word": false,
|
393 |
+
"special": false
|
394 |
+
},
|
395 |
+
"50301": {
|
396 |
+
"content": "[unused16]",
|
397 |
+
"lstrip": false,
|
398 |
+
"normalized": true,
|
399 |
+
"rstrip": false,
|
400 |
+
"single_word": false,
|
401 |
+
"special": false
|
402 |
+
},
|
403 |
+
"50302": {
|
404 |
+
"content": "[unused17]",
|
405 |
+
"lstrip": false,
|
406 |
+
"normalized": true,
|
407 |
+
"rstrip": false,
|
408 |
+
"single_word": false,
|
409 |
+
"special": false
|
410 |
+
},
|
411 |
+
"50303": {
|
412 |
+
"content": "[unused18]",
|
413 |
+
"lstrip": false,
|
414 |
+
"normalized": true,
|
415 |
+
"rstrip": false,
|
416 |
+
"single_word": false,
|
417 |
+
"special": false
|
418 |
+
},
|
419 |
+
"50304": {
|
420 |
+
"content": "[unused19]",
|
421 |
+
"lstrip": false,
|
422 |
+
"normalized": true,
|
423 |
+
"rstrip": false,
|
424 |
+
"single_word": false,
|
425 |
+
"special": false
|
426 |
+
},
|
427 |
+
"50305": {
|
428 |
+
"content": "[unused20]",
|
429 |
+
"lstrip": false,
|
430 |
+
"normalized": true,
|
431 |
+
"rstrip": false,
|
432 |
+
"single_word": false,
|
433 |
+
"special": false
|
434 |
+
},
|
435 |
+
"50306": {
|
436 |
+
"content": "[unused21]",
|
437 |
+
"lstrip": false,
|
438 |
+
"normalized": true,
|
439 |
+
"rstrip": false,
|
440 |
+
"single_word": false,
|
441 |
+
"special": false
|
442 |
+
},
|
443 |
+
"50307": {
|
444 |
+
"content": "[unused22]",
|
445 |
+
"lstrip": false,
|
446 |
+
"normalized": true,
|
447 |
+
"rstrip": false,
|
448 |
+
"single_word": false,
|
449 |
+
"special": false
|
450 |
+
},
|
451 |
+
"50308": {
|
452 |
+
"content": "[unused23]",
|
453 |
+
"lstrip": false,
|
454 |
+
"normalized": true,
|
455 |
+
"rstrip": false,
|
456 |
+
"single_word": false,
|
457 |
+
"special": false
|
458 |
+
},
|
459 |
+
"50309": {
|
460 |
+
"content": "[unused24]",
|
461 |
+
"lstrip": false,
|
462 |
+
"normalized": true,
|
463 |
+
"rstrip": false,
|
464 |
+
"single_word": false,
|
465 |
+
"special": false
|
466 |
+
},
|
467 |
+
"50310": {
|
468 |
+
"content": "[unused25]",
|
469 |
+
"lstrip": false,
|
470 |
+
"normalized": true,
|
471 |
+
"rstrip": false,
|
472 |
+
"single_word": false,
|
473 |
+
"special": false
|
474 |
+
},
|
475 |
+
"50311": {
|
476 |
+
"content": "[unused26]",
|
477 |
+
"lstrip": false,
|
478 |
+
"normalized": true,
|
479 |
+
"rstrip": false,
|
480 |
+
"single_word": false,
|
481 |
+
"special": false
|
482 |
+
},
|
483 |
+
"50312": {
|
484 |
+
"content": "[unused27]",
|
485 |
+
"lstrip": false,
|
486 |
+
"normalized": true,
|
487 |
+
"rstrip": false,
|
488 |
+
"single_word": false,
|
489 |
+
"special": false
|
490 |
+
},
|
491 |
+
"50313": {
|
492 |
+
"content": "[unused28]",
|
493 |
+
"lstrip": false,
|
494 |
+
"normalized": true,
|
495 |
+
"rstrip": false,
|
496 |
+
"single_word": false,
|
497 |
+
"special": false
|
498 |
+
},
|
499 |
+
"50314": {
|
500 |
+
"content": "[unused29]",
|
501 |
+
"lstrip": false,
|
502 |
+
"normalized": true,
|
503 |
+
"rstrip": false,
|
504 |
+
"single_word": false,
|
505 |
+
"special": false
|
506 |
+
},
|
507 |
+
"50315": {
|
508 |
+
"content": "[unused30]",
|
509 |
+
"lstrip": false,
|
510 |
+
"normalized": true,
|
511 |
+
"rstrip": false,
|
512 |
+
"single_word": false,
|
513 |
+
"special": false
|
514 |
+
},
|
515 |
+
"50316": {
|
516 |
+
"content": "[unused31]",
|
517 |
+
"lstrip": false,
|
518 |
+
"normalized": true,
|
519 |
+
"rstrip": false,
|
520 |
+
"single_word": false,
|
521 |
+
"special": false
|
522 |
+
},
|
523 |
+
"50317": {
|
524 |
+
"content": "[unused32]",
|
525 |
+
"lstrip": false,
|
526 |
+
"normalized": true,
|
527 |
+
"rstrip": false,
|
528 |
+
"single_word": false,
|
529 |
+
"special": false
|
530 |
+
},
|
531 |
+
"50318": {
|
532 |
+
"content": "[unused33]",
|
533 |
+
"lstrip": false,
|
534 |
+
"normalized": true,
|
535 |
+
"rstrip": false,
|
536 |
+
"single_word": false,
|
537 |
+
"special": false
|
538 |
+
},
|
539 |
+
"50319": {
|
540 |
+
"content": "[unused34]",
|
541 |
+
"lstrip": false,
|
542 |
+
"normalized": true,
|
543 |
+
"rstrip": false,
|
544 |
+
"single_word": false,
|
545 |
+
"special": false
|
546 |
+
},
|
547 |
+
"50320": {
|
548 |
+
"content": "[unused35]",
|
549 |
+
"lstrip": false,
|
550 |
+
"normalized": true,
|
551 |
+
"rstrip": false,
|
552 |
+
"single_word": false,
|
553 |
+
"special": false
|
554 |
+
},
|
555 |
+
"50321": {
|
556 |
+
"content": "[unused36]",
|
557 |
+
"lstrip": false,
|
558 |
+
"normalized": true,
|
559 |
+
"rstrip": false,
|
560 |
+
"single_word": false,
|
561 |
+
"special": false
|
562 |
+
},
|
563 |
+
"50322": {
|
564 |
+
"content": "[unused37]",
|
565 |
+
"lstrip": false,
|
566 |
+
"normalized": true,
|
567 |
+
"rstrip": false,
|
568 |
+
"single_word": false,
|
569 |
+
"special": false
|
570 |
+
},
|
571 |
+
"50323": {
|
572 |
+
"content": "[unused38]",
|
573 |
+
"lstrip": false,
|
574 |
+
"normalized": true,
|
575 |
+
"rstrip": false,
|
576 |
+
"single_word": false,
|
577 |
+
"special": false
|
578 |
+
},
|
579 |
+
"50324": {
|
580 |
+
"content": "[unused39]",
|
581 |
+
"lstrip": false,
|
582 |
+
"normalized": true,
|
583 |
+
"rstrip": false,
|
584 |
+
"single_word": false,
|
585 |
+
"special": false
|
586 |
+
},
|
587 |
+
"50325": {
|
588 |
+
"content": "[unused40]",
|
589 |
+
"lstrip": false,
|
590 |
+
"normalized": true,
|
591 |
+
"rstrip": false,
|
592 |
+
"single_word": false,
|
593 |
+
"special": false
|
594 |
+
},
|
595 |
+
"50326": {
|
596 |
+
"content": "[unused41]",
|
597 |
+
"lstrip": false,
|
598 |
+
"normalized": true,
|
599 |
+
"rstrip": false,
|
600 |
+
"single_word": false,
|
601 |
+
"special": false
|
602 |
+
},
|
603 |
+
"50327": {
|
604 |
+
"content": "[unused42]",
|
605 |
+
"lstrip": false,
|
606 |
+
"normalized": true,
|
607 |
+
"rstrip": false,
|
608 |
+
"single_word": false,
|
609 |
+
"special": false
|
610 |
+
},
|
611 |
+
"50328": {
|
612 |
+
"content": "[unused43]",
|
613 |
+
"lstrip": false,
|
614 |
+
"normalized": true,
|
615 |
+
"rstrip": false,
|
616 |
+
"single_word": false,
|
617 |
+
"special": false
|
618 |
+
},
|
619 |
+
"50329": {
|
620 |
+
"content": "[unused44]",
|
621 |
+
"lstrip": false,
|
622 |
+
"normalized": true,
|
623 |
+
"rstrip": false,
|
624 |
+
"single_word": false,
|
625 |
+
"special": false
|
626 |
+
},
|
627 |
+
"50330": {
|
628 |
+
"content": "[unused45]",
|
629 |
+
"lstrip": false,
|
630 |
+
"normalized": true,
|
631 |
+
"rstrip": false,
|
632 |
+
"single_word": false,
|
633 |
+
"special": false
|
634 |
+
},
|
635 |
+
"50331": {
|
636 |
+
"content": "[unused46]",
|
637 |
+
"lstrip": false,
|
638 |
+
"normalized": true,
|
639 |
+
"rstrip": false,
|
640 |
+
"single_word": false,
|
641 |
+
"special": false
|
642 |
+
},
|
643 |
+
"50332": {
|
644 |
+
"content": "[unused47]",
|
645 |
+
"lstrip": false,
|
646 |
+
"normalized": true,
|
647 |
+
"rstrip": false,
|
648 |
+
"single_word": false,
|
649 |
+
"special": false
|
650 |
+
},
|
651 |
+
"50333": {
|
652 |
+
"content": "[unused48]",
|
653 |
+
"lstrip": false,
|
654 |
+
"normalized": true,
|
655 |
+
"rstrip": false,
|
656 |
+
"single_word": false,
|
657 |
+
"special": false
|
658 |
+
},
|
659 |
+
"50334": {
|
660 |
+
"content": "[unused49]",
|
661 |
+
"lstrip": false,
|
662 |
+
"normalized": true,
|
663 |
+
"rstrip": false,
|
664 |
+
"single_word": false,
|
665 |
+
"special": false
|
666 |
+
},
|
667 |
+
"50335": {
|
668 |
+
"content": "[unused50]",
|
669 |
+
"lstrip": false,
|
670 |
+
"normalized": true,
|
671 |
+
"rstrip": false,
|
672 |
+
"single_word": false,
|
673 |
+
"special": false
|
674 |
+
},
|
675 |
+
"50336": {
|
676 |
+
"content": "[unused51]",
|
677 |
+
"lstrip": false,
|
678 |
+
"normalized": true,
|
679 |
+
"rstrip": false,
|
680 |
+
"single_word": false,
|
681 |
+
"special": false
|
682 |
+
},
|
683 |
+
"50337": {
|
684 |
+
"content": "[unused52]",
|
685 |
+
"lstrip": false,
|
686 |
+
"normalized": true,
|
687 |
+
"rstrip": false,
|
688 |
+
"single_word": false,
|
689 |
+
"special": false
|
690 |
+
},
|
691 |
+
"50338": {
|
692 |
+
"content": "[unused53]",
|
693 |
+
"lstrip": false,
|
694 |
+
"normalized": true,
|
695 |
+
"rstrip": false,
|
696 |
+
"single_word": false,
|
697 |
+
"special": false
|
698 |
+
},
|
699 |
+
"50339": {
|
700 |
+
"content": "[unused54]",
|
701 |
+
"lstrip": false,
|
702 |
+
"normalized": true,
|
703 |
+
"rstrip": false,
|
704 |
+
"single_word": false,
|
705 |
+
"special": false
|
706 |
+
},
|
707 |
+
"50340": {
|
708 |
+
"content": "[unused55]",
|
709 |
+
"lstrip": false,
|
710 |
+
"normalized": true,
|
711 |
+
"rstrip": false,
|
712 |
+
"single_word": false,
|
713 |
+
"special": false
|
714 |
+
},
|
715 |
+
"50341": {
|
716 |
+
"content": "[unused56]",
|
717 |
+
"lstrip": false,
|
718 |
+
"normalized": true,
|
719 |
+
"rstrip": false,
|
720 |
+
"single_word": false,
|
721 |
+
"special": false
|
722 |
+
},
|
723 |
+
"50342": {
|
724 |
+
"content": "[unused57]",
|
725 |
+
"lstrip": false,
|
726 |
+
"normalized": true,
|
727 |
+
"rstrip": false,
|
728 |
+
"single_word": false,
|
729 |
+
"special": false
|
730 |
+
},
|
731 |
+
"50343": {
|
732 |
+
"content": "[unused58]",
|
733 |
+
"lstrip": false,
|
734 |
+
"normalized": true,
|
735 |
+
"rstrip": false,
|
736 |
+
"single_word": false,
|
737 |
+
"special": false
|
738 |
+
},
|
739 |
+
"50344": {
|
740 |
+
"content": "[unused59]",
|
741 |
+
"lstrip": false,
|
742 |
+
"normalized": true,
|
743 |
+
"rstrip": false,
|
744 |
+
"single_word": false,
|
745 |
+
"special": false
|
746 |
+
},
|
747 |
+
"50345": {
|
748 |
+
"content": "[unused60]",
|
749 |
+
"lstrip": false,
|
750 |
+
"normalized": true,
|
751 |
+
"rstrip": false,
|
752 |
+
"single_word": false,
|
753 |
+
"special": false
|
754 |
+
},
|
755 |
+
"50346": {
|
756 |
+
"content": "[unused61]",
|
757 |
+
"lstrip": false,
|
758 |
+
"normalized": true,
|
759 |
+
"rstrip": false,
|
760 |
+
"single_word": false,
|
761 |
+
"special": false
|
762 |
+
},
|
763 |
+
"50347": {
|
764 |
+
"content": "[unused62]",
|
765 |
+
"lstrip": false,
|
766 |
+
"normalized": true,
|
767 |
+
"rstrip": false,
|
768 |
+
"single_word": false,
|
769 |
+
"special": false
|
770 |
+
},
|
771 |
+
"50348": {
|
772 |
+
"content": "[unused63]",
|
773 |
+
"lstrip": false,
|
774 |
+
"normalized": true,
|
775 |
+
"rstrip": false,
|
776 |
+
"single_word": false,
|
777 |
+
"special": false
|
778 |
+
},
|
779 |
+
"50349": {
|
780 |
+
"content": "[unused64]",
|
781 |
+
"lstrip": false,
|
782 |
+
"normalized": true,
|
783 |
+
"rstrip": false,
|
784 |
+
"single_word": false,
|
785 |
+
"special": false
|
786 |
+
},
|
787 |
+
"50350": {
|
788 |
+
"content": "[unused65]",
|
789 |
+
"lstrip": false,
|
790 |
+
"normalized": true,
|
791 |
+
"rstrip": false,
|
792 |
+
"single_word": false,
|
793 |
+
"special": false
|
794 |
+
},
|
795 |
+
"50351": {
|
796 |
+
"content": "[unused66]",
|
797 |
+
"lstrip": false,
|
798 |
+
"normalized": true,
|
799 |
+
"rstrip": false,
|
800 |
+
"single_word": false,
|
801 |
+
"special": false
|
802 |
+
},
|
803 |
+
"50352": {
|
804 |
+
"content": "[unused67]",
|
805 |
+
"lstrip": false,
|
806 |
+
"normalized": true,
|
807 |
+
"rstrip": false,
|
808 |
+
"single_word": false,
|
809 |
+
"special": false
|
810 |
+
},
|
811 |
+
"50353": {
|
812 |
+
"content": "[unused68]",
|
813 |
+
"lstrip": false,
|
814 |
+
"normalized": true,
|
815 |
+
"rstrip": false,
|
816 |
+
"single_word": false,
|
817 |
+
"special": false
|
818 |
+
},
|
819 |
+
"50354": {
|
820 |
+
"content": "[unused69]",
|
821 |
+
"lstrip": false,
|
822 |
+
"normalized": true,
|
823 |
+
"rstrip": false,
|
824 |
+
"single_word": false,
|
825 |
+
"special": false
|
826 |
+
},
|
827 |
+
"50355": {
|
828 |
+
"content": "[unused70]",
|
829 |
+
"lstrip": false,
|
830 |
+
"normalized": true,
|
831 |
+
"rstrip": false,
|
832 |
+
"single_word": false,
|
833 |
+
"special": false
|
834 |
+
},
|
835 |
+
"50356": {
|
836 |
+
"content": "[unused71]",
|
837 |
+
"lstrip": false,
|
838 |
+
"normalized": true,
|
839 |
+
"rstrip": false,
|
840 |
+
"single_word": false,
|
841 |
+
"special": false
|
842 |
+
},
|
843 |
+
"50357": {
|
844 |
+
"content": "[unused72]",
|
845 |
+
"lstrip": false,
|
846 |
+
"normalized": true,
|
847 |
+
"rstrip": false,
|
848 |
+
"single_word": false,
|
849 |
+
"special": false
|
850 |
+
},
|
851 |
+
"50358": {
|
852 |
+
"content": "[unused73]",
|
853 |
+
"lstrip": false,
|
854 |
+
"normalized": true,
|
855 |
+
"rstrip": false,
|
856 |
+
"single_word": false,
|
857 |
+
"special": false
|
858 |
+
},
|
859 |
+
"50359": {
|
860 |
+
"content": "[unused74]",
|
861 |
+
"lstrip": false,
|
862 |
+
"normalized": true,
|
863 |
+
"rstrip": false,
|
864 |
+
"single_word": false,
|
865 |
+
"special": false
|
866 |
+
},
|
867 |
+
"50360": {
|
868 |
+
"content": "[unused75]",
|
869 |
+
"lstrip": false,
|
870 |
+
"normalized": true,
|
871 |
+
"rstrip": false,
|
872 |
+
"single_word": false,
|
873 |
+
"special": false
|
874 |
+
},
|
875 |
+
"50361": {
|
876 |
+
"content": "[unused76]",
|
877 |
+
"lstrip": false,
|
878 |
+
"normalized": true,
|
879 |
+
"rstrip": false,
|
880 |
+
"single_word": false,
|
881 |
+
"special": false
|
882 |
+
},
|
883 |
+
"50362": {
|
884 |
+
"content": "[unused77]",
|
885 |
+
"lstrip": false,
|
886 |
+
"normalized": true,
|
887 |
+
"rstrip": false,
|
888 |
+
"single_word": false,
|
889 |
+
"special": false
|
890 |
+
},
|
891 |
+
"50363": {
|
892 |
+
"content": "[unused78]",
|
893 |
+
"lstrip": false,
|
894 |
+
"normalized": true,
|
895 |
+
"rstrip": false,
|
896 |
+
"single_word": false,
|
897 |
+
"special": false
|
898 |
+
},
|
899 |
+
"50364": {
|
900 |
+
"content": "[unused79]",
|
901 |
+
"lstrip": false,
|
902 |
+
"normalized": true,
|
903 |
+
"rstrip": false,
|
904 |
+
"single_word": false,
|
905 |
+
"special": false
|
906 |
+
},
|
907 |
+
"50365": {
|
908 |
+
"content": "[unused80]",
|
909 |
+
"lstrip": false,
|
910 |
+
"normalized": true,
|
911 |
+
"rstrip": false,
|
912 |
+
"single_word": false,
|
913 |
+
"special": false
|
914 |
+
},
|
915 |
+
"50366": {
|
916 |
+
"content": "[unused81]",
|
917 |
+
"lstrip": false,
|
918 |
+
"normalized": true,
|
919 |
+
"rstrip": false,
|
920 |
+
"single_word": false,
|
921 |
+
"special": false
|
922 |
+
},
|
923 |
+
"50367": {
|
924 |
+
"content": "[unused82]",
|
925 |
+
"lstrip": false,
|
926 |
+
"normalized": true,
|
927 |
+
"rstrip": false,
|
928 |
+
"single_word": false,
|
929 |
+
"special": false
|
930 |
+
}
|
931 |
+
},
|
932 |
+
"clean_up_tokenization_spaces": true,
|
933 |
+
"cls_token": "[CLS]",
|
934 |
+
"extra_special_tokens": {},
|
935 |
+
"mask_token": "[MASK]",
|
936 |
+
"model_input_names": [
|
937 |
+
"input_ids",
|
938 |
+
"attention_mask"
|
939 |
+
],
|
940 |
+
"model_max_length": 1024,
|
941 |
+
"pad_token": "[PAD]",
|
942 |
+
"sep_token": "[SEP]",
|
943 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
944 |
+
"unk_token": "[UNK]"
|
945 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd757bf32c1474ae5e24ea2031f2328ed2cc11c658bc3efe28ed938dea953de9
|
3 |
+
size 5304
|