CodeHima commited on
Commit
3a572b2
1 Parent(s): e55492a

Upload dataset

Browse files
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
  language: en
3
  license: mit
 
 
 
4
  tags:
5
  - llm
6
  - conversations
@@ -13,9 +16,33 @@ datasets:
13
  metrics:
14
  - accuracy
15
  - f1
16
- task_categories:
17
- - text-generation
18
- - text-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
 
21
  # APP-350 Formatted Dataset for LLM Fine-tuning
 
1
  ---
2
  language: en
3
  license: mit
4
+ task_categories:
5
+ - text-generation
6
+ - text-classification
7
  tags:
8
  - llm
9
  - conversations
 
16
  metrics:
17
  - accuracy
18
  - f1
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ - split: validation
25
+ path: data/validation-*
26
+ - split: test
27
+ path: data/test-*
28
+ dataset_info:
29
+ features:
30
+ - name: conversations
31
+ dtype: string
32
+ - name: __index_level_0__
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 8446123
37
+ num_examples: 12405
38
+ - name: validation
39
+ num_bytes: 1059045
40
+ num_examples: 1551
41
+ - name: test
42
+ num_bytes: 1075320
43
+ num_examples: 1551
44
+ download_size: 3915927
45
+ dataset_size: 10580488
46
  ---
47
 
48
  # APP-350 Formatted Dataset for LLM Fine-tuning
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d54219f0f43ba3b2176a8067daa271a6be99b3529c6f92475e14baba5586118
3
+ size 400057
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee50c8b08868211b85fe69aa681c9308167284679ddfa08df5b27384626ed776
3
- size 3454711
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39af1b93a378bd95a85c0986cc20a7725dbbf55670c0f8c18b64da457d61d2da
3
+ size 3110949
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060994e2a39d4c52d752c680be8c7156e8999a5d0594e085bcdf7a33e2aa7a42
3
+ size 404921