harsha509 commited on
Commit
bdba0c9
·
verified ·
1 Parent(s): 3e3c736

Unsloth Model Card

Browse files
Files changed (1) hide show
  1. README.md +14 -33
README.md CHANGED
@@ -1,40 +1,21 @@
1
  ---
2
- base_model: google/gemma-3n-e4b-it
3
- library_name: peft
4
- license: apache-2.0
5
  tags:
6
- - lora
7
- - selenium
8
- - java
9
- - experimental
10
- pipeline_tag: text-generation
 
 
11
  ---
12
 
13
- # selenium-java-llm v0.1
14
-
15
- > **Experimental. Not an official release.**
16
-
17
- A LoRA adapter on **Gemma 3n E4B** that tries to reason about Selenium
18
- WebDriver tests in Java — diagnosing flaky tests, suggesting resilient
19
- locators, explaining failures, and emitting `<tool_call>` JSON envelopes.
20
-
21
- ## Disclaimers
22
-
23
- - Not affiliated with SeleniumHQ, Google, or any official maintainer.
24
- - Personal research experiment. No warranty, no support.
25
- - Hallucinates Selenium APIs. Always verify generated code.
26
- - Base model licensing (Gemma Terms of Use) governs combined use.
27
-
28
- ## Usage with vLLM
29
 
30
- ```bash
31
- vllm serve google/gemma-3n-e4b-it \
32
- --enable-lora \
33
- --lora-modules selenium-java-llm=harsha509/selenium-java-llm-v0.1 \
34
- --max-lora-rank 32 \
35
- --max-model-len 4096
36
- ```
37
 
38
- ## Intended use
39
 
40
- Research and experimentation. **Not for** production test triage or unattended code edits.
 
1
  ---
2
+ base_model: harsha509/selenium-java-llm-v0.1
 
 
3
  tags:
4
+ - text-generation-inference
5
+ - transformers
6
+ - unsloth
7
+ - gemma4
8
+ license: apache-2.0
9
+ language:
10
+ - en
11
  ---
12
 
13
+ # Uploaded finetuned model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
+ - **Developed by:** harsha509
16
+ - **License:** apache-2.0
17
+ - **Finetuned from model :** harsha509/selenium-java-llm-v0.1
 
 
 
 
18
 
19
+ This gemma4 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
20
 
21
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)