Model save
Browse files- README.md +72 -0
- added_tokens.json +1565 -0
- config.json +26 -0
- generation_config.json +5 -0
- model.safetensors +3 -0
- special_tokens_map.json +37 -0
- tokenizer.json +0 -0
- tokenizer_config.json +0 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
base_model: Mardiyyah/biomedbert_model_extended_untrained
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
model-index:
|
| 9 |
+
- name: cellate-tapt_base-LR_2e-05
|
| 10 |
+
results: []
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
+
|
| 16 |
+
# cellate-tapt_base-LR_2e-05
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [Mardiyyah/biomedbert_model_extended_untrained](https://huggingface.co/Mardiyyah/biomedbert_model_extended_untrained) on an unknown dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 6.6288
|
| 21 |
+
- Accuracy: 0.2237
|
| 22 |
+
|
| 23 |
+
## Model description
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Intended uses & limitations
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training and evaluation data
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training procedure
|
| 36 |
+
|
| 37 |
+
### Training hyperparameters
|
| 38 |
+
|
| 39 |
+
The following hyperparameters were used during training:
|
| 40 |
+
- learning_rate: 2e-05
|
| 41 |
+
- train_batch_size: 16
|
| 42 |
+
- eval_batch_size: 16
|
| 43 |
+
- seed: 3407
|
| 44 |
+
- gradient_accumulation_steps: 2
|
| 45 |
+
- total_train_batch_size: 32
|
| 46 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-06 and optimizer_args=No additional optimizer arguments
|
| 47 |
+
- lr_scheduler_type: linear
|
| 48 |
+
- lr_scheduler_warmup_ratio: 0.01
|
| 49 |
+
- num_epochs: 10
|
| 50 |
+
- mixed_precision_training: Native AMP
|
| 51 |
+
|
| 52 |
+
### Training results
|
| 53 |
+
|
| 54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 55 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 56 |
+
| 10.133 | 1.0 | 6 | 10.3504 | 0.0 |
|
| 57 |
+
| 8.7383 | 2.0 | 12 | 8.7064 | 0.0113 |
|
| 58 |
+
| 7.6303 | 3.0 | 18 | 8.0542 | 0.0578 |
|
| 59 |
+
| 7.06 | 4.0 | 24 | 7.5514 | 0.0821 |
|
| 60 |
+
| 6.6524 | 5.0 | 30 | 7.0707 | 0.1521 |
|
| 61 |
+
| 6.2891 | 6.0 | 36 | 6.9006 | 0.1806 |
|
| 62 |
+
| 6.0336 | 7.0 | 42 | 6.6465 | 0.2103 |
|
| 63 |
+
| 5.9085 | 8.0 | 48 | 6.6159 | 0.2208 |
|
| 64 |
+
| 6.375 | 8.3636 | 50 | 6.6288 | 0.2237 |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
### Framework versions
|
| 68 |
+
|
| 69 |
+
- Transformers 4.48.2
|
| 70 |
+
- Pytorch 2.4.1+cu121
|
| 71 |
+
- Datasets 3.0.2
|
| 72 |
+
- Tokenizers 0.21.0
|
added_tokens.json
ADDED
|
@@ -0,0 +1,1565 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0-carnitine": 31375,
|
| 3 |
+
"0-ceramide": 31628,
|
| 4 |
+
"0-sphingolipid": 30678,
|
| 5 |
+
"0-sphingolipids": 30565,
|
| 6 |
+
"031nmol": 31529,
|
| 7 |
+
"1-Butanol": 31501,
|
| 8 |
+
"1-acylglycerol-3-phosphate": 30995,
|
| 9 |
+
"1-butanol": 31303,
|
| 10 |
+
"1-glycerol": 31606,
|
| 11 |
+
"1-heptadecanoyl-2-hydroxy-sn-glycero-3-phosphocoline": 30986,
|
| 12 |
+
"1-myristoyl-2-hydroxy-sn-glycero-3-phosphoethanolamine": 31032,
|
| 13 |
+
"1-nonadecanoyl-2-hydroxy-sn-glycero-3-phosphocholine": 30997,
|
| 14 |
+
"1-phosphate": 31422,
|
| 15 |
+
"1-propanol": 31087,
|
| 16 |
+
"12-lipoxygenase": 30670,
|
| 17 |
+
"12-myristate": 31584,
|
| 18 |
+
"13-acetate": 31445,
|
| 19 |
+
"15-lipoxygenase": 30672,
|
| 20 |
+
"18LDL-cholesterol": 31167,
|
| 21 |
+
"1Baseline": 31556,
|
| 22 |
+
"1Lipid": 30718,
|
| 23 |
+
"1Lipidome": 30647,
|
| 24 |
+
"1baseline": 31755,
|
| 25 |
+
"1lipid": 30776,
|
| 26 |
+
"1lipidome": 30686,
|
| 27 |
+
"2-aminoisobutyrate": 31027,
|
| 28 |
+
"2-arachidonoylglycerol": 31082,
|
| 29 |
+
"2-deoxy-D-glucose": 30859,
|
| 30 |
+
"2-deoxyglucose": 30918,
|
| 31 |
+
"2-diheptadecanoyl-sn-glycero-3-phosphocholine": 30961,
|
| 32 |
+
"2-diheptadecanoyl-sn-glycero-3-phosphoethanolamine": 31049,
|
| 33 |
+
"2-diheptadecanoyl-sn-glycero-3-phosphoinositol": 30944,
|
| 34 |
+
"2-diheptadecanoyl-sn-glycero-3-phosphoserine": 31019,
|
| 35 |
+
"2-dimyristoyl-sn-glycero-3-phospho-L-serine": 30954,
|
| 36 |
+
"2-dimyristoyl-sn-glycero-3-phosphocholine": 31026,
|
| 37 |
+
"2-dimyristoyl-sn-glycero-3-phosphoethanolamine": 30967,
|
| 38 |
+
"2-dioctanoyl-3-linoleoyl-sn-glycerol": 31050,
|
| 39 |
+
"2-dipalmitoyl-sn-glycero-3-phosphatidylinositol": 30976,
|
| 40 |
+
"2-ditridecanoyl-sn-glycero-3-phosphocholine": 31077,
|
| 41 |
+
"2-glycerophosphate": 31232,
|
| 42 |
+
"2-hydroxylase": 31617,
|
| 43 |
+
"2-propanol": 30847,
|
| 44 |
+
"203GlycerophospholipidsBrain": 30624,
|
| 45 |
+
"24-hydroxycholesterol": 30924,
|
| 46 |
+
"27-hydroxy-cholesterol": 31054,
|
| 47 |
+
"2Lipid": 30745,
|
| 48 |
+
"2Lipidomic": 30653,
|
| 49 |
+
"2Multivariate": 31518,
|
| 50 |
+
"2Pathogenic": 31461,
|
| 51 |
+
"2lipid": 30774,
|
| 52 |
+
"2lipidomic": 30682,
|
| 53 |
+
"3-O-sulfotransferase": 30993,
|
| 54 |
+
"3-diheptadecanoyl-glycerol": 31002,
|
| 55 |
+
"3-ketophinganine": 30982,
|
| 56 |
+
"3-ketosphinganine": 30836,
|
| 57 |
+
"3-ketosphingonine": 31090,
|
| 58 |
+
"3-lysophosphatidylethanolamine": 31056,
|
| 59 |
+
"3-phosphate": 31431,
|
| 60 |
+
"3-phosphatidyltransferase": 31201,
|
| 61 |
+
"3-sphingosine": 31549,
|
| 62 |
+
"30HDL-cholesterol": 31010,
|
| 63 |
+
"3Lipid": 30684,
|
| 64 |
+
"3Lipidome": 30657,
|
| 65 |
+
"3Lipidomic": 30679,
|
| 66 |
+
"3Machine": 31468,
|
| 67 |
+
"3lipid": 30777,
|
| 68 |
+
"3lipidome": 30691,
|
| 69 |
+
"3lipidomic": 30695,
|
| 70 |
+
"4-hydroxysphinganine": 30920,
|
| 71 |
+
"4-pyridoxate": 31031,
|
| 72 |
+
"40Alcohol": 31481,
|
| 73 |
+
"41Creatinine": 31236,
|
| 74 |
+
"42Cholesterol": 31226,
|
| 75 |
+
"42cholesterol": 31336,
|
| 76 |
+
"4Ganglioside": 31252,
|
| 77 |
+
"4Lipid": 30757,
|
| 78 |
+
"4Lipidome": 30669,
|
| 79 |
+
"4ganglioside": 31329,
|
| 80 |
+
"4lipid": 30779,
|
| 81 |
+
"5-aminoimidazole-4-carboxamide": 31033,
|
| 82 |
+
"5-bisphosphate": 31475,
|
| 83 |
+
"5-diphenyltetrazolium": 30963,
|
| 84 |
+
"5-lipoxygenase": 30667,
|
| 85 |
+
"5-phosphate": 31608,
|
| 86 |
+
"5-triphosphate": 31417,
|
| 87 |
+
"5Multivariate": 31199,
|
| 88 |
+
"5multivariate": 31309,
|
| 89 |
+
"6-Diamidin-2-phenylindol": 30942,
|
| 90 |
+
"6-di-tert-butyl-4-methylphenol": 31034,
|
| 91 |
+
"6-glycerophospholipids": 30590,
|
| 92 |
+
"684GlycerolysophospholipidsBrain": 30619,
|
| 93 |
+
"6Lipid": 30753,
|
| 94 |
+
"6lipid": 30786,
|
| 95 |
+
"7Phosphatidylserine": 31265,
|
| 96 |
+
"83Glucose": 31639,
|
| 97 |
+
"83glucose": 31709,
|
| 98 |
+
"85HDL-cholesterol": 31079,
|
| 99 |
+
"9-aminoacridine": 31072,
|
| 100 |
+
"91LDL-cholesterol": 31193,
|
| 101 |
+
"99-shotgun-lipidomics-data-set-lamp3-is-critical-for-surfactant-homeostasis-in-mice": 30618,
|
| 102 |
+
"ALKCDase": 31503,
|
| 103 |
+
"ANGPTL3-LIPG": 31005,
|
| 104 |
+
"ARA-phospholipids": 30652,
|
| 105 |
+
"AT-lipolysis": 31480,
|
| 106 |
+
"Accutase": 31282,
|
| 107 |
+
"Adelaide": 31504,
|
| 108 |
+
"AmpErase": 31409,
|
| 109 |
+
"Angiopoietin-like": 31064,
|
| 110 |
+
"Anti-3CB2": 31183,
|
| 111 |
+
"Anti-CNPase": 30673,
|
| 112 |
+
"Anti-Glucose": 30766,
|
| 113 |
+
"Anti-Ki67": 31487,
|
| 114 |
+
"Anti-Nestin": 31613,
|
| 115 |
+
"Anti-TuJ1": 31187,
|
| 116 |
+
"Anti-doublecortin": 30972,
|
| 117 |
+
"Anti-galactocerebrocide": 30626,
|
| 118 |
+
"Anti-glial": 31633,
|
| 119 |
+
"Anti-human": 31420,
|
| 120 |
+
"Anti-vimentin": 31631,
|
| 121 |
+
"Antikainen": 31213,
|
| 122 |
+
"B-epoxide": 31492,
|
| 123 |
+
"BLipid": 30765,
|
| 124 |
+
"BPhospholipid": 30767,
|
| 125 |
+
"Bionotate": 30876,
|
| 126 |
+
"Bisindolylmaleimide": 31038,
|
| 127 |
+
"Brachypodium": 30948,
|
| 128 |
+
"Butanol-Methanol": 31392,
|
| 129 |
+
"C-oleate": 31229,
|
| 130 |
+
"C-palmitate": 31598,
|
| 131 |
+
"C-peptide": 31567,
|
| 132 |
+
"C16-sphingosine": 31546,
|
| 133 |
+
"C17-4-hydroxysphinganine": 30857,
|
| 134 |
+
"C17-sphinganine": 31124,
|
| 135 |
+
"C17-sphingosine": 30868,
|
| 136 |
+
"C18-3-ketophinganine": 31088,
|
| 137 |
+
"C18-3-ketosphinganine": 30833,
|
| 138 |
+
"C18-3-ketosphingosine": 30885,
|
| 139 |
+
"C18-4-hydroxysphinganine": 30851,
|
| 140 |
+
"C18-sphinganine": 30863,
|
| 141 |
+
"C18-sphingosine": 30896,
|
| 142 |
+
"C20-3-ketosphinganine": 30901,
|
| 143 |
+
"C20-4-hydroxysphinganine": 30987,
|
| 144 |
+
"C20-sphinganine": 31105,
|
| 145 |
+
"C20-sphingosine": 31377,
|
| 146 |
+
"C32-C38-phosphatidylethanolamine": 31073,
|
| 147 |
+
"C4-hydroxylase": 31313,
|
| 148 |
+
"C6-glucosylsphingosine": 30910,
|
| 149 |
+
"CARDIoGRAMplusC4D": 30839,
|
| 150 |
+
"CDP-diacylglycerol": 31253,
|
| 151 |
+
"CPhospholipid": 30611,
|
| 152 |
+
"Cardiolipin": 30726,
|
| 153 |
+
"Cholesteryl-d7-palmitate": 30938,
|
| 154 |
+
"CoimmunoprecipitationsImmunoprecipitations": 31063,
|
| 155 |
+
"Cre-recombinase": 31163,
|
| 156 |
+
"Cyto-Pak": 31434,
|
| 157 |
+
"CytoSoft": 31539,
|
| 158 |
+
"D-erythro-sphinganine": 30637,
|
| 159 |
+
"D-glucopyranoside": 31157,
|
| 160 |
+
"D-glucosaminide": 31020,
|
| 161 |
+
"D-glucose": 31589,
|
| 162 |
+
"D-ribofuranoside": 30916,
|
| 163 |
+
"DHA-phospholipids": 30582,
|
| 164 |
+
"Di-sialylated": 31268,
|
| 165 |
+
"DiHETrEs": 31249,
|
| 166 |
+
"DiHOME": 31625,
|
| 167 |
+
"DiHOMEs": 31522,
|
| 168 |
+
"DiHexCer": 31129,
|
| 169 |
+
"DiHexCers": 31311,
|
| 170 |
+
"DiaSys": 31390,
|
| 171 |
+
"Diacylglycerides": 31051,
|
| 172 |
+
"Diet-dependent": 31416,
|
| 173 |
+
"Digitalisierung": 31184,
|
| 174 |
+
"Dihydrosphingolipids": 30538,
|
| 175 |
+
"Dino-Lite": 31022,
|
| 176 |
+
"Direct-zol-96": 31028,
|
| 177 |
+
"Disappointingly": 31576,
|
| 178 |
+
"Discovery-Meta": 31548,
|
| 179 |
+
"Disfunctions": 31616,
|
| 180 |
+
"DisruptorGenie": 31195,
|
| 181 |
+
"Dyslipidaemia": 30541,
|
| 182 |
+
"Ellipses": 31368,
|
| 183 |
+
"Erythrophagocytic": 30899,
|
| 184 |
+
"FO-ATPase": 31519,
|
| 185 |
+
"FluoroBrite": 31380,
|
| 186 |
+
"Fluorometer": 31347,
|
| 187 |
+
"Fluoromount-G": 31076,
|
| 188 |
+
"Fluorophore-conjugated": 31493,
|
| 189 |
+
"GPTase": 31545,
|
| 190 |
+
"Ganglioside": 31165,
|
| 191 |
+
"Genome-wide": 30930,
|
| 192 |
+
"Glucosylsphingosine": 31041,
|
| 193 |
+
"Glycerolipid": 30720,
|
| 194 |
+
"Glycerophospholipid": 30731,
|
| 195 |
+
"Glycerophospholipids": 30688,
|
| 196 |
+
"Gogate": 31575,
|
| 197 |
+
"Goldfine": 31612,
|
| 198 |
+
"H-ATPase": 31483,
|
| 199 |
+
"HDL-cholesterol": 30895,
|
| 200 |
+
"IGF1R-mediatedglycolysisis": 31071,
|
| 201 |
+
"ILLUMINACLIP": 31592,
|
| 202 |
+
"Irga6": 32083,
|
| 203 |
+
"Jaccard": 31273,
|
| 204 |
+
"L-carnitine": 31601,
|
| 205 |
+
"L-glutamine": 31310,
|
| 206 |
+
"L-serine": 31376,
|
| 207 |
+
"LDL-cholesterol": 31355,
|
| 208 |
+
"LIPIDMPAS": 30740,
|
| 209 |
+
"LIPIDOMIX": 30703,
|
| 210 |
+
"Lipid-cell": 30711,
|
| 211 |
+
"Lipid-lowering": 30741,
|
| 212 |
+
"Lipid-modulating": 30768,
|
| 213 |
+
"Lipid-related": 30714,
|
| 214 |
+
"Lipid-supplemented": 30734,
|
| 215 |
+
"Lipid-wide": 30554,
|
| 216 |
+
"LipidCompass": 30713,
|
| 217 |
+
"LipidCreator": 30712,
|
| 218 |
+
"LipidEffectF": 30671,
|
| 219 |
+
"LipidLynxX": 30665,
|
| 220 |
+
"LipidMSv3": 30654,
|
| 221 |
+
"LipidMaps": 30735,
|
| 222 |
+
"LipidMatch": 30737,
|
| 223 |
+
"LipidXplorer": 30563,
|
| 224 |
+
"Lipidomix": 30687,
|
| 225 |
+
"Lipostar": 30867,
|
| 226 |
+
"LipotypeXplorer": 30965,
|
| 227 |
+
"LipotypeZoom": 31194,
|
| 228 |
+
"Lipydizer": 31490,
|
| 229 |
+
"Liverpool": 31482,
|
| 230 |
+
"Lolium": 31527,
|
| 231 |
+
"Lyso-IP": 31142,
|
| 232 |
+
"Lyso-PAF": 31112,
|
| 233 |
+
"Lyso-tune": 31182,
|
| 234 |
+
"LysoPC": 30879,
|
| 235 |
+
"LysoPC-mono": 30903,
|
| 236 |
+
"LysoPC-poly": 30900,
|
| 237 |
+
"LysoPC-sat": 30913,
|
| 238 |
+
"LysoPC-total": 30914,
|
| 239 |
+
"LysoPCs": 30933,
|
| 240 |
+
"LysoPE-poly": 31143,
|
| 241 |
+
"LysoPE-sat": 31009,
|
| 242 |
+
"LysoPE-total": 31138,
|
| 243 |
+
"LysoPL-total": 30843,
|
| 244 |
+
"LysoPLs": 30929,
|
| 245 |
+
"Lysophosphatidylcholine": 30702,
|
| 246 |
+
"Lysophosphatidylcholines": 31173,
|
| 247 |
+
"Lysophosphatidylethanolamines": 31247,
|
| 248 |
+
"Lysosome-associated": 31640,
|
| 249 |
+
"Lysospecies": 31278,
|
| 250 |
+
"Ministerium": 31264,
|
| 251 |
+
"MonoGlcCer": 31149,
|
| 252 |
+
"Monoglucosylceramides": 30975,
|
| 253 |
+
"Monoisotopic": 31203,
|
| 254 |
+
"Monosialodihexosylgangliosides": 31058,
|
| 255 |
+
"Monounsaturated": 31378,
|
| 256 |
+
"Mowiol": 31398,
|
| 257 |
+
"N-acyl-lysophosphatidylethanolamine": 31060,
|
| 258 |
+
"N-acylsphingosine": 30919,
|
| 259 |
+
"N-decanoyl-D-erythro-sphingosine": 30634,
|
| 260 |
+
"N-dimethyl-N-methyleneanaminium": 30884,
|
| 261 |
+
"N-heptadecanoyl-D-erythro-sphingosine": 30639,
|
| 262 |
+
"N-heptadecanoyl-D-erytro-sphingosylphosphorylcholine": 31062,
|
| 263 |
+
"N-lauroyl-D-erythro-sphingosine": 30603,
|
| 264 |
+
"N-palmitoyl-D-erythro-sphingosylphosphorylcholine": 30604,
|
| 265 |
+
"N-palmitoyl-d3-glucocerebroside": 30962,
|
| 266 |
+
"N-pentadecanoyl-psychosine": 30984,
|
| 267 |
+
"NS-ceramide": 31554,
|
| 268 |
+
"Non-cardiac": 31512,
|
| 269 |
+
"NucleoSpin": 31622,
|
| 270 |
+
"Nucleofection": 31346,
|
| 271 |
+
"Nucleofector": 31322,
|
| 272 |
+
"O-acyltransferase": 30989,
|
| 273 |
+
"O-glycosylated": 31531,
|
| 274 |
+
"PE-increase": 31535,
|
| 275 |
+
"PI-3-kinase": 31006,
|
| 276 |
+
"Perilipin-1": 30633,
|
| 277 |
+
"PhosphorImager": 31621,
|
| 278 |
+
"Physcomitrium": 31137,
|
| 279 |
+
"Polybrene": 31568,
|
| 280 |
+
"Polymicro": 31559,
|
| 281 |
+
"Polyplus": 31290,
|
| 282 |
+
"Polyscience": 31486,
|
| 283 |
+
"Polysciences": 31555,
|
| 284 |
+
"S-59-adenosyl-methionine": 31018,
|
| 285 |
+
"S-adenosylmethionine": 31024,
|
| 286 |
+
"S-phase": 31382,
|
| 287 |
+
"SNP-lipid": 30575,
|
| 288 |
+
"Schizochytrium": 30838,
|
| 289 |
+
"Single-nucleus": 31497,
|
| 290 |
+
"Sphinganine-1-Phosphate": 31068,
|
| 291 |
+
"Sphingolipidomic": 30764,
|
| 292 |
+
"Sphingosine-1-phosphate": 31045,
|
| 293 |
+
"Steady-state": 31371,
|
| 294 |
+
"Swainsonine": 31413,
|
| 295 |
+
"SwissLipids": 30769,
|
| 296 |
+
"TBUnivariate": 31645,
|
| 297 |
+
"Tetracosactide": 30905,
|
| 298 |
+
"Thr-kinase": 31418,
|
| 299 |
+
"Tri-Carb": 31433,
|
| 300 |
+
"TriHexCer": 31128,
|
| 301 |
+
"TriHexCers": 31180,
|
| 302 |
+
"TriReagent": 31101,
|
| 303 |
+
"TriVersa": 30874,
|
| 304 |
+
"Triacylglycerols": 31341,
|
| 305 |
+
"Triple-TOF": 31430,
|
| 306 |
+
"Tris-Cl": 31438,
|
| 307 |
+
"Tris-HCl": 31207,
|
| 308 |
+
"Triticum": 31400,
|
| 309 |
+
"Triton-100": 31594,
|
| 310 |
+
"Triton-X": 31350,
|
| 311 |
+
"TritonX-100": 31233,
|
| 312 |
+
"Triversa": 31565,
|
| 313 |
+
"Zn-superoxide": 31389,
|
| 314 |
+
"accutase": 31671,
|
| 315 |
+
"acdase": 32030,
|
| 316 |
+
"acetoacetate": 31225,
|
| 317 |
+
"acid-phospholipids": 30755,
|
| 318 |
+
"actin-myosin": 31574,
|
| 319 |
+
"acute-phase": 31387,
|
| 320 |
+
"acyl-glycerophospholipids": 30612,
|
| 321 |
+
"acylcarnitine": 30845,
|
| 322 |
+
"acylceramide": 31175,
|
| 323 |
+
"acylglycerol": 31795,
|
| 324 |
+
"acylsphingosine": 31123,
|
| 325 |
+
"acyltransferase": 30973,
|
| 326 |
+
"adipokine": 31839,
|
| 327 |
+
"aerocyte": 31762,
|
| 328 |
+
"agbase": 32056,
|
| 329 |
+
"alkenyl-phosphatidylcholine": 31209,
|
| 330 |
+
"alkenyl-phosphatidylethanolamine": 30999,
|
| 331 |
+
"alkenylphosphatidylethanolamine": 31070,
|
| 332 |
+
"alkylphosphatidylethanolamine": 31262,
|
| 333 |
+
"allogenic": 31897,
|
| 334 |
+
"alveol": 32052,
|
| 335 |
+
"amidohydrolase": 31354,
|
| 336 |
+
"aminoglycerophospholipids": 30663,
|
| 337 |
+
"aminophospholipid": 30792,
|
| 338 |
+
"aminophospholipid-AGEs": 30632,
|
| 339 |
+
"aminophospholipids": 30709,
|
| 340 |
+
"amyot": 32054,
|
| 341 |
+
"analysisbase": 32022,
|
| 342 |
+
"anandamide": 31386,
|
| 343 |
+
"angiogram": 31783,
|
| 344 |
+
"anilinonaphthalene-sulphonate": 31035,
|
| 345 |
+
"annotate": 30958,
|
| 346 |
+
"anti-5HT4": 31212,
|
| 347 |
+
"anti-AKT": 31600,
|
| 348 |
+
"anti-ARAF": 31099,
|
| 349 |
+
"anti-B7": 31374,
|
| 350 |
+
"anti-BRAF": 31130,
|
| 351 |
+
"anti-CD34": 31466,
|
| 352 |
+
"anti-CD9": 31139,
|
| 353 |
+
"anti-CRAF": 30898,
|
| 354 |
+
"anti-E-Cadherin": 31012,
|
| 355 |
+
"anti-E-cadherin": 30902,
|
| 356 |
+
"anti-EEA1": 31234,
|
| 357 |
+
"anti-ERK2": 31323,
|
| 358 |
+
"anti-GAD65": 31255,
|
| 359 |
+
"anti-GM2": 31113,
|
| 360 |
+
"anti-GluT1": 31456,
|
| 361 |
+
"anti-Golgin-97": 30906,
|
| 362 |
+
"anti-HIV": 30897,
|
| 363 |
+
"anti-IGF1R": 31443,
|
| 364 |
+
"anti-IGF2": 31630,
|
| 365 |
+
"anti-LAMP1": 31133,
|
| 366 |
+
"anti-MAP2": 31561,
|
| 367 |
+
"anti-N-cadherin": 30990,
|
| 368 |
+
"anti-NRAS": 31272,
|
| 369 |
+
"anti-Nanog": 31465,
|
| 370 |
+
"anti-Oct3": 31260,
|
| 371 |
+
"anti-PDX-1": 30971,
|
| 372 |
+
"anti-PI3K": 31571,
|
| 373 |
+
"anti-PODXL": 31159,
|
| 374 |
+
"anti-Phospho": 31596,
|
| 375 |
+
"anti-SNX2": 31188,
|
| 376 |
+
"anti-SOX17": 31197,
|
| 377 |
+
"anti-SOX2": 31459,
|
| 378 |
+
"anti-Shiga": 31230,
|
| 379 |
+
"anti-Tubulin": 31300,
|
| 380 |
+
"anti-Twist1": 31478,
|
| 381 |
+
"anti-Vps35": 31242,
|
| 382 |
+
"anti-atherogenic": 30749,
|
| 383 |
+
"anti-cofilin": 31618,
|
| 384 |
+
"anti-correlated": 31553,
|
| 385 |
+
"anti-diabetic": 31647,
|
| 386 |
+
"anti-glial": 31455,
|
| 387 |
+
"anti-goat": 31634,
|
| 388 |
+
"anti-hNuc": 31259,
|
| 389 |
+
"anti-human": 30869,
|
| 390 |
+
"anti-hypertensive": 31161,
|
| 391 |
+
"anti-hypertensives": 31146,
|
| 392 |
+
"anti-inflammatory": 30866,
|
| 393 |
+
"anti-mature": 31411,
|
| 394 |
+
"anti-mouse": 31094,
|
| 395 |
+
"anti-myc": 30894,
|
| 396 |
+
"anti-orthoflavivirus": 31066,
|
| 397 |
+
"anti-oxidants": 31620,
|
| 398 |
+
"anti-p-IGF1R": 30940,
|
| 399 |
+
"anti-pS129": 31241,
|
| 400 |
+
"anti-pS409": 31196,
|
| 401 |
+
"anti-pSer202": 30946,
|
| 402 |
+
"anti-phospho": 31353,
|
| 403 |
+
"anti-phospho-AKT": 31046,
|
| 404 |
+
"anti-ppERK1": 30889,
|
| 405 |
+
"anti-ppMEK1": 30882,
|
| 406 |
+
"anti-pro-SP-B": 31065,
|
| 407 |
+
"anti-pro-SP-C": 31089,
|
| 408 |
+
"anti-rabbit": 31164,
|
| 409 |
+
"anti-ricin": 31638,
|
| 410 |
+
"anti-sense": 31491,
|
| 411 |
+
"anti-tumor": 31450,
|
| 412 |
+
"anti-vimentin": 31644,
|
| 413 |
+
"antibiot": 31751,
|
| 414 |
+
"antibod": 32034,
|
| 415 |
+
"antibody-protein": 31342,
|
| 416 |
+
"anticoag": 32009,
|
| 417 |
+
"anticoagulated": 32003,
|
| 418 |
+
"antifade": 31393,
|
| 419 |
+
"antigen-affinity": 31542,
|
| 420 |
+
"antigen-specific": 31489,
|
| 421 |
+
"antik": 32066,
|
| 422 |
+
"antimyelin": 31496,
|
| 423 |
+
"antipl": 32042,
|
| 424 |
+
"antiseroton": 31720,
|
| 425 |
+
"antiserotonin": 31171,
|
| 426 |
+
"apathogenic": 31611,
|
| 427 |
+
"apolipoprotein-based": 31560,
|
| 428 |
+
"apolipoproteins": 31251,
|
| 429 |
+
"arabinofuranoside": 31202,
|
| 430 |
+
"arnase": 32073,
|
| 431 |
+
"arylsulfatase": 31415,
|
| 432 |
+
"aspirate": 31849,
|
| 433 |
+
"atATGL-KO": 32084,
|
| 434 |
+
"atenol": 31662,
|
| 435 |
+
"atenolol": 31256,
|
| 436 |
+
"atherothromb": 31766,
|
| 437 |
+
"atherothrombotic": 31216,
|
| 438 |
+
"auto-immune": 31538,
|
| 439 |
+
"automate": 31888,
|
| 440 |
+
"beta-cardiac": 31463,
|
| 441 |
+
"beta-hexosaminidase": 30904,
|
| 442 |
+
"beta-hydroxybutyrate": 31040,
|
| 443 |
+
"beta-myosin": 31610,
|
| 444 |
+
"betaine": 31827,
|
| 445 |
+
"biogenic": 31883,
|
| 446 |
+
"biomol": 32001,
|
| 447 |
+
"bionotate": 31680,
|
| 448 |
+
"biphosphate": 31810,
|
| 449 |
+
"bisindol": 31655,
|
| 450 |
+
"bisindolylmaleimide": 30960,
|
| 451 |
+
"blipid": 30785,
|
| 452 |
+
"bllip": 31968,
|
| 453 |
+
"bllip-parserV": 31078,
|
| 454 |
+
"borosilicate": 31125,
|
| 455 |
+
"bound-O-acyltransferase": 30886,
|
| 456 |
+
"bphospholipid": 30790,
|
| 457 |
+
"brachypodium": 31294,
|
| 458 |
+
"bromodeoxyuridine": 31176,
|
| 459 |
+
"bromoenol": 31859,
|
| 460 |
+
"bronchopulmonary": 31867,
|
| 461 |
+
"cacodylate": 31254,
|
| 462 |
+
"carboxamide": 31997,
|
| 463 |
+
"carboxanilide": 31585,
|
| 464 |
+
"cardio-metabolic": 31572,
|
| 465 |
+
"cardiogram": 32024,
|
| 466 |
+
"cardiogramplusc4": 31286,
|
| 467 |
+
"cardiogramplusc4d": 31119,
|
| 468 |
+
"cardiolip": 30830,
|
| 469 |
+
"cardiolipin": 30580,
|
| 470 |
+
"cardiolipins": 30574,
|
| 471 |
+
"cardioprot": 32050,
|
| 472 |
+
"cardiorenal": 30815,
|
| 473 |
+
"cardiov": 31940,
|
| 474 |
+
"carnitine-palmitoyltransferase": 30893,
|
| 475 |
+
"catabol": 31998,
|
| 476 |
+
"catechol-O-methyltransferase": 30956,
|
| 477 |
+
"ccholine": 32081,
|
| 478 |
+
"cellline": 31973,
|
| 479 |
+
"centerline": 31158,
|
| 480 |
+
"ceramidase": 31646,
|
| 481 |
+
"ceramide-1-phosphase": 30966,
|
| 482 |
+
"cerebroside": 31053,
|
| 483 |
+
"chelate": 31771,
|
| 484 |
+
"chemoat": 32011,
|
| 485 |
+
"chemoin": 31945,
|
| 486 |
+
"chemoinformatics": 31623,
|
| 487 |
+
"chemok": 31976,
|
| 488 |
+
"chemolumines": 31337,
|
| 489 |
+
"chemores": 31996,
|
| 490 |
+
"chemoresistant": 31826,
|
| 491 |
+
"chemosensitivity": 31778,
|
| 492 |
+
"chemotherap": 31717,
|
| 493 |
+
"chemotypes": 31604,
|
| 494 |
+
"chloroform-methanol": 31476,
|
| 495 |
+
"cholangio": 31911,
|
| 496 |
+
"cholangio-pancreatography": 31047,
|
| 497 |
+
"cholesterol-acetate": 31547,
|
| 498 |
+
"cholesteryl-d7-palmitate": 30950,
|
| 499 |
+
"classesLipid": 30736,
|
| 500 |
+
"classeslipid": 30783,
|
| 501 |
+
"clipping": 31782,
|
| 502 |
+
"cnpase": 31929,
|
| 503 |
+
"coimmunoprecipitations": 31716,
|
| 504 |
+
"commensurate": 31900,
|
| 505 |
+
"compendium": 31301,
|
| 506 |
+
"compose": 31885,
|
| 507 |
+
"condensate": 31869,
|
| 508 |
+
"conduritol": 31235,
|
| 509 |
+
"controlGlucose": 31412,
|
| 510 |
+
"controlglucose": 31659,
|
| 511 |
+
"cosine": 31457,
|
| 512 |
+
"coversliped": 31866,
|
| 513 |
+
"coverslipped": 31904,
|
| 514 |
+
"cphospholipid": 30644,
|
| 515 |
+
"criterium": 31886,
|
| 516 |
+
"cross-disease": 31627,
|
| 517 |
+
"curate": 31752,
|
| 518 |
+
"curviline": 31982,
|
| 519 |
+
"cyproteronacetate": 31081,
|
| 520 |
+
"cystathionine": 31451,
|
| 521 |
+
"cytidine": 31274,
|
| 522 |
+
"cytidylyltransferase": 31096,
|
| 523 |
+
"cytolysis": 31877,
|
| 524 |
+
"cytomix": 31822,
|
| 525 |
+
"cytopathic": 30881,
|
| 526 |
+
"cytoreductive": 31586,
|
| 527 |
+
"cytoscape": 31779,
|
| 528 |
+
"cytoseal": 31931,
|
| 529 |
+
"cytosoft": 31670,
|
| 530 |
+
"cytospin": 32038,
|
| 531 |
+
"d-glucopyranoside": 31217,
|
| 532 |
+
"d7-cholesterol": 31296,
|
| 533 |
+
"daysCholesterol": 31179,
|
| 534 |
+
"dayscholesterol": 31331,
|
| 535 |
+
"decelerate": 31817,
|
| 536 |
+
"deferoxamine": 31642,
|
| 537 |
+
"dehydrate": 31874,
|
| 538 |
+
"dehydroceramide": 31514,
|
| 539 |
+
"dehydrosphingosine": 31092,
|
| 540 |
+
"delicate": 31824,
|
| 541 |
+
"deoxyglucose": 31739,
|
| 542 |
+
"deoxynucleotidyl": 31244,
|
| 543 |
+
"desaturase": 30991,
|
| 544 |
+
"deviate": 31768,
|
| 545 |
+
"di-oleoyl": 31086,
|
| 546 |
+
"di-oleoyl-BMP": 31055,
|
| 547 |
+
"di-oleoyl-PC": 30992,
|
| 548 |
+
"di-sialyated": 30860,
|
| 549 |
+
"di-sialylated": 31134,
|
| 550 |
+
"di-unsaturated": 31126,
|
| 551 |
+
"di20": 31892,
|
| 552 |
+
"diHETE": 31344,
|
| 553 |
+
"diHETrE": 31543,
|
| 554 |
+
"diHEtrE": 31563,
|
| 555 |
+
"diabetes-related": 31127,
|
| 556 |
+
"diacyl": 30936,
|
| 557 |
+
"diacylglycer": 31320,
|
| 558 |
+
"diacylglyceride": 30569,
|
| 559 |
+
"diacylglycerideDAG14": 31059,
|
| 560 |
+
"diacylglyceridedag14": 31104,
|
| 561 |
+
"diacylglycerides": 31111,
|
| 562 |
+
"diacylglycerol-O-acyltransferase": 30635,
|
| 563 |
+
"diacylglycerols": 30955,
|
| 564 |
+
"diacylglycerophosph": 31108,
|
| 565 |
+
"diacylglycerophosphocholine": 30628,
|
| 566 |
+
"diacylglycerophosphoglycerol": 30606,
|
| 567 |
+
"diacylglycerophospholipids": 30534,
|
| 568 |
+
"diacylglyceryl": 30985,
|
| 569 |
+
"diag": 32013,
|
| 570 |
+
"diagnost": 31941,
|
| 571 |
+
"diagnostically": 31776,
|
| 572 |
+
"diamidin": 32035,
|
| 573 |
+
"diamidine": 30818,
|
| 574 |
+
"diaphrag": 31956,
|
| 575 |
+
"diasys": 31763,
|
| 576 |
+
"diaw": 32051,
|
| 577 |
+
"diazomethane": 31992,
|
| 578 |
+
"dicarboxylate": 30706,
|
| 579 |
+
"dicot": 31674,
|
| 580 |
+
"dicots": 31667,
|
| 581 |
+
"dictionary-based": 31637,
|
| 582 |
+
"dide": 30827,
|
| 583 |
+
"dideoxy": 31162,
|
| 584 |
+
"dien": 32061,
|
| 585 |
+
"dienogest": 31363,
|
| 586 |
+
"dienoyl": 31759,
|
| 587 |
+
"diestrus": 31281,
|
| 588 |
+
"diet-affected": 31460,
|
| 589 |
+
"diet-induced": 31279,
|
| 590 |
+
"diet24": 31843,
|
| 591 |
+
"difco": 32065,
|
| 592 |
+
"differentiates": 31862,
|
| 593 |
+
"differentiations": 31804,
|
| 594 |
+
"differentiator": 31823,
|
| 595 |
+
"difluorophenylsulfonamine": 30616,
|
| 596 |
+
"digitalisierung": 31306,
|
| 597 |
+
"diglyceride": 30586,
|
| 598 |
+
"diglycerides": 31332,
|
| 599 |
+
"dih": 31906,
|
| 600 |
+
"diheptadecanoyl": 31106,
|
| 601 |
+
"diheptadecanoyl-sn-glycero-3": 30964,
|
| 602 |
+
"dihete": 31726,
|
| 603 |
+
"dihetre": 31654,
|
| 604 |
+
"dihetres": 31271,
|
| 605 |
+
"dihexcer": 31679,
|
| 606 |
+
"dihexcers": 31689,
|
| 607 |
+
"dihexose": 30750,
|
| 608 |
+
"dihexosylceramide": 30567,
|
| 609 |
+
"dihome": 31656,
|
| 610 |
+
"dihomes": 31687,
|
| 611 |
+
"dihomo": 31750,
|
| 612 |
+
"dihomo-gamma-linolenic": 30922,
|
| 613 |
+
"dihydroceramide": 30579,
|
| 614 |
+
"dihydroceramides": 31166,
|
| 615 |
+
"dihydrochloride": 30701,
|
| 616 |
+
"dihydrosphingolipids": 30535,
|
| 617 |
+
"dihydrosphingomyelin": 31075,
|
| 618 |
+
"dihydrosphingomyelins": 30998,
|
| 619 |
+
"dihydrox": 31908,
|
| 620 |
+
"dihydroxyacetone": 31557,
|
| 621 |
+
"dihydroxyeicosatetraenoic": 30921,
|
| 622 |
+
"dihydroxyeicosatrienoic": 30883,
|
| 623 |
+
"dihydroxyl": 31808,
|
| 624 |
+
"diluting": 31761,
|
| 625 |
+
"dimethylated": 31825,
|
| 626 |
+
"dimethylformamide": 30721,
|
| 627 |
+
"dimethylglyc": 31754,
|
| 628 |
+
"dimethylglycine": 30752,
|
| 629 |
+
"dimethylthia": 31675,
|
| 630 |
+
"dimorphic": 31794,
|
| 631 |
+
"dimorphism": 31660,
|
| 632 |
+
"dimyristoyl": 31339,
|
| 633 |
+
"dino": 31987,
|
| 634 |
+
"dioctanoyl": 31718,
|
| 635 |
+
"dion": 32070,
|
| 636 |
+
"dipalmit": 31764,
|
| 637 |
+
"dipalmitoyl": 31135,
|
| 638 |
+
"dipalmitoylphosphatidylcholine": 30592,
|
| 639 |
+
"diphosph": 31963,
|
| 640 |
+
"diphosphate-DG": 31510,
|
| 641 |
+
"diphosphocholine": 30705,
|
| 642 |
+
"diphosphoethanolamine": 30601,
|
| 643 |
+
"diploids": 31734,
|
| 644 |
+
"dipped": 31838,
|
| 645 |
+
"diqc": 31927,
|
| 646 |
+
"direct-infusion": 31505,
|
| 647 |
+
"directionally": 31901,
|
| 648 |
+
"disagg": 31960,
|
| 649 |
+
"disagreements": 31813,
|
| 650 |
+
"disatur": 31690,
|
| 651 |
+
"disaturated": 31785,
|
| 652 |
+
"discernably": 31816,
|
| 653 |
+
"discerned": 31831,
|
| 654 |
+
"discharg": 31983,
|
| 655 |
+
"dischargeNANA3": 31495,
|
| 656 |
+
"dischargenan": 31910,
|
| 657 |
+
"discoverer": 31979,
|
| 658 |
+
"discoveryreplication": 31334,
|
| 659 |
+
"discreet": 31807,
|
| 660 |
+
"discriminat": 31781,
|
| 661 |
+
"disease-affected": 31536,
|
| 662 |
+
"disease-associated": 30873,
|
| 663 |
+
"disease-focused": 31410,
|
| 664 |
+
"disease-related": 31172,
|
| 665 |
+
"disease-specific": 31131,
|
| 666 |
+
"disease10": 31880,
|
| 667 |
+
"disease21": 31863,
|
| 668 |
+
"disease23": 31821,
|
| 669 |
+
"disease89": 31905,
|
| 670 |
+
"diseases4": 31887,
|
| 671 |
+
"disentangle": 31806,
|
| 672 |
+
"disequilibrium-associated": 31488,
|
| 673 |
+
"disesae": 31552,
|
| 674 |
+
"disfav": 31738,
|
| 675 |
+
"disfavor": 31227,
|
| 676 |
+
"disfunction": 31211,
|
| 677 |
+
"disfunctions": 31744,
|
| 678 |
+
"disialic": 31384,
|
| 679 |
+
"disolved": 31799,
|
| 680 |
+
"disor": 31974,
|
| 681 |
+
"dispase": 30797,
|
| 682 |
+
"displacing": 31893,
|
| 683 |
+
"disrup": 31952,
|
| 684 |
+
"disruptorgen": 31691,
|
| 685 |
+
"dissections": 31896,
|
| 686 |
+
"dissociating": 31735,
|
| 687 |
+
"distachy": 31673,
|
| 688 |
+
"distachyon": 31582,
|
| 689 |
+
"distinc": 31944,
|
| 690 |
+
"distinctively": 31788,
|
| 691 |
+
"disting": 31978,
|
| 692 |
+
"distinguishment": 31870,
|
| 693 |
+
"dithioth": 31965,
|
| 694 |
+
"ditr": 31933,
|
| 695 |
+
"diunsaturated": 31441,
|
| 696 |
+
"diversify": 31809,
|
| 697 |
+
"diz": 31923,
|
| 698 |
+
"dizygotic": 30978,
|
| 699 |
+
"double-immunostained": 31578,
|
| 700 |
+
"down-regulate": 31432,
|
| 701 |
+
"dyslipid": 30775,
|
| 702 |
+
"dyslipidaemia": 30530,
|
| 703 |
+
"dyslipidemias": 30802,
|
| 704 |
+
"dyslipidemic": 30656,
|
| 705 |
+
"early-phase": 31641,
|
| 706 |
+
"easyCyte": 31360,
|
| 707 |
+
"easycyte": 31725,
|
| 708 |
+
"eccrine": 31805,
|
| 709 |
+
"eclipseplus": 31989,
|
| 710 |
+
"efferocytosis": 31851,
|
| 711 |
+
"elipot": 32055,
|
| 712 |
+
"ellips": 32029,
|
| 713 |
+
"ellipses": 31284,
|
| 714 |
+
"elongase": 31792,
|
| 715 |
+
"endobronchial": 31840,
|
| 716 |
+
"endocann": 31921,
|
| 717 |
+
"endocannabin": 32062,
|
| 718 |
+
"endocannabinoid": 31728,
|
| 719 |
+
"endocannabinoids": 31015,
|
| 720 |
+
"endocyt": 32016,
|
| 721 |
+
"endocytosed": 30751,
|
| 722 |
+
"endod": 31925,
|
| 723 |
+
"endodermal": 31439,
|
| 724 |
+
"endoduplication": 31295,
|
| 725 |
+
"endone": 32012,
|
| 726 |
+
"endoneurial": 31231,
|
| 727 |
+
"endophen": 32058,
|
| 728 |
+
"endophenotype": 31532,
|
| 729 |
+
"endophenotypes": 30892,
|
| 730 |
+
"endored": 32010,
|
| 731 |
+
"endoreduplication": 31043,
|
| 732 |
+
"endosc": 32076,
|
| 733 |
+
"endosome-derived": 31470,
|
| 734 |
+
"endosym": 31914,
|
| 735 |
+
"endosymbiont": 31191,
|
| 736 |
+
"endotoxin-induced": 31590,
|
| 737 |
+
"endotypes": 31626,
|
| 738 |
+
"eol": 32019,
|
| 739 |
+
"equilibrate": 31811,
|
| 740 |
+
"ergosterol": 30608,
|
| 741 |
+
"ergosterolester": 31304,
|
| 742 |
+
"ergosteryl": 31643,
|
| 743 |
+
"erythroblasts": 31828,
|
| 744 |
+
"erythrophagocytic": 30909,
|
| 745 |
+
"ethanolamide": 31841,
|
| 746 |
+
"ethanolamine": 30949,
|
| 747 |
+
"ether-lipids": 30719,
|
| 748 |
+
"ether-phosphatidylcholine": 31367,
|
| 749 |
+
"ether-phospholipid": 30722,
|
| 750 |
+
"ether-phospholipids": 30725,
|
| 751 |
+
"ethinylestradiol": 30858,
|
| 752 |
+
"europium": 31767,
|
| 753 |
+
"exome-wide": 31348,
|
| 754 |
+
"extra-uterine": 31521,
|
| 755 |
+
"extrapulmonary": 31814,
|
| 756 |
+
"famine": 31855,
|
| 757 |
+
"ferrocyanide": 31257,
|
| 758 |
+
"first-line": 31283,
|
| 759 |
+
"flipped": 31879,
|
| 760 |
+
"flipping": 31775,
|
| 761 |
+
"flow-rate": 31315,
|
| 762 |
+
"fluorobrite": 31714,
|
| 763 |
+
"fluorochrome": 31357,
|
| 764 |
+
"fluorometer": 31685,
|
| 765 |
+
"fluorometric": 31395,
|
| 766 |
+
"fluoromount": 31704,
|
| 767 |
+
"fluoroorotic": 31335,
|
| 768 |
+
"formedium": 31971,
|
| 769 |
+
"galactocerebrocide": 30979,
|
| 770 |
+
"galactosylceramidase": 30917,
|
| 771 |
+
"galactosylceramide": 30846,
|
| 772 |
+
"ganglioside": 30872,
|
| 773 |
+
"gas-phase": 31266,
|
| 774 |
+
"gcase": 31993,
|
| 775 |
+
"generic-purpose": 31423,
|
| 776 |
+
"genome-wide": 30871,
|
| 777 |
+
"globotriaosylceramide": 31004,
|
| 778 |
+
"glucocerebrosidase": 30856,
|
| 779 |
+
"glucocerebroside": 31314,
|
| 780 |
+
"glucolip": 31969,
|
| 781 |
+
"glucolipotoxicity": 31435,
|
| 782 |
+
"glucopyranoside": 31903,
|
| 783 |
+
"glucosylceramidase": 30853,
|
| 784 |
+
"glucosylceramide": 30844,
|
| 785 |
+
"glucosylceramide-lactosylceramide-ganglioside": 31044,
|
| 786 |
+
"glucosylcermide": 31016,
|
| 787 |
+
"glucosylsphingosine": 30837,
|
| 788 |
+
"glyceraldehyde-3-phosphate": 30923,
|
| 789 |
+
"glycerol-3-phosphate": 30852,
|
| 790 |
+
"glycerolipid": 30584,
|
| 791 |
+
"glycerolipids": 30583,
|
| 792 |
+
"glyceronephosphate": 31333,
|
| 793 |
+
"glycerophosholipid": 30660,
|
| 794 |
+
"glycerophosphate": 32002,
|
| 795 |
+
"glycerophosphoethanolamine": 30907,
|
| 796 |
+
"glycerophospholipid": 30581,
|
| 797 |
+
"glycerophospholipidome": 30662,
|
| 798 |
+
"glycerophospholipids": 30578,
|
| 799 |
+
"glyco": 30796,
|
| 800 |
+
"glycolipids": 30527,
|
| 801 |
+
"glycosidic": 30697,
|
| 802 |
+
"glycosphigolipid": 30526,
|
| 803 |
+
"glycosphigolipid-dominated": 30525,
|
| 804 |
+
"glycosphing": 30793,
|
| 805 |
+
"glycosphingolid": 30655,
|
| 806 |
+
"glycosphingolipid": 30523,
|
| 807 |
+
"glycosphingolipid-metabolizing": 30524,
|
| 808 |
+
"glycosphingolipids": 30522,
|
| 809 |
+
"glycosylceramides": 30772,
|
| 810 |
+
"glyoxylate": 31402,
|
| 811 |
+
"goldfine": 31665,
|
| 812 |
+
"gptase": 31757,
|
| 813 |
+
"guanine-nucleotide": 30763,
|
| 814 |
+
"haase": 32020,
|
| 815 |
+
"health-to-disease": 31093,
|
| 816 |
+
"hematocytometer": 31448,
|
| 817 |
+
"hemocytometer": 31498,
|
| 818 |
+
"hepatopathies": 30814,
|
| 819 |
+
"hepatopathy": 30561,
|
| 820 |
+
"hexanucle": 31731,
|
| 821 |
+
"hexanucleotides": 31321,
|
| 822 |
+
"hexosaminidase": 31156,
|
| 823 |
+
"hexose": 31091,
|
| 824 |
+
"hexosyl-ceramide": 31097,
|
| 825 |
+
"hexosylceramide": 30848,
|
| 826 |
+
"high-density-lipoprotein": 30977,
|
| 827 |
+
"high-dose": 31605,
|
| 828 |
+
"high-sodium": 31397,
|
| 829 |
+
"hydroxycholesterol": 31292,
|
| 830 |
+
"hydroxylamine": 31884,
|
| 831 |
+
"hydroxysphinganine": 31109,
|
| 832 |
+
"hyper-active": 31597,
|
| 833 |
+
"hyper-rectangles": 31206,
|
| 834 |
+
"hyperactiv": 31953,
|
| 835 |
+
"hyperactivate": 30694,
|
| 836 |
+
"hyperactivated": 31846,
|
| 837 |
+
"hyperactivates": 31648,
|
| 838 |
+
"hyperactivation": 31784,
|
| 839 |
+
"hypercholesteremia": 30675,
|
| 840 |
+
"hypercholesterolemic": 31786,
|
| 841 |
+
"hypercortisolism": 30855,
|
| 842 |
+
"hypergeometric": 30865,
|
| 843 |
+
"hyperglycem": 31743,
|
| 844 |
+
"hyperlipid": 30559,
|
| 845 |
+
"hyperlipidaemia": 30528,
|
| 846 |
+
"hyperlipidemic": 30543,
|
| 847 |
+
"hypermutation": 31677,
|
| 848 |
+
"hyperparam": 32021,
|
| 849 |
+
"hyperparameter": 31558,
|
| 850 |
+
"hyperphosphoryl": 31693,
|
| 851 |
+
"hyperphosphorylated": 31780,
|
| 852 |
+
"hyperphosphorylation": 31774,
|
| 853 |
+
"hyperpig": 31682,
|
| 854 |
+
"hyperpigmentation": 31154,
|
| 855 |
+
"hyperplane": 31362,
|
| 856 |
+
"hyperproduction": 31564,
|
| 857 |
+
"hyperrespons": 31964,
|
| 858 |
+
"hyperresponsiveness": 31524,
|
| 859 |
+
"hypertension7": 31858,
|
| 860 |
+
"hypertensives": 32082,
|
| 861 |
+
"hypertriglycerid": 31915,
|
| 862 |
+
"hypertriglyceridemic": 31406,
|
| 863 |
+
"hypoglycem": 31657,
|
| 864 |
+
"hypolipidemia": 30529,
|
| 865 |
+
"hypotaurine": 30728,
|
| 866 |
+
"hypothermosol": 30661,
|
| 867 |
+
"hypothesise": 31772,
|
| 868 |
+
"hypoton": 32026,
|
| 869 |
+
"hypotonized": 31566,
|
| 870 |
+
"illuminaclip": 31742,
|
| 871 |
+
"immune-associated": 31421,
|
| 872 |
+
"immune-cell": 31526,
|
| 873 |
+
"immune-mediated": 31299,
|
| 874 |
+
"immune-recruiting": 31405,
|
| 875 |
+
"immune-related": 31595,
|
| 876 |
+
"immunity4": 31864,
|
| 877 |
+
"immunizations": 31819,
|
| 878 |
+
"immunode": 32045,
|
| 879 |
+
"immunoflu": 32027,
|
| 880 |
+
"immunofluoresence": 31818,
|
| 881 |
+
"immunoh": 31995,
|
| 882 |
+
"immunolabeled": 31833,
|
| 883 |
+
"immunoprecipitate": 30798,
|
| 884 |
+
"immunoprecipitating": 31872,
|
| 885 |
+
"immunoprecipitations": 31909,
|
| 886 |
+
"immunopro": 32071,
|
| 887 |
+
"immunoprocessed": 31454,
|
| 888 |
+
"immunoreg": 31907,
|
| 889 |
+
"immunoregulation": 31359,
|
| 890 |
+
"immunoregulator": 31215,
|
| 891 |
+
"immunoregulatory": 31116,
|
| 892 |
+
"immunorese": 31957,
|
| 893 |
+
"immunosen": 31942,
|
| 894 |
+
"immunosenescence": 31449,
|
| 895 |
+
"immunosupp": 32018,
|
| 896 |
+
"immunosuppressant": 31852,
|
| 897 |
+
"immunosuppressed": 31844,
|
| 898 |
+
"immunotherap": 31712,
|
| 899 |
+
"in-line": 31404,
|
| 900 |
+
"incline": 31791,
|
| 901 |
+
"indium": 31898,
|
| 902 |
+
"infinium": 32047,
|
| 903 |
+
"inflate": 31835,
|
| 904 |
+
"infusate": 31243,
|
| 905 |
+
"inline": 31815,
|
| 906 |
+
"inoculate": 31003,
|
| 907 |
+
"inosine": 31845,
|
| 908 |
+
"inositolphosphate": 31856,
|
| 909 |
+
"inositolphosphorylceramide": 30849,
|
| 910 |
+
"interleukin-1": 31293,
|
| 911 |
+
"interleukin-6": 31361,
|
| 912 |
+
"interpolate": 31850,
|
| 913 |
+
"interrelate": 31528,
|
| 914 |
+
"interrogate": 31834,
|
| 915 |
+
"interstitium": 31860,
|
| 916 |
+
"intra-plate": 31345,
|
| 917 |
+
"intramyocellular": 31224,
|
| 918 |
+
"ionocyte": 31777,
|
| 919 |
+
"jaccard": 31275,
|
| 920 |
+
"ketophinganine": 31340,
|
| 921 |
+
"ketosphinganine": 31100,
|
| 922 |
+
"ketosphingonine": 31098,
|
| 923 |
+
"ketosphingosine": 31114,
|
| 924 |
+
"klose": 31949,
|
| 925 |
+
"knowledgebase": 31842,
|
| 926 |
+
"l-alanyl-l-glutamine": 31017,
|
| 927 |
+
"lactosylceramide": 30926,
|
| 928 |
+
"later-phase": 31484,
|
| 929 |
+
"lecithin-cholesterol": 31021,
|
| 930 |
+
"leukotriene": 31793,
|
| 931 |
+
"leukotrienes": 31661,
|
| 932 |
+
"liberate": 31847,
|
| 933 |
+
"linoleate": 31581,
|
| 934 |
+
"lipases": 31141,
|
| 935 |
+
"lipc": 31980,
|
| 936 |
+
"lipea": 31533,
|
| 937 |
+
"lipeb": 31408,
|
| 938 |
+
"lipg": 31926,
|
| 939 |
+
"lipid-adjusted": 30585,
|
| 940 |
+
"lipid-associated": 30692,
|
| 941 |
+
"lipid-based": 30710,
|
| 942 |
+
"lipid-carrying": 30739,
|
| 943 |
+
"lipid-centric": 30659,
|
| 944 |
+
"lipid-class": 30754,
|
| 945 |
+
"lipid-containing": 30747,
|
| 946 |
+
"lipid-coronary": 30707,
|
| 947 |
+
"lipid-dependent": 30732,
|
| 948 |
+
"lipid-focused": 30756,
|
| 949 |
+
"lipid-gene": 30594,
|
| 950 |
+
"lipid-genes": 30693,
|
| 951 |
+
"lipid-induced": 30733,
|
| 952 |
+
"lipid-like": 30743,
|
| 953 |
+
"lipid-loci": 30602,
|
| 954 |
+
"lipid-lowering": 30589,
|
| 955 |
+
"lipid-mediated": 30744,
|
| 956 |
+
"lipid-metabolism": 30724,
|
| 957 |
+
"lipid-metabolism-specific": 30631,
|
| 958 |
+
"lipid-modulating": 30759,
|
| 959 |
+
"lipid-protein": 30742,
|
| 960 |
+
"lipid-related": 30577,
|
| 961 |
+
"lipid-rich": 30685,
|
| 962 |
+
"lipid-scavenger": 30758,
|
| 963 |
+
"lipid-species-associated": 30615,
|
| 964 |
+
"lipid-specific": 30698,
|
| 965 |
+
"lipid-supplemented": 30771,
|
| 966 |
+
"lipidbl": 30832,
|
| 967 |
+
"lipidblast": 30562,
|
| 968 |
+
"lipidcompass": 30787,
|
| 969 |
+
"lipidcre": 30824,
|
| 970 |
+
"lipidcreator": 30781,
|
| 971 |
+
"lipideffect": 30794,
|
| 972 |
+
"lipidex": 30826,
|
| 973 |
+
"lipidic": 30795,
|
| 974 |
+
"lipidlynx": 30782,
|
| 975 |
+
"lipidmaps": 30690,
|
| 976 |
+
"lipidmatch": 30791,
|
| 977 |
+
"lipidmp": 30821,
|
| 978 |
+
"lipidms": 30816,
|
| 979 |
+
"lipidmsv3": 30683,
|
| 980 |
+
"lipidom": 30825,
|
| 981 |
+
"lipidoma": 30807,
|
| 982 |
+
"lipidome": 30630,
|
| 983 |
+
"lipidome-based": 30658,
|
| 984 |
+
"lipidome-wide": 30540,
|
| 985 |
+
"lipidomes": 30636,
|
| 986 |
+
"lipidomic": 30629,
|
| 987 |
+
"lipidomics": 30607,
|
| 988 |
+
"lipidomicstandard": 30645,
|
| 989 |
+
"lipidomicstandards": 30623,
|
| 990 |
+
"lipidomix": 30780,
|
| 991 |
+
"lipidont": 30828,
|
| 992 |
+
"lipidontology": 30677,
|
| 993 |
+
"lipidquant": 30831,
|
| 994 |
+
"lipids10": 30808,
|
| 995 |
+
"lipids38": 30810,
|
| 996 |
+
"lipids6": 30813,
|
| 997 |
+
"lipidsearch": 30820,
|
| 998 |
+
"lipidsig": 30829,
|
| 999 |
+
"lipidview": 30817,
|
| 1000 |
+
"lipidx": 30805,
|
| 1001 |
+
"lipidxpl": 30784,
|
| 1002 |
+
"lipidxplorer": 30643,
|
| 1003 |
+
"lipidyzer": 30823,
|
| 1004 |
+
"lipofect": 32006,
|
| 1005 |
+
"lipofuscin": 31414,
|
| 1006 |
+
"lipofuscinosis": 31136,
|
| 1007 |
+
"lipogenic": 30773,
|
| 1008 |
+
"lipokine": 30812,
|
| 1009 |
+
"lipolytic": 31796,
|
| 1010 |
+
"lipone": 31972,
|
| 1011 |
+
"liponeogenesis": 31381,
|
| 1012 |
+
"lipophag": 32048,
|
| 1013 |
+
"lipophagic": 31473,
|
| 1014 |
+
"lipophagy": 31730,
|
| 1015 |
+
"lipopolysaccharides": 31812,
|
| 1016 |
+
"lipoprotein-cholesterol": 30723,
|
| 1017 |
+
"lipoprotein-derived": 31507,
|
| 1018 |
+
"lipoprotein-lipase": 30730,
|
| 1019 |
+
"lipostar": 31705,
|
| 1020 |
+
"liposuction": 31540,
|
| 1021 |
+
"lipotoxicity": 31189,
|
| 1022 |
+
"lipotype": 30941,
|
| 1023 |
+
"lipotypes": 31787,
|
| 1024 |
+
"lipotypexplorer": 31115,
|
| 1025 |
+
"lipotypezoom": 31307,
|
| 1026 |
+
"lipoxid": 31924,
|
| 1027 |
+
"lipoxidative": 31379,
|
| 1028 |
+
"lipoxins": 31736,
|
| 1029 |
+
"lipoxygen": 32000,
|
| 1030 |
+
"lipoxygenase": 30800,
|
| 1031 |
+
"lipoxygenases": 31308,
|
| 1032 |
+
"lipydizer": 31732,
|
| 1033 |
+
"liverpool": 31765,
|
| 1034 |
+
"loci-lipid": 30746,
|
| 1035 |
+
"lol": 31975,
|
| 1036 |
+
"longtine": 31991,
|
| 1037 |
+
"low-carbohydrate": 31352,
|
| 1038 |
+
"low-density-lipoprotein": 30952,
|
| 1039 |
+
"low-dose": 31305,
|
| 1040 |
+
"lubridate": 31509,
|
| 1041 |
+
"luxol": 31798,
|
| 1042 |
+
"lyso": 30983,
|
| 1043 |
+
"lyso-GP": 30842,
|
| 1044 |
+
"lyso-GPs": 30864,
|
| 1045 |
+
"lyso-IP": 31218,
|
| 1046 |
+
"lyso-PA": 31200,
|
| 1047 |
+
"lyso-PC": 30932,
|
| 1048 |
+
"lyso-PE": 31110,
|
| 1049 |
+
"lyso-PI": 31117,
|
| 1050 |
+
"lyso-PL": 30934,
|
| 1051 |
+
"lyso-PS": 31237,
|
| 1052 |
+
"lyso-derivatives": 31144,
|
| 1053 |
+
"lyso-lipid": 30542,
|
| 1054 |
+
"lyso-lipids": 30531,
|
| 1055 |
+
"lyso-phospatidylcholines": 31008,
|
| 1056 |
+
"lyso-phosphatidate": 30570,
|
| 1057 |
+
"lyso-phosphatidylcholine": 30566,
|
| 1058 |
+
"lyso-phosphatidylethanolamine": 30564,
|
| 1059 |
+
"lyso-phosphatidylethanolamine-ether": 30996,
|
| 1060 |
+
"lyso-phosphatidylglycerol": 30572,
|
| 1061 |
+
"lyso-phosphatidylinisitole": 31007,
|
| 1062 |
+
"lyso-phosphatidylinositol": 30595,
|
| 1063 |
+
"lyso-phosphatidylserine": 30593,
|
| 1064 |
+
"lyso-phospholipid": 30550,
|
| 1065 |
+
"lyso-phospholipids": 30551,
|
| 1066 |
+
"lysoIP": 31239,
|
| 1067 |
+
"lysoPC": 30877,
|
| 1068 |
+
"lysoPCs": 30935,
|
| 1069 |
+
"lysoPI": 31479,
|
| 1070 |
+
"lysoPLs": 31603,
|
| 1071 |
+
"lysoalk": 31706,
|
| 1072 |
+
"lysoalkenylphosphatidylethanolamine": 30638,
|
| 1073 |
+
"lysoglycerophospholipids": 30533,
|
| 1074 |
+
"lysoip": 31715,
|
| 1075 |
+
"lysolec": 31981,
|
| 1076 |
+
"lysolecithin": 31219,
|
| 1077 |
+
"lysolipid": 30552,
|
| 1078 |
+
"lysolipids": 30555,
|
| 1079 |
+
"lysop": 31961,
|
| 1080 |
+
"lysopa": 31913,
|
| 1081 |
+
"lysopc": 31672,
|
| 1082 |
+
"lysopcs": 31719,
|
| 1083 |
+
"lysope": 32004,
|
| 1084 |
+
"lysopes": 31994,
|
| 1085 |
+
"lysoph": 32041,
|
| 1086 |
+
"lysophasph": 31269,
|
| 1087 |
+
"lysophasphatidylglycerol": 30614,
|
| 1088 |
+
"lysophophatidylethanolamines": 30957,
|
| 1089 |
+
"lysophosholipid": 30545,
|
| 1090 |
+
"lysophosholipids": 30547,
|
| 1091 |
+
"lysophosphatic": 31832,
|
| 1092 |
+
"lysophosphatid": 32031,
|
| 1093 |
+
"lysophosphatidate": 30762,
|
| 1094 |
+
"lysophosphatidic": 30931,
|
| 1095 |
+
"lysophosphatidyl": 32044,
|
| 1096 |
+
"lysophosphatidylcholine": 30576,
|
| 1097 |
+
"lysophosphatidylcholineLPC83": 30974,
|
| 1098 |
+
"lysophosphatidylcholinel": 31338,
|
| 1099 |
+
"lysophosphatidylcholines": 30840,
|
| 1100 |
+
"lysophosphatidylethanolamine": 30587,
|
| 1101 |
+
"lysophosphatidylethanolamineLPE3": 31080,
|
| 1102 |
+
"lysophosphatidylethanolaminel": 31288,
|
| 1103 |
+
"lysophosphatidylethanolamines": 30841,
|
| 1104 |
+
"lysophosphatidylglycerol": 30700,
|
| 1105 |
+
"lysophosphatidylglycerols": 31178,
|
| 1106 |
+
"lysophosphatidylinositol": 30649,
|
| 1107 |
+
"lysophosphatidylinositols": 31186,
|
| 1108 |
+
"lysophosphatidylserine": 30648,
|
| 1109 |
+
"lysophosphatidylserines": 31221,
|
| 1110 |
+
"lysophosphoinositol": 30598,
|
| 1111 |
+
"lysophosphoinositols": 30943,
|
| 1112 |
+
"lysophospholipid": 30549,
|
| 1113 |
+
"lysophospholipids": 30537,
|
| 1114 |
+
"lysophosphotidyl": 31758,
|
| 1115 |
+
"lysophosphotidylcholines": 31011,
|
| 1116 |
+
"lysophposph": 31324,
|
| 1117 |
+
"lysophposphatidylinositol": 30640,
|
| 1118 |
+
"lysopi": 31696,
|
| 1119 |
+
"lysopl": 31917,
|
| 1120 |
+
"lysopls": 31741,
|
| 1121 |
+
"lysops": 31918,
|
| 1122 |
+
"lysosome-associated": 31534,
|
| 1123 |
+
"lysosome-mediated": 31485,
|
| 1124 |
+
"lysosome-related": 31467,
|
| 1125 |
+
"lysospecies": 31426,
|
| 1126 |
+
"mannosyl-inositol": 31102,
|
| 1127 |
+
"mannosyl-inositolphosphorylceramide": 30994,
|
| 1128 |
+
"mannosylinositolphosphorylceramide": 31039,
|
| 1129 |
+
"massDatabase": 31205,
|
| 1130 |
+
"melanocyte": 31876,
|
| 1131 |
+
"mesylate": 31773,
|
| 1132 |
+
"methacholine": 31132,
|
| 1133 |
+
"methanesulfonate": 31583,
|
| 1134 |
+
"methylamine": 31121,
|
| 1135 |
+
"methylcellulose": 31797,
|
| 1136 |
+
"methylcholine": 31854,
|
| 1137 |
+
"methyleneanaminium": 31298,
|
| 1138 |
+
"methyliodide": 31181,
|
| 1139 |
+
"microbiome-lipidome": 30668,
|
| 1140 |
+
"mid-phase": 31462,
|
| 1141 |
+
"milliplex": 32059,
|
| 1142 |
+
"mobile-phase": 31544,
|
| 1143 |
+
"mono-sialyated": 30861,
|
| 1144 |
+
"mono-sialylated": 31155,
|
| 1145 |
+
"mono-unsaturated": 31325,
|
| 1146 |
+
"monoab": 31990,
|
| 1147 |
+
"monoacylglycer": 31753,
|
| 1148 |
+
"monoacylglycero": 30927,
|
| 1149 |
+
"monoacylglycerol": 30715,
|
| 1150 |
+
"monoacylglycerols": 31316,
|
| 1151 |
+
"monoacylglycerophosphocholines": 31014,
|
| 1152 |
+
"monocot": 31749,
|
| 1153 |
+
"monocots": 31769,
|
| 1154 |
+
"monocyte-derived": 31326,
|
| 1155 |
+
"monocyte-recruiting": 31511,
|
| 1156 |
+
"monocyte-to-MDM": 31023,
|
| 1157 |
+
"monodes": 31999,
|
| 1158 |
+
"monodesaturation": 31591,
|
| 1159 |
+
"monog": 31934,
|
| 1160 |
+
"monogl": 32069,
|
| 1161 |
+
"monoglccer": 31327,
|
| 1162 |
+
"monogluc": 32077,
|
| 1163 |
+
"monoglucosyl": 31708,
|
| 1164 |
+
"monoglucosyl-acyl-ether-glycerol": 30573,
|
| 1165 |
+
"monoglucosylceramides": 31107,
|
| 1166 |
+
"monoglyc": 31688,
|
| 1167 |
+
"monoglyceride": 30680,
|
| 1168 |
+
"monoglycosylated": 30571,
|
| 1169 |
+
"monoglycosylceramide": 30532,
|
| 1170 |
+
"monohexosylceramides": 30887,
|
| 1171 |
+
"monoisot": 31702,
|
| 1172 |
+
"monoisotopic": 30850,
|
| 1173 |
+
"monokine": 30803,
|
| 1174 |
+
"monolysocardi": 30789,
|
| 1175 |
+
"monolysocardiolipins": 30539,
|
| 1176 |
+
"monomethyl": 31920,
|
| 1177 |
+
"monomethylated": 31577,
|
| 1178 |
+
"monomorphic": 31174,
|
| 1179 |
+
"monomy": 32057,
|
| 1180 |
+
"monomyristoylglycero": 31000,
|
| 1181 |
+
"mononucleotide": 30560,
|
| 1182 |
+
"monophase": 30811,
|
| 1183 |
+
"monophasic": 31494,
|
| 1184 |
+
"monosaccharide": 30717,
|
| 1185 |
+
"monosaccharides": 31861,
|
| 1186 |
+
"monosialic": 31383,
|
| 1187 |
+
"monosialodihexosyl": 31120,
|
| 1188 |
+
"monosomy": 30988,
|
| 1189 |
+
"monoton": 32064,
|
| 1190 |
+
"monotonous": 31399,
|
| 1191 |
+
"monotonously": 31629,
|
| 1192 |
+
"monoun": 31946,
|
| 1193 |
+
"monounsaturated": 30880,
|
| 1194 |
+
"monounsaturation": 31289,
|
| 1195 |
+
"monov": 31928,
|
| 1196 |
+
"monovette": 31312,
|
| 1197 |
+
"monozyg": 31699,
|
| 1198 |
+
"monozygotic": 31238,
|
| 1199 |
+
"mowiol": 31649,
|
| 1200 |
+
"multi-kinase": 31472,
|
| 1201 |
+
"multidisease": 31452,
|
| 1202 |
+
"multiline": 32043,
|
| 1203 |
+
"mutate": 31875,
|
| 1204 |
+
"myelopathy": 31882,
|
| 1205 |
+
"myoc": 32005,
|
| 1206 |
+
"myof": 32039,
|
| 1207 |
+
"myofibrillar": 31878,
|
| 1208 |
+
"myofilament": 31857,
|
| 1209 |
+
"mzmine": 32033,
|
| 1210 |
+
"n-oxide": 31619,
|
| 1211 |
+
"nanol": 32080,
|
| 1212 |
+
"nanomate": 32017,
|
| 1213 |
+
"ncdase": 32049,
|
| 1214 |
+
"necessitate": 31700,
|
| 1215 |
+
"neckline": 31516,
|
| 1216 |
+
"nickel-agarose": 31385,
|
| 1217 |
+
"nicotinate": 31401,
|
| 1218 |
+
"no-softclip": 31048,
|
| 1219 |
+
"non-adipose": 31403,
|
| 1220 |
+
"non-carcinogenic": 31550,
|
| 1221 |
+
"non-cardiac": 31520,
|
| 1222 |
+
"non-glucose": 31276,
|
| 1223 |
+
"non-immune": 31407,
|
| 1224 |
+
"non-myocyte": 30708,
|
| 1225 |
+
"non-renal": 31464,
|
| 1226 |
+
"non-tumorigenic": 31330,
|
| 1227 |
+
"noncytotoxic": 31588,
|
| 1228 |
+
"normolipidemic": 30664,
|
| 1229 |
+
"nuclease-free": 31453,
|
| 1230 |
+
"nuclei-containing": 31351,
|
| 1231 |
+
"nucleofect": 31676,
|
| 1232 |
+
"nucleofection": 31722,
|
| 1233 |
+
"nucleofector": 31668,
|
| 1234 |
+
"nucleospin": 31678,
|
| 1235 |
+
"nucleot": 31938,
|
| 1236 |
+
"octadecanoate": 31261,
|
| 1237 |
+
"off-line": 31437,
|
| 1238 |
+
"oleate": 31152,
|
| 1239 |
+
"omega-hydroxy-shpingosine": 31057,
|
| 1240 |
+
"on-line": 31471,
|
| 1241 |
+
"one-phase": 31440,
|
| 1242 |
+
"onithine": 31666,
|
| 1243 |
+
"orthophosphate": 30835,
|
| 1244 |
+
"orthovanadate": 31537,
|
| 1245 |
+
"osmium": 31684,
|
| 1246 |
+
"oxylip": 32067,
|
| 1247 |
+
"oxylipin": 31170,
|
| 1248 |
+
"oxylipins": 30878,
|
| 1249 |
+
"palmitoyl-oleoyl-phosphatidylglycerol": 31084,
|
| 1250 |
+
"palmitoyltransferase": 30969,
|
| 1251 |
+
"pantothenate": 31240,
|
| 1252 |
+
"pentahexose": 31220,
|
| 1253 |
+
"pentahexosylceramide": 30915,
|
| 1254 |
+
"perethinylestradiol": 31037,
|
| 1255 |
+
"peri-operative": 31364,
|
| 1256 |
+
"peribr": 31988,
|
| 1257 |
+
"perilipin": 30704,
|
| 1258 |
+
"perilipin-1": 30597,
|
| 1259 |
+
"perineurial": 31349,
|
| 1260 |
+
"periodical": 31837,
|
| 1261 |
+
"peritum": 31695,
|
| 1262 |
+
"peritumor": 31573,
|
| 1263 |
+
"periventribular": 31429,
|
| 1264 |
+
"periventricular": 31713,
|
| 1265 |
+
"perpetuate": 31790,
|
| 1266 |
+
"phagocytose": 30801,
|
| 1267 |
+
"phagocytosis-associated": 31419,
|
| 1268 |
+
"pheno-wide": 31250,
|
| 1269 |
+
"phenome-wide": 30862,
|
| 1270 |
+
"phenylindol": 31683,
|
| 1271 |
+
"phophatidylglycerol": 30959,
|
| 1272 |
+
"phopsholipidomic": 30617,
|
| 1273 |
+
"phorbol-12-myristate-13-acetate": 30981,
|
| 1274 |
+
"phosphase": 32040,
|
| 1275 |
+
"phosphate-saline": 31469,
|
| 1276 |
+
"phosphatidate": 30937,
|
| 1277 |
+
"phosphatidyl-ethanolamine": 31145,
|
| 1278 |
+
"phosphatidyldimethylethanolamine": 31245,
|
| 1279 |
+
"phosphatidylethanol": 32028,
|
| 1280 |
+
"phosphatidylethanolamine": 30947,
|
| 1281 |
+
"phosphatidylethanolamine-N-methyltransferase": 31069,
|
| 1282 |
+
"phosphatidylglycerol": 31036,
|
| 1283 |
+
"phosphatidylmethanol": 31370,
|
| 1284 |
+
"phosphatidylpropanolamine": 31248,
|
| 1285 |
+
"phosphatidylthanolamine": 31148,
|
| 1286 |
+
"phosphatidyltransferase": 31955,
|
| 1287 |
+
"phospho-L-serine": 30605,
|
| 1288 |
+
"phospho-inositides": 30980,
|
| 1289 |
+
"phospho-rac": 31436,
|
| 1290 |
+
"phosphocholine": 30696,
|
| 1291 |
+
"phosphocholine-containing": 31190,
|
| 1292 |
+
"phosphocol": 30788,
|
| 1293 |
+
"phosphoethanolamine": 30809,
|
| 1294 |
+
"phosphoglycer": 31936,
|
| 1295 |
+
"phosphoglyceride": 30699,
|
| 1296 |
+
"phosphoglycerides": 31569,
|
| 1297 |
+
"phosphoglycerolipid": 30546,
|
| 1298 |
+
"phosphoglycerolipids": 30544,
|
| 1299 |
+
"phosphoin": 31959,
|
| 1300 |
+
"phosphoinositides": 31651,
|
| 1301 |
+
"phosphoinositol": 30822,
|
| 1302 |
+
"phosphoinositols": 31614,
|
| 1303 |
+
"phospholipases": 30716,
|
| 1304 |
+
"phospholipid-metabolizing": 30557,
|
| 1305 |
+
"phospholipid-synthesizing": 30556,
|
| 1306 |
+
"phospholipidome": 30536,
|
| 1307 |
+
"phospholipidomic": 30553,
|
| 1308 |
+
"phospholipids-only": 30558,
|
| 1309 |
+
"phosphoric": 31967,
|
| 1310 |
+
"phosphorimager": 31697,
|
| 1311 |
+
"phosphorylating": 31889,
|
| 1312 |
+
"phosphorylation-dependent": 31599,
|
| 1313 |
+
"phosphorylation-specific": 31474,
|
| 1314 |
+
"phosphorylceramide": 30689,
|
| 1315 |
+
"phosphoserine": 30819,
|
| 1316 |
+
"phosphotransferase": 30650,
|
| 1317 |
+
"phosphotung": 31727,
|
| 1318 |
+
"phosphotungstic": 31030,
|
| 1319 |
+
"physcomitrium": 31291,
|
| 1320 |
+
"phytosphingosine": 30908,
|
| 1321 |
+
"plasmenyl-phosphatidylcholine": 31147,
|
| 1322 |
+
"plasmenyl-phosphatidylethanolamine": 30925,
|
| 1323 |
+
"plasmenyl-phospholipids": 30674,
|
| 1324 |
+
"poly-D-lysine": 30609,
|
| 1325 |
+
"poly-L-onithine": 30610,
|
| 1326 |
+
"poly-L-ornithine": 30600,
|
| 1327 |
+
"poly-L-ornithine-coated": 30968,
|
| 1328 |
+
"poly-unsaturated": 31285,
|
| 1329 |
+
"polyacr": 31984,
|
| 1330 |
+
"polybrene": 31267,
|
| 1331 |
+
"polydips": 31966,
|
| 1332 |
+
"polydipsia": 31277,
|
| 1333 |
+
"polyfluor": 32053,
|
| 1334 |
+
"polyfluoroalkyl": 30945,
|
| 1335 |
+
"polymicro": 31740,
|
| 1336 |
+
"polymorpha": 31868,
|
| 1337 |
+
"polyneuropath": 31701,
|
| 1338 |
+
"polyneuropathies": 31151,
|
| 1339 |
+
"polypept": 32068,
|
| 1340 |
+
"polyphagia": 31803,
|
| 1341 |
+
"polyplus": 31746,
|
| 1342 |
+
"polyprotein": 31848,
|
| 1343 |
+
"polyrad": 31922,
|
| 1344 |
+
"polyradiculoneuropathy": 30613,
|
| 1345 |
+
"polyscience": 31729,
|
| 1346 |
+
"polysciences": 31652,
|
| 1347 |
+
"polysiloxane": 31515,
|
| 1348 |
+
"polytetra": 31962,
|
| 1349 |
+
"polytetrafluoroethylene": 30951,
|
| 1350 |
+
"polyun": 31947,
|
| 1351 |
+
"polyunsaturation": 31881,
|
| 1352 |
+
"polyunsature": 31977,
|
| 1353 |
+
"polyunsatureated": 31444,
|
| 1354 |
+
"polyuria": 31694,
|
| 1355 |
+
"population-wide": 31602,
|
| 1356 |
+
"portfol": 31681,
|
| 1357 |
+
"post-nuclear": 31636,
|
| 1358 |
+
"predetermine": 31525,
|
| 1359 |
+
"prednisol": 32063,
|
| 1360 |
+
"preimmune": 31658,
|
| 1361 |
+
"prolinamide": 31177,
|
| 1362 |
+
"pronephros": 31446,
|
| 1363 |
+
"propan-2-ol": 30890,
|
| 1364 |
+
"propanol": 31061,
|
| 1365 |
+
"propanolamine": 31328,
|
| 1366 |
+
"proportionate": 31865,
|
| 1367 |
+
"propyleneoxide": 31391,
|
| 1368 |
+
"protein-to-protease": 30912,
|
| 1369 |
+
"pulse-chase": 31447,
|
| 1370 |
+
"putrescine": 31442,
|
| 1371 |
+
"quadruplicate": 31800,
|
| 1372 |
+
"quantitate": 31853,
|
| 1373 |
+
"rac-glycerol": 31580,
|
| 1374 |
+
"radioimmunoprecipit": 31122,
|
| 1375 |
+
"radioimmunoprecipitation": 30970,
|
| 1376 |
+
"raffinose": 30870,
|
| 1377 |
+
"rdnase": 31937,
|
| 1378 |
+
"re-endocytosis": 31458,
|
| 1379 |
+
"re-evaluate": 31425,
|
| 1380 |
+
"recovery-phase": 31579,
|
| 1381 |
+
"reiterate": 31500,
|
| 1382 |
+
"renin-angiotensin": 31523,
|
| 1383 |
+
"resting-state": 31365,
|
| 1384 |
+
"retinamide": 31358,
|
| 1385 |
+
"reverse-phase": 31208,
|
| 1386 |
+
"reversed-phase": 31204,
|
| 1387 |
+
"ribofuranoside": 31653,
|
| 1388 |
+
"riboside": 31891,
|
| 1389 |
+
"saccharide": 31562,
|
| 1390 |
+
"sarcol": 31970,
|
| 1391 |
+
"schizochytrium": 31095,
|
| 1392 |
+
"segregate": 31895,
|
| 1393 |
+
"semisol": 31745,
|
| 1394 |
+
"seriol": 32075,
|
| 1395 |
+
"shpingosine": 31664,
|
| 1396 |
+
"significanceSNPPositionGeneChangeRefAltAFLipid": 30641,
|
| 1397 |
+
"silica-guanidinium": 31223,
|
| 1398 |
+
"single-dose": 31530,
|
| 1399 |
+
"single-nucleotide": 30738,
|
| 1400 |
+
"single-nucleus": 31356,
|
| 1401 |
+
"single-phase": 31424,
|
| 1402 |
+
"skyline": 31939,
|
| 1403 |
+
"smase": 32079,
|
| 1404 |
+
"sn-glycero-3-phosphocholine": 31025,
|
| 1405 |
+
"sodium-lithium": 31632,
|
| 1406 |
+
"softclip": 31703,
|
| 1407 |
+
"solid-phase": 31394,
|
| 1408 |
+
"sonicate": 31836,
|
| 1409 |
+
"sphinganine": 31085,
|
| 1410 |
+
"sphingolipid": 30622,
|
| 1411 |
+
"sphingolipid-mediated": 30642,
|
| 1412 |
+
"sphingolipid-sterol": 30548,
|
| 1413 |
+
"sphingolipidome": 30651,
|
| 1414 |
+
"sphingolipidomes": 30761,
|
| 1415 |
+
"sphingolipidomic": 30588,
|
| 1416 |
+
"sphingolipidomics": 30760,
|
| 1417 |
+
"sphingolipids": 30621,
|
| 1418 |
+
"sphingomyelinase": 31153,
|
| 1419 |
+
"sphingosine-1-phosphate": 30891,
|
| 1420 |
+
"sphingosylphosphorylcholine": 31118,
|
| 1421 |
+
"spingosine": 31319,
|
| 1422 |
+
"stachydrine": 31192,
|
| 1423 |
+
"steady-state": 31318,
|
| 1424 |
+
"steatohepatitis": 31366,
|
| 1425 |
+
"stigmastatrienol": 31140,
|
| 1426 |
+
"stockhol": 31950,
|
| 1427 |
+
"study-wide": 31228,
|
| 1428 |
+
"sub-genome-wide": 31029,
|
| 1429 |
+
"sub-pmol": 31477,
|
| 1430 |
+
"substantiate": 31830,
|
| 1431 |
+
"sulfatide": 31074,
|
| 1432 |
+
"sulforhodamine": 31287,
|
| 1433 |
+
"sulfotransferase": 32023,
|
| 1434 |
+
"sulphonate": 31958,
|
| 1435 |
+
"sulphorhodamine": 31150,
|
| 1436 |
+
"swainsonine": 31721,
|
| 1437 |
+
"swisslipids": 30770,
|
| 1438 |
+
"symbol-by-symbol": 30888,
|
| 1439 |
+
"synucleinopathies": 31873,
|
| 1440 |
+
"tachy": 32078,
|
| 1441 |
+
"taurochenodeoxycholate": 30939,
|
| 1442 |
+
"taurocholate": 31508,
|
| 1443 |
+
"tbunivariate": 31698,
|
| 1444 |
+
"telencephal": 31297,
|
| 1445 |
+
"telencephalon": 30854,
|
| 1446 |
+
"teleost": 31169,
|
| 1447 |
+
"teleosts": 31198,
|
| 1448 |
+
"tenecteplase": 31083,
|
| 1449 |
+
"testoster": 32072,
|
| 1450 |
+
"tetracosactide": 30834,
|
| 1451 |
+
"tetrahexose": 31593,
|
| 1452 |
+
"tetrahexosylceramide": 30911,
|
| 1453 |
+
"tetramyristoylcardiolipin": 30625,
|
| 1454 |
+
"tetroxide": 31711,
|
| 1455 |
+
"thiocyanate": 31317,
|
| 1456 |
+
"three-phase": 31427,
|
| 1457 |
+
"thrombin-stimulated": 31506,
|
| 1458 |
+
"thrombocytes": 31820,
|
| 1459 |
+
"thrombolyt": 31748,
|
| 1460 |
+
"thrombolytics": 31615,
|
| 1461 |
+
"thromboxane": 31587,
|
| 1462 |
+
"thromboxanes": 31570,
|
| 1463 |
+
"time-dose": 31609,
|
| 1464 |
+
"toluidine": 32037,
|
| 1465 |
+
"transcardially": 31499,
|
| 1466 |
+
"transcriptase-polymerase": 31388,
|
| 1467 |
+
"transphosphorylate": 31067,
|
| 1468 |
+
"triacy": 32015,
|
| 1469 |
+
"triacyglycerol": 30666,
|
| 1470 |
+
"triacylgly": 31756,
|
| 1471 |
+
"triacylglycer": 31760,
|
| 1472 |
+
"triacylglyceride": 30676,
|
| 1473 |
+
"triacylglycerides": 30928,
|
| 1474 |
+
"triacylglyceridet": 31103,
|
| 1475 |
+
"triacylglycerol": 30620,
|
| 1476 |
+
"triacylglycerol-rich": 31263,
|
| 1477 |
+
"triacylglycerols": 30875,
|
| 1478 |
+
"triacylglyerols": 31001,
|
| 1479 |
+
"triaryl": 31935,
|
| 1480 |
+
"triarylimidazole": 31551,
|
| 1481 |
+
"triba": 31948,
|
| 1482 |
+
"tribr": 32046,
|
| 1483 |
+
"tribrid": 31899,
|
| 1484 |
+
"tric60": 31919,
|
| 1485 |
+
"tricaine": 30804,
|
| 1486 |
+
"tricarb": 31954,
|
| 1487 |
+
"tricarboxylic": 31802,
|
| 1488 |
+
"trichloracetic": 31829,
|
| 1489 |
+
"trichloroacetic": 31789,
|
| 1490 |
+
"trichloroact": 31650,
|
| 1491 |
+
"trichloroacteic": 31160,
|
| 1492 |
+
"trifluoracetic": 31902,
|
| 1493 |
+
"trifluoroacet": 31692,
|
| 1494 |
+
"trifluoroacetamide": 30599,
|
| 1495 |
+
"trifluoroacetate": 30681,
|
| 1496 |
+
"trifluoroacetic": 31894,
|
| 1497 |
+
"triggers219": 31733,
|
| 1498 |
+
"triglyceride-laden": 31210,
|
| 1499 |
+
"triglyceride-rich": 31369,
|
| 1500 |
+
"triglyceride-synthesizing": 31541,
|
| 1501 |
+
"triglycerides36": 31890,
|
| 1502 |
+
"trihexcer": 31747,
|
| 1503 |
+
"trihexcers": 31663,
|
| 1504 |
+
"trihexose": 30729,
|
| 1505 |
+
"trihexosylceramide": 30568,
|
| 1506 |
+
"trihydrox": 31724,
|
| 1507 |
+
"trihydroxy": 31168,
|
| 1508 |
+
"triiod": 32025,
|
| 1509 |
+
"triiodothyronine": 30627,
|
| 1510 |
+
"trilin": 31912,
|
| 1511 |
+
"trilinolein": 31246,
|
| 1512 |
+
"trill": 31985,
|
| 1513 |
+
"trillions": 31635,
|
| 1514 |
+
"trimester-specific": 31513,
|
| 1515 |
+
"trimethyl-C18-sphingosine": 30591,
|
| 1516 |
+
"trimethylamine": 30806,
|
| 1517 |
+
"trimethylaminium": 30596,
|
| 1518 |
+
"trimethylanaminium": 30646,
|
| 1519 |
+
"trimethylate": 30799,
|
| 1520 |
+
"trimethylated": 31280,
|
| 1521 |
+
"trimethylchlor": 32014,
|
| 1522 |
+
"trimethylchlorosilane": 31013,
|
| 1523 |
+
"trimethylhom": 31916,
|
| 1524 |
+
"trimethylhomoserine": 30727,
|
| 1525 |
+
"trimethylpenth": 31686,
|
| 1526 |
+
"trimethyls": 32007,
|
| 1527 |
+
"trimethylsilation": 31372,
|
| 1528 |
+
"trimethylsilyl": 31373,
|
| 1529 |
+
"trimmomatic": 31270,
|
| 1530 |
+
"triolein": 31607,
|
| 1531 |
+
"tripalmit": 31710,
|
| 1532 |
+
"tripalmitin": 31214,
|
| 1533 |
+
"tripl": 31932,
|
| 1534 |
+
"triple-quadruple": 31185,
|
| 1535 |
+
"triple-quadrupole": 31222,
|
| 1536 |
+
"tripletof": 32008,
|
| 1537 |
+
"triplets": 31669,
|
| 1538 |
+
"triplic": 32060,
|
| 1539 |
+
"triplicated": 31770,
|
| 1540 |
+
"trireag": 31723,
|
| 1541 |
+
"trireagent": 31302,
|
| 1542 |
+
"trisialic": 31343,
|
| 1543 |
+
"trit": 31986,
|
| 1544 |
+
"triticum": 31707,
|
| 1545 |
+
"triton-X-100": 31052,
|
| 1546 |
+
"tritonx": 32036,
|
| 1547 |
+
"tritr": 32032,
|
| 1548 |
+
"triturated": 31624,
|
| 1549 |
+
"trivers": 31951,
|
| 1550 |
+
"triversa": 31737,
|
| 1551 |
+
"turbinate": 31502,
|
| 1552 |
+
"two-phase": 31396,
|
| 1553 |
+
"typeLipid": 30748,
|
| 1554 |
+
"typelipid": 30778,
|
| 1555 |
+
"tyrol": 32074,
|
| 1556 |
+
"ultrafiltrate": 31801,
|
| 1557 |
+
"underline": 31871,
|
| 1558 |
+
"unrol": 31930,
|
| 1559 |
+
"up-to-date": 30953,
|
| 1560 |
+
"v-ATPase": 31258,
|
| 1561 |
+
"water-chloroform-methanol": 31042,
|
| 1562 |
+
"world-wide": 31517,
|
| 1563 |
+
"xenbase": 31943,
|
| 1564 |
+
"zymolyase": 31428
|
| 1565 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Mardiyyah/biomedbert_model_extended_untrained",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForMaskedLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"dtype": "float32",
|
| 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.48.2",
|
| 23 |
+
"type_vocab_size": 2,
|
| 24 |
+
"use_cache": true,
|
| 25 |
+
"vocab_size": 32085
|
| 26 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"pad_token_id": 0,
|
| 4 |
+
"transformers_version": "4.48.2"
|
| 5 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96c33829b56a66d56df6e2f80f3b94129750cc65e84302ced1f553a0c2d94c0c
|
| 3 |
+
size 442888692
|
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": false,
|
| 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
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83b6393facefc005a011b15243f23b8e9f0e6b5a1638c16fe70da1dab87e7587
|
| 3 |
+
size 5624
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|