Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: google/gemma-
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
- selenium
|
|
@@ -12,7 +12,7 @@ pipeline_tag: text-generation
|
|
| 12 |
|
| 13 |
> **Experimental. Not an official release.**
|
| 14 |
|
| 15 |
-
Gemma
|
| 16 |
diagnosing flaky tests, suggesting resilient locators, explaining failures,
|
| 17 |
and emitting `<tool_call>` JSON envelopes.
|
| 18 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: google/gemma-4-E4B-it
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
- selenium
|
|
|
|
| 12 |
|
| 13 |
> **Experimental. Not an official release.**
|
| 14 |
|
| 15 |
+
Gemma 4 E4B fine-tuned to reason about Selenium WebDriver tests in Java —
|
| 16 |
diagnosing flaky tests, suggesting resilient locators, explaining failures,
|
| 17 |
and emitting `<tool_call>` JSON envelopes.
|
| 18 |
|