Unsloth Model Card
Browse files
README.md
CHANGED
|
@@ -1,40 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
-
library_name: peft
|
| 4 |
-
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 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 |
-
|
| 31 |
-
|
| 32 |
-
|
| 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 |
-
|
| 39 |
|
| 40 |
-
|
|
|
|
| 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)
|