From a23dcb5248335482c012e8b79757917c4b9d4974 Mon Sep 17 00:00:00 2001 From: pavansai018 <18pavansai@gmail.com> Date: Mon, 20 Jul 2026 00:11:09 +0800 Subject: [PATCH] Fix broken Skymath link in README The link used a malformed double-parenthesis URL that GitHub's markdown renderer silently drops (renders as plain text instead of a hyperlink), pointing at a placeholder path that was never a real arXiv URL. Point it at the correct arXiv ID (2310.16713), matching the citation already given for the same paper later in this file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28bdccf..812da09 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Our open-source Skywork series models can be used for commercial purposes, but y - In addition, we have also disclosed the evaluation methods, data distribution studies, and training infrastructure optimization plans used in training the Skywork-13B model. We hope that these open-source materials can further inspire the community's understanding of large-scale model pre-training and drive the realization of Artificial General Intelligence (AGI). -If you are interested in more training and evaluation details, please refer to our [technical report](http://arxiv.org/abs/2310.19341), [Skymath]((https://arxiv.org/skywork-tech-report)) paper and [SkyworkMM](https://github.com/will-singularity/Skywork-MM/blob/main/skywork_mm.pdf) paper. +If you are interested in more training and evaluation details, please refer to our [technical report](http://arxiv.org/abs/2310.19341), [Skymath](https://arxiv.org/abs/2310.16713) paper and [SkyworkMM](https://github.com/will-singularity/Skywork-MM/blob/main/skywork_mm.pdf) paper. # News and Updates * 2023.12.7 Our SkyPile-150B dataset is now accessible via [huggingface](https://huggingface.co/datasets/Skywork/SkyPile-150B).