Update README.md
Browse files
README.md
CHANGED
|
@@ -130,6 +130,23 @@ This process ensures that the dataset is privacy-preserving while remaining repr
|
|
| 130 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/c2Clc9bNxL9i7jgGBfBq2.png" style="max-height: 500px; width: auto;" alt="Temporal distribution of events over domains">
|
| 131 |
*Temporal distribution of events over domains*
|
| 132 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
---
|
| 134 |
|
| 135 |
### 🔐 License
|
|
|
|
| 130 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/645d4947f5760d1530d55023/c2Clc9bNxL9i7jgGBfBq2.png" style="max-height: 500px; width: auto;" alt="Temporal distribution of events over domains">
|
| 131 |
*Temporal distribution of events over domains*
|
| 132 |
|
| 133 |
+
|
| 134 |
+
### Usage
|
| 135 |
+
|
| 136 |
+
#### Basic Download
|
| 137 |
+
|
| 138 |
+
```python
|
| 139 |
+
from huggingface_hub import snapshot_download
|
| 140 |
+
|
| 141 |
+
snapshot_download(
|
| 142 |
+
repo_id="t-tech/T-ECD",
|
| 143 |
+
repo_type="dataset",
|
| 144 |
+
allow_patterns="dataset/full/",
|
| 145 |
+
local_dir="./t_ecd_data",
|
| 146 |
+
token="<your_hf_token>"
|
| 147 |
+
)
|
| 148 |
+
```
|
| 149 |
+
|
| 150 |
---
|
| 151 |
|
| 152 |
### 🔐 License
|