GChilukala commited on
Commit
c323c07
Β·
verified Β·
1 Parent(s): edcd099

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -146,13 +146,23 @@ python app.py
146
 
147
  ## πŸ” Performance Benchmark
148
 
149
- ### Caption Generation Models
150
- | Model | Provider | Latency | Quality | Multi-Modal | Instagram-Optimized |
151
- |-------|----------|---------|---------|-------------|---------------------|
152
- | **Llama-4-Maverick** πŸ† | SambaNova | **2.1s** | **Excellent** | βœ… | βœ… |
153
- | GPT-4-Vision | OpenAI | 3.2s | Excellent | βœ… | ❌ |
154
- | Claude-3-Vision | Anthropic | 2.8s | Very Good | βœ… | ❌ |
155
- | Gemini-Pro-Vision | Google | 2.5s | Good | βœ… | ❌ |
 
 
 
 
 
 
 
 
 
 
156
 
157
  ### Performance vs Industry
158
  | Feature | Caption Creator Pro | Industry Average | Improvement |
 
146
 
147
  ## πŸ” Performance Benchmark
148
 
149
+ #### 🎯 Caption Generation Models
150
+
151
+ | Model ID | Provider | Avg Latency | Caption Quality | Multi-Modal |
152
+ |-----------------------------------|-------------|-------------|-----------------|-------------|
153
+ | `Llama-4-Maverick-17B-128E` πŸ† | SambaNova | **2.1s** | **Excellent** | βœ… Yes |
154
+ | `GPT-4-Vision` | OpenAI | 3.2s | Excellent | βœ… Yes |
155
+ | `Claude-3-Vision` | Anthropic | 2.8s | Very Good | βœ… Yes |
156
+ | `Gemini-Pro-Vision` | Google | 2.5s | Good | βœ… Yes |
157
+
158
+ #### ✨ Caption Variation Models
159
+
160
+ | Model ID | Provider | Avg Latency | Variation Quality |
161
+ |-----------------------------|-------------|-------------|-------------------|
162
+ | `Meta-Llama-3.2-3B` πŸ† | SambaNova | **1.4s** | **Excellent** |
163
+ | `GPT-3.5-Turbo` | OpenAI | 2.1s | Good |
164
+ | `Claude-3-Haiku` | Anthropic | 1.8s | Very Good |
165
+ | `Gemma-2-9B` | Google | 1.6s | Good |
166
 
167
  ### Performance vs Industry
168
  | Feature | Caption Creator Pro | Industry Average | Improvement |