nielsr HF Staff commited on
Commit
f92b9f7
·
verified ·
1 Parent(s): 22391d7

Add model card metadata and links to paper, project page and code

Browse files

This 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.

Files changed (1) hide show
  1. README.md +11 -3
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