Fix bilingual README links: use absolute HF URLs for EN/ZH switch, LICENSE and data links
#2
by JacobLIU1024 - opened
- README.md +2 -2
- README_ZH.md +2 -2
README.md
CHANGED
|
@@ -31,7 +31,7 @@ pipeline_tag: text-generation
|
|
| 31 |
|
| 32 |
<p align="center">
|
| 33 |
English |
|
| 34 |
-
<a href="README_ZH.md">中文</a>
|
| 35 |
</p>
|
| 36 |
|
| 37 |
## 📚 Introduction
|
|
@@ -154,4 +154,4 @@ If you find our work useful, please consider citing:
|
|
| 154 |
|
| 155 |
## 📜 License
|
| 156 |
|
| 157 |
-
This project is licensed under the [Apache 2.0](./LICENSE) license.
|
|
|
|
| 31 |
|
| 32 |
<p align="center">
|
| 33 |
English |
|
| 34 |
+
<a href="https://huggingface.co/openbmb/UltraX-0.6B-Preview/blob/main/README_ZH.md">中文</a>
|
| 35 |
</p>
|
| 36 |
|
| 37 |
## 📚 Introduction
|
|
|
|
| 154 |
|
| 155 |
## 📜 License
|
| 156 |
|
| 157 |
+
This project is licensed under the [Apache 2.0](https://huggingface.co/openbmb/UltraX-0.6B-Preview/blob/main/LICENSE) license.
|
README_ZH.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
</p>
|
| 20 |
|
| 21 |
<p align="center">
|
| 22 |
-
<a href="README.md">English</a> |
|
| 23 |
中文
|
| 24 |
</p>
|
| 25 |
|
|
@@ -142,4 +142,4 @@ tokenizer = AutoTokenizer.from_pretrained("openbmb/UltraX-0.6B-Preview")
|
|
| 142 |
|
| 143 |
## 📜 许可证
|
| 144 |
|
| 145 |
-
本项目基于 [Apache 2.0](./LICENSE) 许可证发布。
|
|
|
|
| 19 |
</p>
|
| 20 |
|
| 21 |
<p align="center">
|
| 22 |
+
<a href="https://huggingface.co/openbmb/UltraX-0.6B-Preview/blob/main/README.md">English</a> |
|
| 23 |
中文
|
| 24 |
</p>
|
| 25 |
|
|
|
|
| 142 |
|
| 143 |
## 📜 许可证
|
| 144 |
|
| 145 |
+
本项目基于 [Apache 2.0](https://huggingface.co/openbmb/UltraX-0.6B-Preview/blob/main/LICENSE) 许可证发布。
|