adds the deprecation note to dataset card
Browse files
README.md
CHANGED
|
@@ -66,6 +66,11 @@ configs:
|
|
| 66 |
- **Point of Contact:** [Mohammad Mostafanejad]([email protected])
|
| 67 |
- **Point of Contact:** [MolSSI-AI Hub]([email protected])
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
### Dataset Summary
|
| 70 |
|
| 71 |
[PubChem](https://pubchem.ncbi.nlm.nih.gov) is a popular chemical information
|
|
|
|
| 66 |
- **Point of Contact:** [Mohammad Mostafanejad]([email protected])
|
| 67 |
- **Point of Contact:** [MolSSI-AI Hub]([email protected])
|
| 68 |
|
| 69 |
+
* **Important Note (Jul. 22, 2025):** According to [Hugging Face](https://github.com/LiveCodeBench/LiveCodeBench/issues/108),
|
| 70 |
+
the usage of data load scripts and the corresponding `trust_remote_code` parameter in the `load_dataset()`
|
| 71 |
+
is deprecated due to security risks. Users should temporarily use `datasets<4.0.0` to be able to use our
|
| 72 |
+
datasets. We are working on this issue to reformat our datasets and make them compliant to the new requirements.
|
| 73 |
+
|
| 74 |
### Dataset Summary
|
| 75 |
|
| 76 |
[PubChem](https://pubchem.ncbi.nlm.nih.gov) is a popular chemical information
|