Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ A fine-tuned version of the LLaMA 3.2B model using QLoRA on a custom League of L
|
|
25 |
| Base Model | unsloth/Llama-3.2-3B-bnb-4bit |
|
26 |
| Epochs | 1 |
|
27 |
| Max Steps | 4751 |
|
28 |
-
| Batch Size | 16
|
29 |
| Max Sequence Length | 1024 |
|
30 |
| Gradient Accumulation | 1 |
|
31 |
| Learning Rate | 2e-4 |
|
@@ -37,6 +37,19 @@ A fine-tuned version of the LLaMA 3.2B model using QLoRA on a custom League of L
|
|
37 |
|
38 |
---
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
## π Final Training Metrics
|
41 |
|
42 |
| Metric | Value |
|
@@ -51,17 +64,6 @@ A fine-tuned version of the LLaMA 3.2B model using QLoRA on a custom League of L
|
|
51 |
|
52 |
---
|
53 |
|
54 |
-
## π Evaluation Metrics
|
55 |
-
|
56 |
-
Evaluated using BLEU, ROUGE-L, and Exact Match on validation prompts.
|
57 |
-
|
58 |
-
| Metric | Value |
|
59 |
-
|---------------|--------|
|
60 |
-
| BLEU | 0.874 |
|
61 |
-
| ROUGE-L | 0.930 |
|
62 |
-
|
63 |
-
---
|
64 |
-
|
65 |
## βοΈ Usage
|
66 |
|
67 |
```python
|
@@ -90,19 +92,10 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
90 |
|
91 |
- **Application**: Suggests champion item builds for League of Legends based on role.
|
92 |
- **Limitations**:
|
93 |
-
- May suggest deprecated or invalid items.
|
|
|
|
|
|
|
|
|
94 |
|
95 |
-
---
|
96 |
|
97 |
-
## π¦ Files Included
|
98 |
-
|
99 |
-
| File | Purpose |
|
100 |
-
|-----------------------------|--------------------------------|
|
101 |
-
| adapter_model.safetensors | LoRA adapter weights |
|
102 |
-
| adapter_config.json | LoRA configuration |
|
103 |
-
| tokenizer_config.json | Tokenizer settings |
|
104 |
-
| tokenizer.json | Tokenizer vocabulary |
|
105 |
-
| generation_config.json | Generation parameters |
|
106 |
-
| training_args.bin | Training arguments snapshot |
|
107 |
-
| trainer_state.json | Training/evaluation metrics |
|
108 |
-
| special_tokens_map.json | Token mapping info |
|
|
|
25 |
| Base Model | unsloth/Llama-3.2-3B-bnb-4bit |
|
26 |
| Epochs | 1 |
|
27 |
| Max Steps | 4751 |
|
28 |
+
| Batch Size | 16 |
|
29 |
| Max Sequence Length | 1024 |
|
30 |
| Gradient Accumulation | 1 |
|
31 |
| Learning Rate | 2e-4 |
|
|
|
37 |
|
38 |
---
|
39 |
|
40 |
+
|
41 |
+
## π Evaluation Metrics
|
42 |
+
|
43 |
+
Evaluated using BLEU, ROUGE-L, and Exact Match on validation prompts.
|
44 |
+
|
45 |
+
| Metric | Value |
|
46 |
+
|---------------|--------|
|
47 |
+
| BLEU | 0.874 |
|
48 |
+
| ROUGE-L | 0.930 |
|
49 |
+
|
50 |
+
---
|
51 |
+
|
52 |
+
|
53 |
## π Final Training Metrics
|
54 |
|
55 |
| Metric | Value |
|
|
|
64 |
|
65 |
---
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
## βοΈ Usage
|
68 |
|
69 |
```python
|
|
|
92 |
|
93 |
- **Application**: Suggests champion item builds for League of Legends based on role.
|
94 |
- **Limitations**:
|
95 |
+
- May suggest deprecated or invalid items if outdated.
|
96 |
+
|
97 |
+
## Github
|
98 |
+
|
99 |
+
- https://github.com/HatimFertat/lol_builds
|
100 |
|
|
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|