Upload data.json
Browse filesMeant to train LLMs. JsonL format. Each line a json, in the form
{'text' : '"Here is an instruction that describes a text classification task. ### Instruction: Analyze the following texts ... Classify the text into the following categories: ... ### Input: some text ### Response: one of the categories"}'
- .gitattributes +1 -0
- data.json +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
data.json filter=lfs diff=lfs merge=lfs -text
|
data.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb3768ac75a1df7535c4bdc07ea6bf6298a41c31cb67e90fd2542deb1483add8
|
3 |
+
size 17341359
|