Nicole-Yi commited on
Commit
bd75b47
·
verified ·
1 Parent(s): 1927f55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -23
README.md CHANGED
@@ -67,30 +67,8 @@ Each task specifies:
67
 
68
  ## Usage Example
69
 
70
- You can easily load the dataset using the 🤗 Datasets library:
71
 
72
- ```python
73
- from datasets import load_dataset
74
-
75
- # Load the full dataset
76
- dataset = load_dataset("Nicole-Yi/GitTaskBench")
77
-
78
- # Inspect the dataset structure
79
- print(dataset)
80
-
81
- # Access one task example
82
- print(dataset["test"][0])
83
- ```
84
-
85
- ### Example Output
86
- ```
87
- DatasetDict({
88
- train: Dataset({
89
- features: ['task_id', 'domain', 'description', 'input_format', 'output_requirement', 'evaluation_metric'],
90
- num_rows: 54
91
- })
92
- })
93
- ```
94
 
95
  Each task entry contains:
96
  - **task_id**: Unique task identifier (e.g., `Trafilatura_01`)
 
67
 
68
  ## Usage Example
69
 
70
+ See GitHub Repository:** [GitTaskBench GitHub](https://github.com/QuantaAlpha/GitTaskBench)
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  Each task entry contains:
74
  - **task_id**: Unique task identifier (e.g., `Trafilatura_01`)