Upload 3 files
Browse files- manifest.toml +7 -0
- train.jsonl +0 -0
- val.jsonl +0 -0
manifest.toml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
prompt_template = "Classify the following email as ham or spam.\n\nEmail:\n{text}\n\nLabel:"
|
| 2 |
+
|
| 3 |
+
[[classes]]
|
| 4 |
+
label = "ham"
|
| 5 |
+
|
| 6 |
+
[[classes]]
|
| 7 |
+
label = "spam"
|
train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
val.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|