Add model card metadata and links to paper, project page and code
Browse filesThis PR adds the `robotics` pipeline tag and the `transformers` library name to the model card.
It also includes links to the paper, project page and code repository for this model.
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: robotics
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the Gemma3 12B model for web navigation as presented in [Thinking vs. Doing: Agents that Reason by Scaling Test-Time Interaction](https://huggingface.co/papers/2506.07976).
|
| 8 |
+
|
| 9 |
+
Project page: https://test-time-interaction.github.io
|
| 10 |
+
|
| 11 |
+
Code: https://github.com/test-time-interaction/TTI
|