JungZoona commited on
Commit
025b9bb
·
verified ·
1 Parent(s): 30b7d35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -11,23 +11,26 @@ tags:
11
  library_name: transformers
12
  ---
13
 
14
- > Update @ 2025.03.14: The updated version, [T3Q-qwen2.5-14b-v1.2-e2](https://huggingface.co/JungZoona/T3Q-qwen2.5-14b-v1.2-e2) release
15
-
16
- > Update @ 2025.03.14: The updated version, [T3Q-qwen2.5-32b-v1.2-e2](https://huggingface.co/JungZoona/T3Q-qwen2.5-32b-v1.2-e2) release
17
 
 
 
 
18
  ## Model Summary
19
  T3Q-qwen2.5-14b-v1.0-e3 is a post-trained version of the Qwen/Qwen2.5-14B-Instruct-1M model.
20
  (LoRA-8-4-0.0001-cosine-32-16 with train_data_v1.0)
21
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63e05d54a98d931aa90a7e18/wcNgrnOUeuLnNTgSFsDzg.png)
22
-
 
23
  ## Global Open LLM Leaderboard Performance
24
- This model achieved 1st place in performance among models under 32b in the [Global Open LLM Leaderboard](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?params=0%2C32).
25
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63e05d54a98d931aa90a7e18/8duj8OLlrVDqnMUDIO2WG.png)
26
  <details>
27
  <summary>Page Capture</summary>
28
  <img src="https://cdn-uploads.huggingface.co/production/uploads/63e05d54a98d931aa90a7e18/r-YILW4uipdjTfEKAFG4i.png" alt="Page Capture">
29
- </details>
30
-
 
31
  ## Quick Start
32
  Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
33
 
 
11
  library_name: transformers
12
  ---
13
 
14
+ > Update @ 2025.03.14: The updated version, [**T3Q-qwen2.5-14b-v1.2-e2**](https://huggingface.co/JungZoona/T3Q-qwen2.5-14b-v1.2-e2) release
 
 
15
 
16
+ > Update @ 2025.03.14: The updated version, [**T3Q-qwen2.5-32b-v1.2-e2**](https://huggingface.co/JungZoona/T3Q-qwen2.5-32b-v1.2-e2) release
17
+
18
+
19
  ## Model Summary
20
  T3Q-qwen2.5-14b-v1.0-e3 is a post-trained version of the Qwen/Qwen2.5-14B-Instruct-1M model.
21
  (LoRA-8-4-0.0001-cosine-32-16 with train_data_v1.0)
22
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63e05d54a98d931aa90a7e18/wcNgrnOUeuLnNTgSFsDzg.png)
23
+
24
+
25
  ## Global Open LLM Leaderboard Performance
26
+ This model achieved **1st place in performance among models under 32b** in the [**Global Open LLM Leaderboard**](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?params=0%2C32). [[**View Article**]](https://www.aitimes.com/news/articleView.html?idxno=168786)
27
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63e05d54a98d931aa90a7e18/8duj8OLlrVDqnMUDIO2WG.png)
28
  <details>
29
  <summary>Page Capture</summary>
30
  <img src="https://cdn-uploads.huggingface.co/production/uploads/63e05d54a98d931aa90a7e18/r-YILW4uipdjTfEKAFG4i.png" alt="Page Capture">
31
+ </details>
32
+
33
+
34
  ## Quick Start
35
  Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
36