Upload metadata/metadata.json with huggingface_hub
Browse files- metadata/metadata.json +29 -0
metadata/metadata.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"note": "GENERATED AUTOMATICALLY - DO NOT EDIT",
|
| 3 |
+
"name": "eoinf/temp",
|
| 4 |
+
"input_dataset": "eoinf/c4_code-200m",
|
| 5 |
+
"rows": 20,
|
| 6 |
+
"batch_size": 10,
|
| 7 |
+
"sequence_length": 2,
|
| 8 |
+
"label": "Test",
|
| 9 |
+
"description": "Test",
|
| 10 |
+
"processing_metadata": {
|
| 11 |
+
"factory": {
|
| 12 |
+
"fqdn": "toy_models.datasets.create_dataset.create_batch_processor",
|
| 13 |
+
"module": "toy_models.datasets.create_dataset",
|
| 14 |
+
"qualname": "create_batch_processor"
|
| 15 |
+
},
|
| 16 |
+
"applied_function": {
|
| 17 |
+
"fqdn": "toy_models.datasets.edit_dataset_tokens.randomise_sequence_tokens_maintaining_repetitions",
|
| 18 |
+
"module": "toy_models.datasets.edit_dataset_tokens",
|
| 19 |
+
"qualname": "randomise_sequence_tokens_maintaining_repetitions"
|
| 20 |
+
},
|
| 21 |
+
"factory_args": [],
|
| 22 |
+
"factory_kwargs": {
|
| 23 |
+
"sequence_length": 2,
|
| 24 |
+
"random_token_frequencies": "uniform"
|
| 25 |
+
},
|
| 26 |
+
"factory_call_repr": "create_batch_processor(sequence_length=2, random_token_frequencies='uniform')"
|
| 27 |
+
},
|
| 28 |
+
"date_computed": "2025-09-26T05:56:53.507208+00:00"
|
| 29 |
+
}
|