jruffle commited on
Commit
60b4ea1
·
verified ·
1 Parent(s): 8e1e21d

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +25 -0
  2. model.joblib +3 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # TabPFN Transcriptome 256D Model
2
+
3
+ Pre-computed TabPFN embeddings for transcriptomic data.
4
+
5
+ ## Contents
6
+ - `model.joblib`: Model bundle with reference embeddings
7
+
8
+ ## Usage
9
+ ```python
10
+ import joblib
11
+ from huggingface_hub import hf_hub_download
12
+
13
+ # Download model
14
+ model_path = hf_hub_download(repo_id="jruffle/tabpfn_transcriptome_256d", filename="model.joblib")
15
+ model = joblib.load(model_path)
16
+
17
+ # Access embeddings
18
+ embeddings = model['reference_embeddings']
19
+ ```
20
+
21
+ ## Details
22
+ - Mode: transcriptome
23
+ - Dimensions: 256
24
+ - Samples: 2405
25
+ - Complete coverage: All samples have TabPFN embeddings
model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41d7c4f5845d8d530cd5716257d6647fc2ff73826b00efd8e1a58b556373c0dd
3
+ size 4975559