Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,115 @@ tags:
|
|
9 |
pretty_name: Blender Duplicates
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pretty_name: Blender Duplicates
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
+
---
|
13 |
+
# Dataset Card for Dataset Name
|
14 |
+
|
15 |
+
Contains reduced description of issues reported at https://projects.blender.org/blender/blender/issues and points to duplicate issues in order to categorize similarity.
|
16 |
+
|
17 |
+
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
18 |
+
|
19 |
+
## Dataset Details
|
20 |
+
|
21 |
+
### Dataset Description
|
22 |
+
|
23 |
+
Each report has been shortened by removing frequently repeated texts such as **System Information**, **Blender Version**, **Short description of error**.
|
24 |
+
This dataset was used to train https://huggingface.co/mano-wii/BAAI_bge-base-en-v1.5-tunned-for-blender-issues
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
- **Curated by:** @mano-wii
|
29 |
+
- **Funded by:** @mano-wii
|
30 |
+
- **Shared by:** @mano-wii
|
31 |
+
- **Language(s) (NLP):** English
|
32 |
+
- **License:** https://mano-wii-tools.hf.space/api/v1/static/privace.txt
|
33 |
+
|
34 |
+
## Uses
|
35 |
+
|
36 |
+
With this dataset, we can train a model considering terms and utilities used in Blender and the relation with problems with specific hardware.
|
37 |
+
|
38 |
+
### Direct Use
|
39 |
+
|
40 |
+
Creation of embeddings for 3D software technical reports
|
41 |
+
|
42 |
+
## Dataset Structure
|
43 |
+
|
44 |
+
At this dataset we can see the main issue in the first column, unrecognized issues in the second column ('neg') and duplicates in the third column ('pos').
|
45 |
+
|
46 |
+
## Dataset Creation
|
47 |
+
|
48 |
+
### Curation Rationale
|
49 |
+
|
50 |
+
This dataset was created to train a model for creating embeddings to search for semantic similarity of reports in Blender and thus allow the WEB Extension
|
51 |
+
[Blender Find Related Issues](https://chromewebstore.google.com/detail/blender-find-related-issu/gppmbbnfhiajghdannflpoieilidjpnf) to work
|
52 |
+
|
53 |
+
### Source Data
|
54 |
+
|
55 |
+
https://projects.blender.org/blender/blender/issues
|
56 |
+
|
57 |
+
#### Data Collection and Processing
|
58 |
+
|
59 |
+
The date was automatically collected in Python when fetching reports categorized as duplicates. These reports were then filtered by similarity testing using other AI models.
|
60 |
+
|
61 |
+
#### Who are the source data producers?
|
62 |
+
|
63 |
+
These reports are produced by Blender users around the world who are interested in reporting bugs in order to improve the quality of the software.
|
64 |
+
|
65 |
+
#### Annotation process
|
66 |
+
|
67 |
+
<!-- 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. -->
|
68 |
+
|
69 |
+
[More Information Needed]
|
70 |
+
|
71 |
+
#### Who are the annotators?
|
72 |
+
|
73 |
+
<!-- This section describes the people or systems who created the annotations. -->
|
74 |
+
|
75 |
+
[More Information Needed]
|
76 |
+
|
77 |
+
#### Personal and Sensitive Information
|
78 |
+
|
79 |
+
<!-- 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. -->
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
## Bias, Risks, and Limitations
|
84 |
+
|
85 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
86 |
+
|
87 |
+
[More Information Needed]
|
88 |
+
|
89 |
+
### Recommendations
|
90 |
+
|
91 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
92 |
+
|
93 |
+
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
94 |
+
|
95 |
+
## Citation [optional]
|
96 |
+
|
97 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
98 |
+
|
99 |
+
**BibTeX:**
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
**APA:**
|
104 |
+
|
105 |
+
[More Information Needed]
|
106 |
+
|
107 |
+
## Glossary [optional]
|
108 |
+
|
109 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
110 |
+
|
111 |
+
[More Information Needed]
|
112 |
+
|
113 |
+
## More Information [optional]
|
114 |
+
|
115 |
+
[More Information Needed]
|
116 |
+
|
117 |
+
## Dataset Card Authors [optional]
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
## Dataset Card Contact
|
122 |
+
|
123 |
+
[More Information Needed]
|