Skip to content

Commit

Permalink
Adding some preliminary structs for storing models and checkpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
codetalker7 committed May 24, 2024
1 parent 13507c6 commit 962a947
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modelling/checkpoint.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
struct Checkpoint
model
doc_tokenizer
colbert_config
end
5 changes: 5 additions & 0 deletions src/modelling/colbert.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
struct ColBERT
bert
linear
tokenizer
end

0 comments on commit 962a947

Please sign in to comment.