nebchi commited on
Commit
8d956e9
·
verified ·
1 Parent(s): d6a8617

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -13
README.md CHANGED
@@ -15,18 +15,6 @@ pipeline_tag: text-generation
15
  **Resources and Technical Documentation**:
16
  * [Gemma3 Model](https://huggingface.co/google/gemma-3-4b-it)
17
 
18
- **Citation**
19
-
20
- ```bibtex
21
- @misc {Devocean-06/Spam_Filter-gemma,
22
- author = { {SK Devoceon-06 On device LLM} },
23
- title = { Spam filter & XAI },
24
- year = 2025,
25
- url = { https://huggingface.co/Devocean-06/Spam_Filter-gemma },
26
- publisher = { Hugging Face }
27
- }
28
- ```
29
-
30
  **Model Developers**: SK Devoceon-06 On device LLM
31
 
32
  ## Model Information
@@ -69,8 +57,24 @@ result = pipe(text, top_k=2)
69
  print(result)
70
  ```
71
 
72
- ## Quick Start
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
 
74
  Training was conducted using the Axolotl framework, a flexible and efficient fine-tuning system designed for large language models.
75
 
76
  Axolotl enables seamless configuration and execution of full fine-tuning, LoRA, and DPO pipelines through simple YAML-based workflows.
 
15
  **Resources and Technical Documentation**:
16
  * [Gemma3 Model](https://huggingface.co/google/gemma-3-4b-it)
17
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  **Model Developers**: SK Devoceon-06 On device LLM
19
 
20
  ## Model Information
 
57
  print(result)
58
  ```
59
 
60
+ ## Runnig with the vLLM
61
+ ```sh
62
+ vllm serve Devocean-06/Spam_Filter-gemma
63
+ ```
64
+
65
+ **Citation**
66
+
67
+ ```bibtex
68
+ @misc {Devocean-06/Spam_Filter-gemma,
69
+ author = { {SK Devoceon-06 On device LLM} },
70
+ title = { Spam filter & XAI },
71
+ year = 2025,
72
+ url = { https://huggingface.co/Devocean-06/Spam_Filter-gemma },
73
+ publisher = { Hugging Face }
74
+ }
75
+ ```
76
 
77
+ ## Software
78
  Training was conducted using the Axolotl framework, a flexible and efficient fine-tuning system designed for large language models.
79
 
80
  Axolotl enables seamless configuration and execution of full fine-tuning, LoRA, and DPO pipelines through simple YAML-based workflows.