Distaste1194
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,14 @@ configs:
|
|
42 |
data_files:
|
43 |
- split: train
|
44 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
---
|
46 |
|
47 |
# Dataset Card for Dataset Name
|
@@ -65,4 +73,4 @@ The idea is for each test method, collect the method being tested through invoca
|
|
65 |
|
66 |
The primary intent for this dataset is proof-of-concept for the tool, TestMap.
|
67 |
|
68 |
-
We also can see this dataset being used to finetune models for producing software tests in CSharp.
|
|
|
42 |
data_files:
|
43 |
- split: train
|
44 |
path: data/train-*
|
45 |
+
task_categories:
|
46 |
+
- text-generation
|
47 |
+
language:
|
48 |
+
- en
|
49 |
+
tags:
|
50 |
+
- code
|
51 |
+
size_categories:
|
52 |
+
- 100K<n<1M
|
53 |
---
|
54 |
|
55 |
# Dataset Card for Dataset Name
|
|
|
73 |
|
74 |
The primary intent for this dataset is proof-of-concept for the tool, TestMap.
|
75 |
|
76 |
+
We also can see this dataset being used to finetune models for producing software tests in CSharp.
|