Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
-
inference:
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
|
@@ -104,5 +108,4 @@ Inference Output:
|
|
104 |
"intent": "setup_new_shipping_address",
|
105 |
"answer": "Sure, I can help you with that. Can you please provide me your full name, current shipping address, and the new shipping address you would like to set up?"
|
106 |
}
|
107 |
-
```
|
108 |
-
|
|
|
1 |
---
|
2 |
+
inference: true
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- bitext/customer-support-intent-dataset
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
|
9 |
|
|
|
108 |
"intent": "setup_new_shipping_address",
|
109 |
"answer": "Sure, I can help you with that. Can you please provide me your full name, current shipping address, and the new shipping address you would like to set up?"
|
110 |
}
|
111 |
+
```
|
|