ga_rb / README.md
rhli's picture
Upload README.md with huggingface_hub
c298224 verified
|
Raw
History Blame Contribute Delete
261 Bytes
# genarena-rebuttal-backup
Research dataset containing preprocessed embeddings for NLP tasks.
## Usage
```python
import numpy as np
data = np.load("embeddings/{file}.npy")
```
## Details
- Created: 2026-08-05
- Format: NumPy/PyTorch tensors
- License: MIT