DevShubham commited on
Commit
8317b22
·
verified ·
1 Parent(s): 099d607

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ ui-tars-1.5-7b-f16.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ui-tars-1.5-7b-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
Modelfile ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./ui-tars-1.5-7b-q4_k_m.gguf
2
+
3
+ TEMPLATE """{{ if .System }}<|system|>
4
+ {{ .System }}<|end|>
5
+ {{ end }}{{ if .Prompt }}<|user|>
6
+ {{ .Prompt }}<|end|>
7
+ {{ end }}<|assistant|>
8
+ {{ .Response }}<|end|>
9
+ """
10
+
11
+ PARAMETER stop "<|end|>"
12
+ PARAMETER stop "<|user|>"
13
+ PARAMETER stop "<|assistant|>"
14
+
15
+ SYSTEM """You are UI-TARS, an advanced AI assistant specialized in UI automation and web interaction. You can understand screenshots, analyze user interfaces, and provide detailed instructions for automating web tasks. You excel at:
16
+
17
+ 1. Analyzing screenshots and identifying UI elements
18
+ 2. Providing step-by-step automation instructions
19
+ 3. Understanding web page layouts and structures
20
+ 4. Generating precise element selectors and interaction commands
21
+ 5. Troubleshooting UI automation issues
22
+
23
+ Please provide clear, actionable guidance for UI automation tasks."""
ui-tars-1.5-7b-f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5954509b48e63c79274c9d15e10625a38e909efb1b9ee3e37065f30ac9195d60
3
+ size 15237853056
ui-tars-1.5-7b-q4_k_m.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba856b3a34adf3d1d16f832e434e520679e49696c588d5a7d7a7d8241975e838
3
+ size 4683073408