• bitcoinBitcoin(BTC)$80,981.006.07%
  • ethereumEthereum(ETH)$2,613.626.87%
  • tetherTether(USDT)$1.000.04%
  • binancecoinBNB(BNB)$762.353.55%
  • rippleXRP(XRP)$1.407.81%
  • usd-coinUSDC(USDC)$1.000.02%
  • solanaSolana(SOL)$113.0611.50%
  • tronTRON(TRX)$0.3383681.15%
  • zcashZcash(ZEC)$1,574.747.18%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.031.25%
  • HyperliquidHyperliquid(HYPE)$92.909.68%
  • dogecoinDogecoin(DOGE)$0.0877147.45%
  • moneroMonero(XMR)$570.2410.22%
  • whitebitWhiteBIT Coin(WBT)$83.095.59%
  • USDSUSDS(USDS)$1.000.03%
  • RainRain(RAIN)$0.0134285.33%
  • chainlinkChainlink(LINK)$12.267.73%
  • cardanoCardano(ADA)$0.22453510.97%
  • leo-tokenLEO Token(LEO)$8.910.11%
  • stellarStellar(XLM)$0.1924844.98%
  • uniswapUniswap(UNI)$8.8915.86%
  • bitcoin-cashBitcoin Cash(BCH)$255.118.91%
  • nearNEAR Protocol(NEAR)$3.7719.29%
  • Ethena USDeEthena USDe(USDE)$1.000.06%
  • daiDai(DAI)$1.00-0.03%
  • litecoinLitecoin(LTC)$57.767.16%
  • CantonCanton(CC)$0.1111179.26%
  • USD1USD1(USD1)$1.000.06%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.372.51%
  • avalanche-2Avalanche(AVAX)$8.207.88%
  • hedera-hashgraphHedera(HBAR)$0.0792556.39%
  • suiSui(SUI)$0.8210.58%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • shiba-inuShiba Inu(SHIB)$0.0000056.62%
  • crypto-com-chainCronos(CRO)$0.0597493.16%
  • MemeCoreMemeCore(M)$1.308.16%
  • BittensorBittensor(TAO)$247.536.32%
  • paypal-usdPayPal USD(PYUSD)$1.000.08%
  • tether-goldTether Gold(XAUT)$4,379.910.86%
  • Circle USYCCircle USYC(USYC)$1.140.03%
  • okbOKB(OKB)$116.863.98%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.04%
  • aaveAave(AAVE)$139.168.32%
  • AsterAster(ASTER)$0.785.44%
  • mantleMantle(MNT)$0.6310.09%
  • Pump.funPump.fun(PUMP)$0.0042824.46%
  • OndoOndo(ONDO)$0.3974897.20%
  • polkadotPolkadot(DOT)$1.134.51%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Jina AI Releases jina-ocr-v1: A 3.4B MoE Document Parser With Built-In Speculative Decoding for Low-Budget GPUs

September 18, 2026
in AI & Technology
Reading Time: 19 mins read
A A
Jina AI Releases jina-ocr-v1: A 3.4B MoE Document Parser With Built-In Speculative Decoding for Low-Budget GPUs
ShareShareShareShareShare




Jina AI, part of Elastic, has released jina-ocr-v1, an end-to-end visual document parser. It takes PDFs, scans, tables, charts or invoices and returns clean Markdown in 1 pass. The model has 3.4B total parameters, with about 570M decoder parameters active per token. A speculative decoding head ships inside the checkpoint. Jina AI built it to serve on low-budget GPUs such as the NVIDIA L4. The technical report lists 91.14 on OmniDocBench v1.6 and 83.4 on olmOCR-Bench.

Is it deployable? Yes, for research and non-commercial use. The open weights are about 6.8 GB in BF16 and run on Transformers or vLLM. The CC BY-NC 4.0 license means commercial use requires contacting Jina AI.

What is jina-ocr-v1?

The model post-trains DeepSeek-OCR and keeps its 2 efficiency components. DeepEncoder has about 380M parameters and chains SAM, a 16x convolutional compressor and CLIP-L. It turns a 1024×1024 page view from 4,096 patches into 256 visual tokens. A dynamic-resolution mode adds up to 9 local tiles at 100 tokens each. That caps a page at 1,156 visual tokens.

The decoder is DeepSeek-3B-MoE with 12 layers, 64 routed experts and 2 shared experts. Top-6 routing activates about 570M parameters per token. The position limit is 32,768. Output is Markdown, with tables in HTML and formulas in LaTeX.

How FastMTP Speculative Decoding Works

OCR output is near-deterministic and locally structured. That makes it a good fit for speculative decoding. Jina AI adds a FastMTP head: 1 dense draft block applied recursively for K=3 steps. Draft parameters stay constant as depth grows.

The decoder then verifies the drafts greedily. It accepts the longest prefix that matches its own choices and commits 1 more token itself. If all 3 drafts match, that extra token is a bonus. The committed text always equals plain greedy decoding, so the speedup is lossless. At K=3 the model commits 2.73 tokens per step on average.


‘; }
tilesEl.innerHTML = th;
function setTiles(n){
[].slice.call(tilesEl.children).forEach(function(el, i){ el.classList.toggle(‘on’, i ‘; }
exEl.innerHTML = eh;
function route(){
var pool = [], pick = {}, i;
for(i = 0; i rows[best][1]) best = i; }
rows.forEach(function(r, idx){
h += ‘

‘ + (r[0] === 0 ? ‘Draft head off’ : ‘K = ‘ + r[0]) + ‘‘ + (r[0] === 0 ? ‘plain decoding’ : r[3] + ‘ accepted, ‘ + r[4] + ‘ per step’) + ‘

‘ + r[1].toFixed(1) + ‘tok/s, ‘ + r[2] + ‘

‘;
});
$(‘readout’).textContent = mode === ‘eager’
? ‘In eager mode, each plain step is slow, so drafting pays off most. K=3 lifts decoding from 42.7 to 83.1 tokens per second.’
: ‘CUDA graphs already make plain steps fast, so a speculative step costs relatively more. K=1 is the best setting at 185.6 tokens per second.’;
$(‘spdnote’).textContent=”NVIDIA L4, olmOCR-Bench, batch size 1, measured by Jina AI. Accept rates and tokens per step barely change between modes. Not comparable with the A100 batch figures.”;
} else {
rows = A100; max = 2.8;
rows.forEach(function(r, idx){
h += ‘

‘ + r[0] + ‘‘ + r[1] + ‘

‘ + r[2].toFixed(2) + ‘pages/s

‘;
});
$(‘readout’).textContent=”Pages per second is tokens per second divided by tokens per page. jina-ocr-v1 pairs 2,792 tokens per second with 1,085 tokens per page. Surya OCR 2 is faster per token at 3,760 but writes 3,568 tokens per page.”;
$(‘spdnote’).textContent=”One A100 40 GB, concurrency 32, 1,403 olmOCR-Bench pages, measured by Jina AI. 5 of the 14 systems in the comparison are shown. chandra-ocr-2 and dots.mocr score higher on olmOCR-Bench but parse fewer pages per second.”;
}
$(‘bars’).innerHTML = h;
requestAnimationFrame(function(){ requestAnimationFrame(function(){
[].slice.call(document.querySelectorAll(‘#bars .fl’)).forEach(function(el){ el.style.width = el.dataset.w + ‘%’; });
}); });
postH();
}
function seg(id, attr, fn){
[].slice.call(document.querySelectorAll(‘#’ + id + ‘ button’)).forEach(function(b){
b.addEventListener(‘click’, function(){
[].slice.call(document.querySelectorAll(‘#’ + id + ‘ button’)).forEach(function(x){ x.setAttribute(‘aria-pressed’, x === b ? ‘true’ : ‘false’); });
fn(b.dataset[attr]); renderSpeed();
});
});
}
seg(‘hwseg’, ‘hw’, function(v){ hw = v; });
seg(‘modeseg’, ‘mode’, function(v){ mode = v; });

/* ———- rewards ———- */
var TERMS = [
{k:’content’, n:’Content match’, f:0, v:.95},
{k:’table’, n:’Table structure’, f:.1, v:.9},
{k:’struct’, n:’Valid markup’, f:.2, v:1},
{k:’unit’, n:’Unit tests passed’, f:.2, v:.8},
{k:’rep’, n:’No repetition’, f:0, v:1}
];
var PRE = {
clean:{content:.95, table:.9, struct:1, unit:.8, rep:1},
tag:{content:.95, table:.9, struct:0, unit:.8, rep:1},
loop:{content:.9, table:.9, struct:1, unit:.6, rep:0}
};
var sh=””;
TERMS.forEach(function(t){
sh += ‘

‘ + (t.f ? ‘floor ‘ + t.f : ‘no floor’) + ‘

‘;
});
$(‘sliders’).innerHTML = sh;
function calc(){
var a = 1, b = 1, zeroBy = null, hardZero = null;
TERMS.forEach(function(t){
var v = +$(‘r-‘ + t.k).value;
$(‘v-‘ + t.k).textContent = v.toFixed(2);
a *= Math.max(v, t.f); b *= v;
if(v === 0 && !zeroBy) zeroBy = t;
if(v === 0 && !t.f && !hardZero) hardZero = t;
});
function put(id, val){
var el = $(id); el.querySelector(‘b’).textContent = val.toFixed(2);
el.querySelector(‘.gauge div’).style.width = (100 * val) + ‘%’;
el.classList.toggle(‘zero’, val === 0);
}
put(‘r-with’, a); put(‘r-wo’, b);
var msg;
if(a === 0){ msg = hardZero.k === ‘rep’ ? ‘Repetition has no floor, so a degenerate loop zeroes the reward. Jina AI leaves it unfloored because loops can inflate the content score.’ : ‘The paper gives no floor for the content term, so a page with no matching text earns nothing.’; }
else if(b === 0){ msg = ‘Without floors, the failed “‘ + zeroBy.n.toLowerCase() + ‘” check zeroes the product and the page teaches nothing. With the floor, the reward stays at ‘ + a.toFixed(2) + ‘ and the gradient survives.’; }
else { msg = ‘Every term is graded between 0 and 1, so a partly correct page still earns partial credit.’; }
$(‘rewmsg’).textContent = msg;
postH();
}
TERMS.forEach(function(t){ $(‘r-‘ + t.k).addEventListener(‘input’, calc); });
[].slice.call(document.querySelectorAll(‘[data-pre]’)).forEach(function(b){
b.addEventListener(‘click’, function(){
var p = PRE[b.dataset.pre];
TERMS.forEach(function(t){ $(‘r-‘ + t.k).value = p[t.k]; });
calc();
});
});
calc();

/* ———- start ———- */
resetSim();
if(!RM){ setTimeout(function(){ setPlaying(true); }, 700); } else { $(‘play’).textContent=”Play”; }
})();

Credit: Source link

ShareTweetSendSharePin

Related Posts

Sony Music And UMG Say Suno’s New Models Still Violates Their Copyright
AI & Technology

Sony Music And UMG Say Suno’s New Models Still Violates Their Copyright

September 18, 2026
Ben Bernstein, Manager of Cybersecurity Advisors at Huntress – Interview Series – Unite.AI
AI & Technology

Ben Bernstein, Manager of Cybersecurity Advisors at Huntress – Interview Series – Unite.AI

September 18, 2026
The New Resident Evil Movie Captures The Survival Horror Magic Of The Games
AI & Technology

The New Resident Evil Movie Captures The Survival Horror Magic Of The Games

September 18, 2026
AWS Reworks Bedrock AgentCore Runtime for Elastic Memory, Fast Cold Starts – Unite.AI
AI & Technology

AWS Reworks Bedrock AgentCore Runtime for Elastic Memory, Fast Cold Starts – Unite.AI

September 18, 2026
Next Post
Minneapolis shooting leaves two dead and three officers injured

Minneapolis shooting leaves two dead and three officers injured

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Anthropic CEO Says It’s Time to Slow AI Model Advances – Bloomberg.com

Anthropic CEO Says It’s Time to Slow AI Model Advances – Bloomberg.com

September 12, 2026
Hillary Clinton: We’re still learning lessons from 9/11

Hillary Clinton: We’re still learning lessons from 9/11

September 13, 2026
Chick-fil-A is one of America’s toughest franchises to get — and the startup cost may surprise you

Chick-fil-A is one of America’s toughest franchises to get — and the startup cost may surprise you

September 14, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!