dakies librarian-bot commited on
Commit
0031cf2
·
verified ·
1 Parent(s): ada7c20

Librarian Bot: Add language metadata for dataset (#1)

Browse files

- Librarian Bot: Add language metadata for dataset (09b8a0eb5e4bf207cd14b1e3b23669845d30f428)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,4 +1,9 @@
1
  ---
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: problem_id
@@ -22,9 +27,6 @@ configs:
22
  data_files:
23
  - split: test
24
  path: data/test-*
25
- license: mit
26
- task_categories:
27
- - text-generation
28
  ---
29
  VerilogEvalv2 complete-iccad-2023 dataset from the VerilogEval paper. Paper: [Revisiting VerilogEval: Newer LLMs, In-Context Learning, and Specification-to-RTL Tasks](https://arxiv.org/abs/2408.11053) Repo: https://github.com/NVlabs/verilog-eval).
30
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ task_categories:
6
+ - text-generation
7
  dataset_info:
8
  features:
9
  - name: problem_id
 
27
  data_files:
28
  - split: test
29
  path: data/test-*
 
 
 
30
  ---
31
  VerilogEvalv2 complete-iccad-2023 dataset from the VerilogEval paper. Paper: [Revisiting VerilogEval: Newer LLMs, In-Context Learning, and Specification-to-RTL Tasks](https://arxiv.org/abs/2408.11053) Repo: https://github.com/NVlabs/verilog-eval).
32