yayahappy92 commited on
Commit
d1cc1b4
·
verified ·
1 Parent(s): 77221f1

Upload fine-tuned Gemma model

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -7,8 +7,21 @@ tags:
7
  - legal
8
  - instruction-tuning
9
  - taiwan
 
10
  ---
11
 
12
  ## TL;DR
13
 
14
- This is a GGUF version of Gemma 3 4B, fine-tuned on Traditional Chinese legal instructions using court decisions published by the Judicial Yuan of Taiwan. Suitable for legal Q&A and summarization tasks. Compatible with llama.cpp and Ollama.
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - legal
8
  - instruction-tuning
9
  - taiwan
10
+ - law
11
  ---
12
 
13
  ## TL;DR
14
 
15
+ This is a GGUF version of Gemma 3 4B, fine-tuned on Traditional Chinese legal instructions using court decisions published by the Judicial Yuan of Taiwan. It is suitable for legal Q&A, judgment summarization, and legal document reasoning. Compatible with llama.cpp and Ollama.
16
+
17
+ ## Training Data
18
+
19
+ This model was trained using a curated dataset of 96,556 Taiwanese court decisions from 2021, each with available full text (JFULL) and downloadable PDF (JPDF), where tabular structures are clearly embedded. The dataset is designed for:
20
+
21
+ - Table extraction
22
+ - OCR pretraining for legal PDFs
23
+ - Multimodal training (PDF + table reasoning)
24
+
25
+ ## Acknowledgments
26
+
27
+ Data collected from the publicly available Judicial Yuan open datasets (Taiwan).