Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai4colonoscopy/IntelliScope
/ types & classes
Types & classes
83 in github.com/ai4colonoscopy/IntelliScope
⨍
Functions
413
◇
Types & classes
83
↳
Endpoints
11
↓ 4 callers
Class
KeywordsStoppingCriteria
colongpt/util/mm_utils.py:75
↓ 3 callers
Class
Conversation
A class that keeps all conversation history.
colongpt/conversation.py:13
↓ 3 callers
Class
Phi3Model
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 callers
Class
Phi3RMSNorm
colongpt/model/language_model/phi3/modeling_phi3.py:70
↓ 3 callers
Class
PhiModel
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 callers
Class
StreamToLogger
Fake file-like stream object that redirects writes to a logger instance.
colongpt/util/utils.py:66
↓ 1 callers
Class
Attention
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:252
↓ 1 callers
Class
Block
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:393
↓ 1 callers
Class
CLIPVisionCfg
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:744
↓ 1 callers
Class
CLIPVisionTower
colongpt/model/multimodal_encoder/clip/clip_encoder.py:7
↓ 1 callers
Class
ColongptPhi3Model
colongpt/model/language_model/colongpt_phi3.py:18
↓ 1 callers
Class
ColongptPhiModel
colongpt/model/language_model/colongpt_phi.py:18
↓ 1 callers
Class
ColongptTrainer
colongpt/train/colongpt_trainer.py:130
↓ 1 callers
Class
Controller
colongpt/serve/controller.py:54
↓ 1 callers
Class
Convnextv2VisionTower
colongpt/model/multimodal_encoder/convnextv2/convnextv2_encoder.py:6
↓ 1 callers
Class
DataCollatorForSupervisedDataset
Collate examples for supervised fine-tuning.
colongpt/util/data_utils.py:354
↓ 1 callers
Class
Dinov2VisionTower
colongpt/model/multimodal_encoder/dino/dinov2_encoder.py:157
↓ 1 callers
Class
DropPath
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 callers
Class
EVAVisionTransformer
Vision Transformer with support for patch or hybrid CNN input stage
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:516
↓ 1 callers
Class
Eva2LargePlusEncoder
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:814
↓ 1 callers
Class
EvaClipImageTrainProcessor
colongpt/model/multimodal_encoder/eva_clip/eva_clip_processors.py:33
↓ 1 callers
Class
EvaClipVisionTower
colongpt/model/multimodal_encoder/eva_clip/eva_clip_encoder.py:8
↓ 1 callers
Class
KeywordsStoppingCriteria
script/quick_start/quickstart.py:28
↓ 1 callers
Class
LazySupervisedDataset
Dataset for supervised fine-tuning.
colongpt/util/data_utils.py:262
↓ 1 callers
Class
LengthGroupedSampler
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 callers
Class
MAEVisionTower
colongpt/model/multimodal_encoder/mae/mae_encoder.py:6
↓ 1 callers
Class
Mlp
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:191
↓ 1 callers
Class
ModelWorker
colongpt/serve/model_worker.py:40
↓ 1 callers
Class
MultigranularityAdapter
colongpt/model/multimodal_projector/builder.py:57
↓ 1 callers
Class
PPC
colongpt/model/multimodal_projector/builder.py:24
↓ 1 callers
Class
PatchDropout
https://arxiv.org/abs/2212.00794
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:107
↓ 1 callers
Class
PatchEmbed
Image to Patch Embedding
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:454
↓ 1 callers
Class
Phi3DecoderLayer
colongpt/model/language_model/phi3/modeling_phi3.py:823
↓ 1 callers
Class
Phi3MLP
colongpt/model/language_model/phi3/modeling_phi3.py:249
↓ 1 callers
Class
Phi3RotaryEmbedding
colongpt/model/language_model/phi3/modeling_phi3.py:101
↓ 1 callers
Class
Phi3SuScaledRotaryEmbedding
colongpt/model/language_model/phi3/modeling_phi3.py:131
↓ 1 callers
Class
Phi3YarnScaledRotaryEmbedding
colongpt/model/language_model/phi3/modeling_phi3.py:172
↓ 1 callers
Class
PhiDecoderLayer
colongpt/model/language_model/phi/modeling_phi.py:626
↓ 1 callers
Class
PhiDynamicNTKScalingRotaryEmbedding
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 callers
Class
PhiLinearScalingRotaryEmbedding
PhiRotaryEmbedding extended with linear scaling. Credits to the Reddit user /u/kaiokendev
colongpt/model/language_model/phi/modeling_phi.py:119
↓ 1 callers
Class
PhiMLP
colongpt/model/language_model/phi/modeling_phi.py:203
↓ 1 callers
Class
PhiRotaryEmbedding
colongpt/model/language_model/phi/modeling_phi.py:82
↓ 1 callers
Class
RelativePositionBias
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:479
↓ 1 callers
Class
SiglipVisionTower
colongpt/model/multimodal_encoder/siglip/siglip_encoder.py:8
↓ 1 callers
Class
SiglipVisionTowerS2
colongpt/model/multimodal_encoder/siglip/siglip_encoder.py:78
↓ 1 callers
Class
SwiGLU
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:226
↓ 1 callers
Class
ViTVisionTower
colongpt/model/multimodal_encoder/vit/vit_encoder.py:6
↓ 1 callers
Class
VisionRotaryEmbeddingFast
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:37
↓ 1 callers
Class
VisionTowerConfig
colongpt/model/multimodal_encoder/eva_clip/eva_clip_encoder.py:59
↓ 1 callers
Class
WorkerInfo
colongpt/serve/controller.py:40
Class
BaseProcessor
colongpt/model/multimodal_encoder/eva_clip/eva_clip_processors.py:12
Class
ColongptMetaForCausalLM
colongpt/model/colongpt_arch.py:62
Class
ColongptMetaModel
colongpt/model/colongpt_arch.py:11
Class
ColongptPhi3Config
colongpt/model/language_model/colongpt_phi3.py:14
Class
ColongptPhi3ForCausalLM
colongpt/model/language_model/colongpt_phi3.py:25
Class
ColongptPhiConfig
colongpt/model/language_model/colongpt_phi.py:14
Class
ColongptPhiForCausalLM
colongpt/model/language_model/colongpt_phi.py:25
Class
DataArguments
colongpt/util/data_utils.py:22
Class
Dinov2VisionTower
colongpt/model/multimodal_encoder/dino/dinov2_encoder-224.py:6
Class
DispatchMethod
colongpt/serve/controller.py:25
Class
EmbeddingInterpolator
colongpt/model/multimodal_encoder/interpolator.py:7
Class
EvaClipImageBaseProcessor
colongpt/model/multimodal_encoder/eva_clip/eva_clip_processors.py:21
Class
IdentityMap
colongpt/model/multimodal_projector/builder.py:12
Class
LayerNorm
Subclass torch's LayerNorm (with cast back to input dtype).
colongpt/model/multimodal_encoder/eva_clip/eva_vit.py:98
Class
MAEVisionTower
colongpt/model/multimodal_encoder/mae/mae_encoder_224.py:6
Class
ModelArguments
colongpt/train/train.py:59
Class
Phi3Attention
Multi-headed attention from 'Attention Is All You Need' paper
colongpt/model/language_model/phi3/modeling_phi3.py:281
Class
Phi3Config
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
Class
Phi3FlashAttention2
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
Class
Phi3ForCausalLM
colongpt/model/language_model/phi3/modeling_phi3.py:1189
Class
Phi3ForSequenceClassification
colongpt/model/language_model/phi3/modeling_phi3.py:1402
Class
Phi3ForTokenClassification
colongpt/model/language_model/phi3/modeling_phi3.py:1518
Class
Phi3PreTrainedModel
colongpt/model/language_model/phi3/modeling_phi3.py:922
Class
Phi3SdpaAttention
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
Class
PhiAttention
Multi-headed attention from 'Attention Is All You Need' paper
colongpt/model/language_model/phi/modeling_phi.py:231
Class
PhiConfig
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
Class
PhiFlashAttention2
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
Class
PhiForCausalLM
colongpt/model/language_model/phi/modeling_phi.py:961
Class
PhiForSequenceClassification
colongpt/model/language_model/phi/modeling_phi.py:1179
Class
PhiForTokenClassification
colongpt/model/language_model/phi/modeling_phi.py:1295
Class
PhiPreTrainedModel
colongpt/model/language_model/phi/modeling_phi.py:710
Class
SeparatorStyle
Different separator style.
colongpt/conversation.py:6
Class
TrainingArguments
colongpt/train/train.py:73