Datasets:
Fix extractor link in dataset card
Browse files
README.md
CHANGED
|
@@ -72,10 +72,11 @@ with safe_open(shard_path, framework="pt", device="cpu") as shard:
|
|
| 72 |
hidden_states = shard.get_tensor("hidden_states")[row["offset"]]
|
| 73 |
```
|
| 74 |
|
| 75 |
-
See `extract_mistral_hidden_states_tpu.py`
|
| 76 |
-
paper-compatible JSONL records containing
|
| 77 |
-
and `label`. The extractor supports both
|
| 78 |
-
|
|
|
|
| 79 |
|
| 80 |
## Provenance
|
| 81 |
|
|
|
|
| 72 |
hidden_states = shard.get_tensor("hidden_states")[row["offset"]]
|
| 73 |
```
|
| 74 |
|
| 75 |
+
See [`scripts/extract_mistral_hidden_states_tpu.py`](scripts/extract_mistral_hidden_states_tpu.py)
|
| 76 |
+
for reproduction and for processing paper-compatible JSONL records containing
|
| 77 |
+
`context`, `question`, `best_answer`, and `label`. The extractor supports both
|
| 78 |
+
`--answer-view full` and the authors' rule-based
|
| 79 |
+
`--answer-view first_sentence`.
|
| 80 |
|
| 81 |
## Provenance
|
| 82 |
|