Commit
•
bb1c7b2
1
Parent(s):
7eeb7d8
Add metadata for dataset used to train model
Browse filesThis is a small PR to add the dataset used to train your model to the YAML metadata section. This metadata makes the link between the model and the dataset easy to see on the Hugging Face Hub.
README.md
CHANGED
@@ -21,8 +21,11 @@ model-index:
|
|
21 |
type: f_score
|
22 |
value: 0.9542229703
|
23 |
widget:
|
24 |
-
- text:
|
25 |
-
|
|
|
|
|
|
|
26 |
---
|
27 |
| Feature | Description |
|
28 |
| --- | --- |
|
|
|
21 |
type: f_score
|
22 |
value: 0.9542229703
|
23 |
widget:
|
24 |
+
- text: >-
|
25 |
+
SELECT shipping FROM users WHERE shipping = '201 Thayer St Providence RI
|
26 |
+
02912'
|
27 |
+
datasets:
|
28 |
+
- beki/privy
|
29 |
---
|
30 |
| Feature | Description |
|
31 |
| --- | --- |
|