MaryamEl commited on
Commit
65ad153
·
verified ·
1 Parent(s): ec78ee2

Update ML Intern artifact metadata

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # VulnAI / VulnIA - Java Vulnerability Detection Dataset V3
2
 
3
  ## Purpose
@@ -45,3 +49,19 @@ Total labels: 89
45
 
46
  ## License
47
  Apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - ml-intern
4
+ ---
5
  # VulnAI / VulnIA - Java Vulnerability Detection Dataset V3
6
 
7
  ## Purpose
 
49
 
50
  ## License
51
  Apache-2.0
52
+
53
+ <!-- ml-intern-provenance -->
54
+ ## Generated by ML Intern
55
+
56
+ This dataset repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
57
+
58
+ - Try ML Intern: https://smolagents-ml-intern.hf.space
59
+ - Source code: https://github.com/huggingface/ml-intern
60
+
61
+ ## Usage
62
+
63
+ ```python
64
+ from datasets import load_dataset
65
+
66
+ dataset = load_dataset('MaryamEl/vulnai-java-v3-dataset')
67
+ ```