Commit
·
777c4c3
1
Parent(s):
dec3021
update
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ size_categories:
|
|
30 |
|
31 |
## Dataset Description
|
32 |
|
33 |
-
- **Repository:** [GitHub Repository](https://github.com/
|
34 |
- **Paper:** [If applicable]
|
35 |
- **Point of Contact:** [Your contact information]
|
36 |
- **Huggingface Hub:** [Dataset link when published]
|
@@ -136,7 +136,7 @@ This dataset is licensed under AGPL-3.0, the same license as the source codebase
|
|
136 |
title={Rust AST Emoji Dataset},
|
137 |
author={solfunmeme-dioxus contributors},
|
138 |
year={2024},
|
139 |
-
url={https://github.com/
|
140 |
}
|
141 |
```
|
142 |
|
@@ -152,7 +152,7 @@ Contributions to improve the dataset, emoji mappings, or analysis methods are we
|
|
152 |
from datasets import load_dataset
|
153 |
|
154 |
# Load the dataset
|
155 |
-
dataset = load_dataset("
|
156 |
|
157 |
# Access a sample
|
158 |
sample = dataset["train"][0]
|
|
|
30 |
|
31 |
## Dataset Description
|
32 |
|
33 |
+
- **Repository:** [GitHub Repository](https://github.com/meta-introspector/solfunmeme-dioxus)
|
34 |
- **Paper:** [If applicable]
|
35 |
- **Point of Contact:** [Your contact information]
|
36 |
- **Huggingface Hub:** [Dataset link when published]
|
|
|
136 |
title={Rust AST Emoji Dataset},
|
137 |
author={solfunmeme-dioxus contributors},
|
138 |
year={2024},
|
139 |
+
url={https://github.com/meta-introspector/solfunmeme-dioxus}
|
140 |
}
|
141 |
```
|
142 |
|
|
|
152 |
from datasets import load_dataset
|
153 |
|
154 |
# Load the dataset
|
155 |
+
dataset = load_dataset("h4/solfunmeme-dioxus-reports")
|
156 |
|
157 |
# Access a sample
|
158 |
sample = dataset["train"][0]
|