Update citation to AIxBlock format
Browse files
README.md
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
model_name: qwen3
|
| 5 |
tags:
|
| 6 |
-
-
|
| 7 |
-
|
| 8 |
-
- sft
|
| 9 |
-
licence: license
|
| 10 |
---
|
| 11 |
|
|
|
|
| 12 |
# Model Card for qwen3
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B).
|
|
@@ -42,17 +40,8 @@ This model was trained with SFT.
|
|
| 42 |
|
| 43 |
## Citations
|
| 44 |
|
|
|
|
| 45 |
|
|
|
|
| 46 |
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
```bibtex
|
| 50 |
-
@misc{vonwerra2022trl,
|
| 51 |
-
title = {{TRL: Transformer Reinforcement Learning}},
|
| 52 |
-
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
|
| 53 |
-
year = 2020,
|
| 54 |
-
journal = {GitHub repository},
|
| 55 |
-
publisher = {GitHub},
|
| 56 |
-
howpublished = {\url{https://github.com/huggingface/trl}}
|
| 57 |
-
}
|
| 58 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language: en
|
|
|
|
| 4 |
tags:
|
| 5 |
+
- text-generation
|
| 6 |
+
model_name: qwen3
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
+
|
| 10 |
# Model Card for qwen3
|
| 11 |
|
| 12 |
This model is a fine-tuned version of [Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B).
|
|
|
|
| 40 |
|
| 41 |
## Citations
|
| 42 |
|
| 43 |
+
This model was fine-tuned on **AIxBlock** platform.
|
| 44 |
|
| 45 |
+
It was trained using a proprietary training workflow from **AIxBlock**, a project under the ownership of the company.
|
| 46 |
|
| 47 |
+
© 2025 AIxBlock. All rights reserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|