Update README.md to enhance badge display with inline styling (#31)
Browse files
README.md
CHANGED
|
@@ -35,10 +35,20 @@ task_ids:
|
|
| 35 |
|
| 36 |
# Dataset Card for JGLUE
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
This dataset loading script is developed on [GitHub](https://github.com/shunk031/huggingface-datasets_JGLUE).
|
| 44 |
Please feel free to open an [issue](https://github.com/shunk031/huggingface-datasets_JGLUE/issues/new/choose) or [pull request](https://github.com/shunk031/huggingface-datasets_JGLUE/pulls).
|
|
|
|
| 35 |
|
| 36 |
# Dataset Card for JGLUE
|
| 37 |
|
| 38 |
+
<p>
|
| 39 |
+
<a href="https://github.com/shunk031/huggingface-datasets_JGLUE/actions/workflows/ci.yaml">
|
| 40 |
+
<img src="https://github.com/shunk031/huggingface-datasets_JGLUE/actions/workflows/ci.yaml/badge.svg" alt="CI" style="display: inline-block;" />
|
| 41 |
+
</a>
|
| 42 |
+
<a href="https://github.com/shunk031/huggingface-datasets_JGLUE/actions/workflows/push_to_hub.yaml">
|
| 43 |
+
<img src="https://github.com/shunk031/huggingface-datasets_JGLUE/actions/workflows/push_to_hub.yaml/badge.svg" alt="Sync to Hugging Face Hub" style="display: inline-block;" />
|
| 44 |
+
</a>
|
| 45 |
+
<a href="https://aclanthology.org/2022.lrec-1.317">
|
| 46 |
+
<img src="https://img.shields.io/badge/LREC2022-2022.lrec--1.317-red" alt="LRECACL2022 2022.lrec-1.317" style="display: inline-block;" />
|
| 47 |
+
</a>
|
| 48 |
+
<a href="https://huggingface.co/datasets/shunk031/JGLUE">
|
| 49 |
+
<img src="https://img.shields.io/badge/Hugging%20Face_🤗-Datasets-ffcc66" alt="Hugging Face Datasets Hub" style="display: inline-block;" />
|
| 50 |
+
</a>
|
| 51 |
+
</p>
|
| 52 |
|
| 53 |
This dataset loading script is developed on [GitHub](https://github.com/shunk031/huggingface-datasets_JGLUE).
|
| 54 |
Please feel free to open an [issue](https://github.com/shunk031/huggingface-datasets_JGLUE/issues/new/choose) or [pull request](https://github.com/shunk031/huggingface-datasets_JGLUE/pulls).
|