renwei2024 commited on
Commit
9e7ab6d
·
verified ·
1 Parent(s): 862dc8c

Create README.md

Browse files

https://huggingface.co/learn/nlp-course/en/chapter5/5?fw=pt#creating-a-dataset-card

Files changed (1) hide show
  1. README.md +147 -0
README.md CHANGED
@@ -280,4 +280,151 @@ configs:
280
  data_files:
281
  - split: train
282
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
283
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
280
  data_files:
281
  - split: train
282
  path: data/train-*
283
+ license: apache-2.0
284
+ task_categories:
285
+ - text-classification
286
+ - text-retrieval
287
+ language:
288
+ - en
289
+ tags:
290
+ - code
291
+ pretty_name: Nvidia NeMo GitHub issues
292
+ size_categories:
293
+ - 1K<n<10K
294
  ---
295
+
296
+ # Dataset Card for Dataset Name
297
+
298
+ This dataset contains 10,000 issues and pull requests along with their associated comments of Nvidia [Nemo Github repo](https://github.com/NVIDIA/NeMo).
299
+
300
+ ## Dataset Details
301
+
302
+ ### Dataset Description
303
+
304
+ <!-- Provide a longer summary of what this dataset is. -->
305
+
306
+
307
+
308
+ - **Curated by:** [More Information Needed]
309
+ - **Funded by [optional]:** [More Information Needed]
310
+ - **Shared by [optional]:** [More Information Needed]
311
+ - **Language(s) (NLP):** [More Information Needed]
312
+ - **License:** [More Information Needed]
313
+
314
+ ### Dataset Sources [optional]
315
+
316
+ <!-- Provide the basic links for the dataset. -->
317
+
318
+ - **Repository:** [More Information Needed]
319
+ - **Paper [optional]:** [More Information Needed]
320
+ - **Demo [optional]:** [More Information Needed]
321
+
322
+ ## Uses
323
+
324
+ <!-- Address questions around how the dataset is intended to be used. -->
325
+
326
+ ### Direct Use
327
+
328
+ <!-- This section describes suitable use cases for the dataset. -->
329
+
330
+ [More Information Needed]
331
+
332
+ ### Out-of-Scope Use
333
+
334
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
335
+
336
+ [More Information Needed]
337
+
338
+ ## Dataset Structure
339
+
340
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
341
+
342
+ [More Information Needed]
343
+
344
+ ## Dataset Creation
345
+
346
+ ### Curation Rationale
347
+
348
+ <!-- Motivation for the creation of this dataset. -->
349
+
350
+ [More Information Needed]
351
+
352
+ ### Source Data
353
+
354
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
355
+
356
+ #### Data Collection and Processing
357
+
358
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
359
+
360
+ [More Information Needed]
361
+
362
+ #### Who are the source data producers?
363
+
364
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
365
+
366
+ [More Information Needed]
367
+
368
+ ### Annotations [optional]
369
+
370
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
371
+
372
+ #### Annotation process
373
+
374
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
375
+
376
+ [More Information Needed]
377
+
378
+ #### Who are the annotators?
379
+
380
+ <!-- This section describes the people or systems who created the annotations. -->
381
+
382
+ [More Information Needed]
383
+
384
+ #### Personal and Sensitive Information
385
+
386
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
387
+
388
+ [More Information Needed]
389
+
390
+ ## Bias, Risks, and Limitations
391
+
392
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
393
+
394
+ [More Information Needed]
395
+
396
+ ### Recommendations
397
+
398
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
399
+
400
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
401
+
402
+ ## Citation [optional]
403
+
404
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
405
+
406
+ **BibTeX:**
407
+
408
+ [More Information Needed]
409
+
410
+ **APA:**
411
+
412
+ [More Information Needed]
413
+
414
+ ## Glossary [optional]
415
+
416
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
417
+
418
+ [More Information Needed]
419
+
420
+ ## More Information [optional]
421
+
422
+ [More Information Needed]
423
+
424
+ ## Dataset Card Authors [optional]
425
+
426
+ [More Information Needed]
427
+
428
+ ## Dataset Card Contact
429
+
430
+ [More Information Needed]