jruffle commited on
Commit
d4a0b2d
·
verified ·
1 Parent(s): 860f80f

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 Unknown 3D 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_unknown_3d", filename="model.joblib")
15
+ model = joblib.load(model_path)
16
+
17
+ # Access embeddings
18
+ embeddings = model['reference_embeddings']
19
+ ```
20
+
21
+ ## Details
22
+ - Mode: unknown
23
+ - Dimensions: 3
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:198380ee097b9d629601d49188d9e4814e70276adf392142e1e261a143fd9f77
3
+ size 107832