Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -72,7 +72,6 @@ The examples have the following structure per configuration:
|
|
| 72 |
|
| 73 |
```json
|
| 74 |
{
|
| 75 |
-
"column_content": null,
|
| 76 |
"column_name": "uplift_loan_id",
|
| 77 |
"id_faker_arguments": {
|
| 78 |
"args": {
|
|
@@ -80,7 +79,11 @@ The examples have the following structure per configuration:
|
|
| 80 |
"text": "############"
|
| 81 |
},
|
| 82 |
"type": "id"
|
| 83 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
}
|
| 85 |
```
|
| 86 |
|
|
|
|
| 72 |
|
| 73 |
```json
|
| 74 |
{
|
|
|
|
| 75 |
"column_name": "uplift_loan_id",
|
| 76 |
"id_faker_arguments": {
|
| 77 |
"args": {
|
|
|
|
| 79 |
"text": "############"
|
| 80 |
},
|
| 81 |
"type": "id"
|
| 82 |
+
},
|
| 83 |
+
"ssn9": null,
|
| 84 |
+
"uplift_account_id": null,
|
| 85 |
+
"uplift_loan_id": null,
|
| 86 |
+
"uuid": null
|
| 87 |
}
|
| 88 |
```
|
| 89 |
|