ninaxu commited on
Commit
f33c20c
1 Parent(s): b875eac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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