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