File size: 580 Bytes
60b4ea1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# TabPFN Transcriptome 256D Model

Pre-computed TabPFN embeddings for transcriptomic data.

## Contents
- `model.joblib`: Model bundle with reference embeddings

## Usage
```python
import joblib
from huggingface_hub import hf_hub_download

# Download model
model_path = hf_hub_download(repo_id="jruffle/tabpfn_transcriptome_256d", filename="model.joblib")
model = joblib.load(model_path)

# Access embeddings
embeddings = model['reference_embeddings']
```

## Details
- Mode: transcriptome
- Dimensions: 256
- Samples: 2405
- Complete coverage: All samples have TabPFN embeddings