Librarian Bot: Add language metadata for dataset (#1)
Browse files- Librarian Bot: Add language metadata for dataset (232b05e5142d64d1c8b26d4c6d599b6a3c7703f0)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: problem_id
|
@@ -20,9 +25,6 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: test
|
22 |
path: data/test-*
|
23 |
-
license: mit
|
24 |
-
task_categories:
|
25 |
-
- text-generation
|
26 |
---
|
27 |
VerilogEvalv2 spec-to-rtl 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).
|
28 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: mit
|
5 |
+
task_categories:
|
6 |
+
- text-generation
|
7 |
dataset_info:
|
8 |
features:
|
9 |
- name: problem_id
|
|
|
25 |
data_files:
|
26 |
- split: test
|
27 |
path: data/test-*
|
|
|
|
|
|
|
28 |
---
|
29 |
VerilogEvalv2 spec-to-rtl 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 |
|