Update README with conversion results
Browse files
README.md
CHANGED
@@ -4,27 +4,26 @@
|
|
4 |
|
5 |
## 轉換摘要
|
6 |
|
7 |
-
- 📊 成功轉換:
|
8 |
-
- 📈 成功率:
|
9 |
- 🔧 主要格式: FP16
|
10 |
-
- 🕒 更新時間: 2025-08-29 03:
|
11 |
|
12 |
## 模型列表
|
13 |
|
14 |
| 模型名 | 原始倉庫 | 格式 | 檔案大小 | 狀態 |
|
15 |
|--------|----------|------|----------|------|
|
16 |
-
| deepseek-1.3b-sql-final-t4x2 | [Paul720810/deepseek-1.3b-sql-final-t4x2](https://huggingface.co/Paul720810/deepseek-1.3b-sql-final-t4x2) |
|
17 |
| codegemma-2b-sql-coder-finetuned | [Paul720810/codegemma-2b-sql-coder-finetuned](https://huggingface.co/Paul720810/codegemma-2b-sql-coder-finetuned) | FP16 | 4786.0MB | ✅ 成功 |
|
18 |
| qwen2-7b-sql-merged-final-t4x2 | [Paul720810/qwen2-7b-sql-merged-final-t4x2](https://huggingface.co/Paul720810/qwen2-7b-sql-merged-final-t4x2) | N/A | N/A | ❌ 失敗 |
|
19 |
-
| qwen-coder-1.5b-sql-final-t4x2 | [Paul720810/qwen-coder-1.5b-sql-final-t4x2](https://huggingface.co/Paul720810/qwen-coder-1.5b-sql-final-t4x2) |
|
20 |
|
21 |
## 使用說明
|
22 |
|
23 |
### 下載模型
|
24 |
```bash
|
25 |
-
# 使用 huggingface_hub
|
26 |
from huggingface_hub import hf_hub_download
|
27 |
-
|
28 |
model_path = hf_hub_download(repo_id="Paul720810/gguf-models", filename="模型名.fp16.gguf", repo_type="dataset")
|
29 |
```
|
30 |
|
@@ -59,8 +58,8 @@ model_path = hf_hub_download(repo_id="Paul720810/gguf-models", filename="模型
|
|
59 |
4. 格式相容性:確認工具支援 GGUF
|
60 |
|
61 |
## 更新日誌
|
62 |
-
- 初始轉換: 共處理 4 個模型,成功
|
63 |
-
- 更新時間: 2025-08-29 03:
|
64 |
|
65 |
---
|
66 |
*自動生成於 Kaggle Notebook*
|
|
|
4 |
|
5 |
## 轉換摘要
|
6 |
|
7 |
+
- 📊 成功轉換: 3/4 個模型
|
8 |
+
- 📈 成功率: 75.0%
|
9 |
- 🔧 主要格式: FP16
|
10 |
+
- 🕒 更新時間: 2025-08-29 03:41:40
|
11 |
|
12 |
## 模型列表
|
13 |
|
14 |
| 模型名 | 原始倉庫 | 格式 | 檔案大小 | 狀態 |
|
15 |
|--------|----------|------|----------|------|
|
16 |
+
| deepseek-1.3b-sql-final-t4x2 | [Paul720810/deepseek-1.3b-sql-final-t4x2](https://huggingface.co/Paul720810/deepseek-1.3b-sql-final-t4x2) | FP16 | 2569.5MB | ✅ 成功 |
|
17 |
| codegemma-2b-sql-coder-finetuned | [Paul720810/codegemma-2b-sql-coder-finetuned](https://huggingface.co/Paul720810/codegemma-2b-sql-coder-finetuned) | FP16 | 4786.0MB | ✅ 成功 |
|
18 |
| qwen2-7b-sql-merged-final-t4x2 | [Paul720810/qwen2-7b-sql-merged-final-t4x2](https://huggingface.co/Paul720810/qwen2-7b-sql-merged-final-t4x2) | N/A | N/A | ❌ 失敗 |
|
19 |
+
| qwen-coder-1.5b-sql-final-t4x2 | [Paul720810/qwen-coder-1.5b-sql-final-t4x2](https://huggingface.co/Paul720810/qwen-coder-1.5b-sql-final-t4x2) | FP16 | 2950.4MB | ✅ 成功 |
|
20 |
|
21 |
## 使用說明
|
22 |
|
23 |
### 下載模型
|
24 |
```bash
|
25 |
+
# 使用 huggingface_hub(Python)
|
26 |
from huggingface_hub import hf_hub_download
|
|
|
27 |
model_path = hf_hub_download(repo_id="Paul720810/gguf-models", filename="模型名.fp16.gguf", repo_type="dataset")
|
28 |
```
|
29 |
|
|
|
58 |
4. 格式相容性:確認工具支援 GGUF
|
59 |
|
60 |
## 更新日誌
|
61 |
+
- 初始轉換: 共處理 4 個模型,成功 3 個
|
62 |
+
- 更新時間: 2025-08-29 03:41:40
|
63 |
|
64 |
---
|
65 |
*自動生成於 Kaggle Notebook*
|