File size: 556 Bytes
d4a0b2d |
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 Unknown 3D 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_unknown_3d", filename="model.joblib")
model = joblib.load(model_path)
# Access embeddings
embeddings = model['reference_embeddings']
```
## Details
- Mode: unknown
- Dimensions: 3
- Samples: 2405
- Complete coverage: All samples have TabPFN embeddings
|