MCPcopy Create free account

hub / github.com/ai4colonoscopy/IntelliScope / types & classes

Types & classes83 in github.com/ai4colonoscopy/IntelliScope

↓ 4 callersClassKeywordsStoppingCriteria
colongpt/util/mm_utils.py:75
↓ 3 callersClassConversation
A class that keeps all conversation history.
colongpt/conversation.py:13
↓ 3 callersClassPhi3Model
Transformer decoder consisting of *config.num_hidden_layers* layers. Each layer is a [`Phi3DecoderLayer`] Args: config: Phi3Config
colongpt/model/language_model/phi3/modeling_phi3.py:1020
↓ 3 callersClassPhi3RMSNorm
colongpt/model/language_model/phi3/modeling_phi3.py:70
↓ 3 callersClassPhiModel
Transformer decoder consisting of *config.num_hidden_layers* layers. Each layer is a [`PhiDecoderLayer`] Args: config: PhiConfig
colongpt/model/language_model/phi/modeling_phi.py:805
↓ 2 callersClassStreamToLogger
Fake file-like stream object that redirects writes to a logger instance.
colongpt/util/utils.py:66
↓ 1 callersClassAttention
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:252
↓ 1 callersClassBlock
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:393
↓ 1 callersClassCLIPVisionCfg
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:744
↓ 1 callersClassCLIPVisionTower
colongpt/model/multimodal_encoder/clip/clip_encoder.py:7
↓ 1 callersClassColongptPhi3Model
colongpt/model/language_model/colongpt_phi3.py:18
↓ 1 callersClassColongptPhiModel
colongpt/model/language_model/colongpt_phi.py:18
↓ 1 callersClassColongptTrainer
colongpt/train/colongpt_trainer.py:130
↓ 1 callersClassController
colongpt/serve/controller.py:54
↓ 1 callersClassConvnextv2VisionTower
colongpt/model/multimodal_encoder/convnextv2/convnextv2_encoder.py:6
↓ 1 callersClassDataCollatorForSupervisedDataset
Collate examples for supervised fine-tuning.
colongpt/util/data_utils.py:354
↓ 1 callersClassDinov2VisionTower
colongpt/model/multimodal_encoder/dino/dinov2_encoder.py:157
↓ 1 callersClassDropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:176
↓ 1 callersClassEVAVisionTransformer
Vision Transformer with support for patch or hybrid CNN input stage
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:516
↓ 1 callersClassEva2LargePlusEncoder
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:814
↓ 1 callersClassEvaClipImageTrainProcessor
colongpt/model/multimodal_encoder/eva_clip/eva_clip_processors.py:33
↓ 1 callersClassEvaClipVisionTower
colongpt/model/multimodal_encoder/eva_clip/eva_clip_encoder.py:8
↓ 1 callersClassKeywordsStoppingCriteria
script/quick_start/quickstart.py:28
↓ 1 callersClassLazySupervisedDataset
Dataset for supervised fine-tuning.
colongpt/util/data_utils.py:262
↓ 1 callersClassLengthGroupedSampler
r""" Sampler that samples indices in a way that groups together features of the dataset of roughly the same length while keeping a bit of rand
colongpt/train/colongpt_trainer.py:94
↓ 1 callersClassMAEVisionTower
colongpt/model/multimodal_encoder/mae/mae_encoder.py:6
↓ 1 callersClassMlp
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:191
↓ 1 callersClassModelWorker
colongpt/serve/model_worker.py:40
↓ 1 callersClassMultigranularityAdapter
colongpt/model/multimodal_projector/builder.py:57
↓ 1 callersClassPPC
colongpt/model/multimodal_projector/builder.py:24
↓ 1 callersClassPatchDropout
https://arxiv.org/abs/2212.00794
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:107
↓ 1 callersClassPatchEmbed
Image to Patch Embedding
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:454
↓ 1 callersClassPhi3DecoderLayer
colongpt/model/language_model/phi3/modeling_phi3.py:823
↓ 1 callersClassPhi3MLP
colongpt/model/language_model/phi3/modeling_phi3.py:249
↓ 1 callersClassPhi3RotaryEmbedding
colongpt/model/language_model/phi3/modeling_phi3.py:101
↓ 1 callersClassPhi3SuScaledRotaryEmbedding
colongpt/model/language_model/phi3/modeling_phi3.py:131
↓ 1 callersClassPhi3YarnScaledRotaryEmbedding
colongpt/model/language_model/phi3/modeling_phi3.py:172
↓ 1 callersClassPhiDecoderLayer
colongpt/model/language_model/phi/modeling_phi.py:626
↓ 1 callersClassPhiDynamicNTKScalingRotaryEmbedding
PhiRotaryEmbedding extended with Dynamic NTK scaling. Credits to the Reddit users /u/bloc97 and /u/emozilla
colongpt/model/language_model/phi/modeling_phi.py:139
↓ 1 callersClassPhiLinearScalingRotaryEmbedding
PhiRotaryEmbedding extended with linear scaling. Credits to the Reddit user /u/kaiokendev
colongpt/model/language_model/phi/modeling_phi.py:119
↓ 1 callersClassPhiMLP
colongpt/model/language_model/phi/modeling_phi.py:203
↓ 1 callersClassPhiRotaryEmbedding
colongpt/model/language_model/phi/modeling_phi.py:82
↓ 1 callersClassRelativePositionBias
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:479
↓ 1 callersClassSiglipVisionTower
colongpt/model/multimodal_encoder/siglip/siglip_encoder.py:8
↓ 1 callersClassSiglipVisionTowerS2
colongpt/model/multimodal_encoder/siglip/siglip_encoder.py:78
↓ 1 callersClassSwiGLU
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:226
↓ 1 callersClassViTVisionTower
colongpt/model/multimodal_encoder/vit/vit_encoder.py:6
↓ 1 callersClassVisionRotaryEmbeddingFast
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:37
↓ 1 callersClassVisionTowerConfig
colongpt/model/multimodal_encoder/eva_clip/eva_clip_encoder.py:59
↓ 1 callersClassWorkerInfo
colongpt/serve/controller.py:40
ClassBaseProcessor
colongpt/model/multimodal_encoder/eva_clip/eva_clip_processors.py:12
ClassColongptMetaForCausalLM
colongpt/model/colongpt_arch.py:62
ClassColongptMetaModel
colongpt/model/colongpt_arch.py:11
ClassColongptPhi3Config
colongpt/model/language_model/colongpt_phi3.py:14
ClassColongptPhi3ForCausalLM
colongpt/model/language_model/colongpt_phi3.py:25
ClassColongptPhiConfig
colongpt/model/language_model/colongpt_phi.py:14
ClassColongptPhiForCausalLM
colongpt/model/language_model/colongpt_phi.py:25
ClassDataArguments
colongpt/util/data_utils.py:22
ClassDinov2VisionTower
colongpt/model/multimodal_encoder/dino/dinov2_encoder-224.py:6
ClassDispatchMethod
colongpt/serve/controller.py:25
ClassEmbeddingInterpolator
colongpt/model/multimodal_encoder/interpolator.py:7
ClassEvaClipImageBaseProcessor
colongpt/model/multimodal_encoder/eva_clip/eva_clip_processors.py:21
ClassIdentityMap
colongpt/model/multimodal_projector/builder.py:12
ClassLayerNorm
Subclass torch's LayerNorm (with cast back to input dtype).
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:98
ClassMAEVisionTower
colongpt/model/multimodal_encoder/mae/mae_encoder_224.py:6
ClassModelArguments
colongpt/train/train.py:59
ClassPhi3Attention
Multi-headed attention from 'Attention Is All You Need' paper
colongpt/model/language_model/phi3/modeling_phi3.py:281
ClassPhi3Config
r""" This is the configuration class to store the configuration of a [`Phi3Model`]. It is used to instantiate a Phi-3 model according to the s
colongpt/model/language_model/phi3/configuration_phi3.py:31
ClassPhi3FlashAttention2
Phi-3 flash attention module. This module inherits from `Phi3Attention` as the weights of the module stays untouched. The only required chang
colongpt/model/language_model/phi3/modeling_phi3.py:416
ClassPhi3ForCausalLM
colongpt/model/language_model/phi3/modeling_phi3.py:1189
ClassPhi3ForSequenceClassification
colongpt/model/language_model/phi3/modeling_phi3.py:1402
ClassPhi3ForTokenClassification
colongpt/model/language_model/phi3/modeling_phi3.py:1518
ClassPhi3PreTrainedModel
colongpt/model/language_model/phi3/modeling_phi3.py:922
ClassPhi3SdpaAttention
Phi3 attention module using torch.nn.functional.scaled_dot_product_attention. This module inherits from `Phi3Attention` as the weights of the
colongpt/model/language_model/phi3/modeling_phi3.py:727
ClassPhiAttention
Multi-headed attention from 'Attention Is All You Need' paper
colongpt/model/language_model/phi/modeling_phi.py:231
ClassPhiConfig
r""" This is the configuration class to store the configuration of a [`PhiModel`]. It is used to instantiate an Phi model according to the spe
colongpt/model/language_model/phi/configuration_phi.py:32
ClassPhiFlashAttention2
Phi flash attention module. This module inherits from `PhiAttention` as the weights of the module stays untouched. The only required change w
colongpt/model/language_model/phi/modeling_phi.py:403
ClassPhiForCausalLM
colongpt/model/language_model/phi/modeling_phi.py:961
ClassPhiForSequenceClassification
colongpt/model/language_model/phi/modeling_phi.py:1179
ClassPhiForTokenClassification
colongpt/model/language_model/phi/modeling_phi.py:1295
ClassPhiPreTrainedModel
colongpt/model/language_model/phi/modeling_phi.py:710
ClassSeparatorStyle
Different separator style.
colongpt/conversation.py:6
ClassTrainingArguments
colongpt/train/train.py:73