Improve model card: Add HF Paper link
Browse filesThis PR improves the model card by adding an explicit link to the Hugging Face Papers page for [EXAONE 4.0: Unified Large Language Models Integrating Non-reasoning and Reasoning Modes](https://huggingface.co/papers/2507.11407).
This ensures the model card is fully connected to its official paper presence on the Hugging Face Hub.
README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
---
|
2 |
base_model: LGAI-EXAONE/EXAONE-4.0-32B
|
3 |
-
base_model_relation: quantized
|
4 |
-
license: other
|
5 |
-
license_name: exaone
|
6 |
-
license_link: LICENSE
|
7 |
language:
|
8 |
- en
|
9 |
- ko
|
10 |
- es
|
|
|
|
|
|
|
|
|
|
|
11 |
tags:
|
12 |
- lg-ai
|
13 |
- exaone
|
14 |
- exaone-4.0
|
15 |
-
|
16 |
-
library_name: transformers
|
17 |
---
|
18 |
|
19 |
<p align="center">
|
@@ -22,6 +22,8 @@ library_name: transformers
|
|
22 |
<br>✈️ Try on <a href="https://friendli.ai/suite/~/serverless-endpoints/LGAI-EXAONE/EXAONE-4.0-32B/overview">FriendliAI</a>
|
23 |
<br>
|
24 |
|
|
|
|
|
25 |
# EXAONE-4.0-32B-AWQ
|
26 |
|
27 |
## Introduction
|
@@ -1142,4 +1144,4 @@ The model is licensed under [EXAONE AI Model License Agreement 1.2 - NC](./LICEN
|
|
1142 |
|
1143 |
## Contact
|
1144 |
|
1145 |
-
LG AI Research Technical Support: [email protected]
|
|
|
1 |
---
|
2 |
base_model: LGAI-EXAONE/EXAONE-4.0-32B
|
|
|
|
|
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
- ko
|
6 |
- es
|
7 |
+
library_name: transformers
|
8 |
+
license: other
|
9 |
+
license_name: exaone
|
10 |
+
license_link: LICENSE
|
11 |
+
pipeline_tag: text-generation
|
12 |
tags:
|
13 |
- lg-ai
|
14 |
- exaone
|
15 |
- exaone-4.0
|
16 |
+
base_model_relation: quantized
|
|
|
17 |
---
|
18 |
|
19 |
<p align="center">
|
|
|
22 |
<br>✈️ Try on <a href="https://friendli.ai/suite/~/serverless-endpoints/LGAI-EXAONE/EXAONE-4.0-32B/overview">FriendliAI</a>
|
23 |
<br>
|
24 |
|
25 |
+
This model is described in the paper [EXAONE 4.0: Unified Large Language Models Integrating Non-reasoning and Reasoning Modes](https://huggingface.co/papers/2507.11407).
|
26 |
+
|
27 |
# EXAONE-4.0-32B-AWQ
|
28 |
|
29 |
## Introduction
|
|
|
1144 |
|
1145 |
## Contact
|
1146 |
|
1147 |
+
LG AI Research Technical Support: [email protected]
|