Miti-H commited on
Commit
39fe91e
1 Parent(s): 72e5df5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -78,6 +79,7 @@ Use the code below to get started with the model.
78
  ### Training Data
79
 
80
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
 
81
 
82
  [More Information Needed]
83
 
@@ -86,7 +88,9 @@ Use the code below to get started with the model.
86
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
 
88
  #### Preprocessing [optional]
89
-
 
 
90
  [More Information Needed]
91
 
92
 
 
1
  ---
2
  library_name: transformers
3
+ datasets:
4
+ - CyberNative/github_cybersecurity_READMEs
5
  ---
6
 
7
  # Model Card for Model ID
 
79
  ### Training Data
80
 
81
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
82
+ [github_cybersecurity_READMEs](https://huggingface.co/datasets/CyberNative/github_cybersecurity_READMEs)
83
 
84
  [More Information Needed]
85
 
 
88
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
89
 
90
  #### Preprocessing [optional]
91
+ remove URLs, markdown format.
92
+ only english
93
+ left only plain text.
94
  [More Information Needed]
95
 
96