sujitvasanth commited on
Commit
7930939
·
verified ·
1 Parent(s): eb78691

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -13,7 +13,7 @@ metrics:
13
  - accuracy
14
  - code_eval
15
  pipeline_tag: image-text-to-text
16
- library_name: transformers
17
  tags:
18
  - VLM
19
  - Computer-Use-Agent
@@ -29,7 +29,7 @@ tags:
29
  line-height:1.25;
30
  text-align:center;
31
  margin:0 0 24px;">
32
- OpenCUA7B exllama 4.5 quant
33
  </h1>
34
 
35
  <div style="
@@ -78,6 +78,18 @@ tags:
78
 
79
  <div style="max-width:900px;margin:0 auto;">
80
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  # Introduction
82
  <div style="
83
  max-width: 880px; /* 可按需调节整体宽度 */
 
13
  - accuracy
14
  - code_eval
15
  pipeline_tag: image-text-to-text
16
+ library_name: exllamav2
17
  tags:
18
  - VLM
19
  - Computer-Use-Agent
 
29
  line-height:1.25;
30
  text-align:center;
31
  margin:0 0 24px;">
32
+ OpenCUA-7B exllamav2 4.5bpw
33
  </h1>
34
 
35
  <div style="
 
78
 
79
  <div style="max-width:900px;margin:0 auto;">
80
 
81
+ # How to use this model
82
+ <div style="
83
+ max-width: 880px; /* 可按需调节整体宽度 */
84
+ margin: 0 auto; /* 居中容器 */
85
+ text-align: justify; /* 关键:两端对齐 */
86
+ text-justify: inter-word; /* 优化英文对齐效果 */
87
+ line-height: 1.6;">
88
+
89
+ See the sample inference code in this repo. You should install exllamv2, this model, and then run the inference script - making sure you have
90
+ pointed to your model's directory
91
+ </div>
92
+
93
  # Introduction
94
  <div style="
95
  max-width: 880px; /* 可按需调节整体宽度 */