ninaxu commited on
Commit
ff85c1a
·
verified ·
1 Parent(s): 8cf5483

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -53
README.md CHANGED
@@ -66,60 +66,15 @@ The examples have the following structure per configuration:
66
 
67
  ```json
68
  {
69
- "column_content": [
70
- "052-62-5574",
71
- "153-09-4889",
72
- "110-64-4156",
73
- "231-69-6047",
74
- "707-59-9857",
75
- "526-74-5312",
76
- "717-72-9707",
77
- "506-29-4885",
78
- "787-39-5814",
79
- "243-30-5721",
80
- "318-43-0594",
81
- "842-18-9175",
82
- "010-01-4215",
83
- "522-19-4627",
84
- "035-51-3798",
85
- "851-86-9503",
86
- "840-06-2008",
87
- "578-65-7437",
88
- "549-55-0723",
89
- "883-69-5215",
90
- "679-73-4304",
91
- "835-78-4411",
92
- "004-32-2250",
93
- "842-02-6385",
94
- "405-50-0960",
95
- "773-62-0437",
96
- "466-28-5423",
97
- "398-99-9396",
98
- "877-89-2372",
99
- "263-18-4030",
100
- "403-36-0978",
101
- "176-33-9305",
102
- "134-12-1934",
103
- "860-33-2553",
104
- "057-43-5904",
105
- "343-50-2088",
106
- "762-46-9140",
107
- "489-63-1352",
108
- "672-40-4984",
109
- "233-43-6069",
110
- "442-65-0333",
111
- "514-22-7402",
112
- "155-16-4011",
113
- "297-49-5357",
114
- "506-12-8326",
115
- "613-71-0078",
116
- "816-07-9014",
117
- "497-83-8224",
118
- "878-06-3848",
119
- "520-57-3178"
120
- ],
121
  "column_name": "uplift_loan_id",
122
- "id_faker_code": "fake.unique.numerify(text=\u0027############\u0027)"
 
 
 
 
 
 
123
  }
124
  ```
125
 
 
66
 
67
  ```json
68
  {
69
+ "column_content": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  "column_name": "uplift_loan_id",
71
+ "id_faker_argments": {
72
+ "args": {
73
+ "letters": null,
74
+ "text": "############"
75
+ },
76
+ "type": "id"
77
+ }
78
  }
79
  ```
80