transformers-js-demos / assets /App-DpCeKn2Q.js
dwb2023's picture
Update with latest build
762ae41
import{r as s,j as e}from"./index-89fUx0Kn.js";const p=["'To Kill a Mockingbird' is a novel by Harper Lee published in 1960. It was immediately successful, winning the Pulitzer Prize, and has become a classic of modern American literature.","The novel 'Moby-Dick' was written by Herman Melville and first published in 1851. It is considered a masterpiece of American literature and deals with complex themes of obsession, revenge, and the conflict between good and evil.","Harper Lee, an American novelist widely known for her novel 'To Kill a Mockingbird', was born in 1926 in Monroeville, Alabama. She received the Pulitzer Prize for Fiction in 1961.","Jane Austen was an English novelist known primarily for her six major novels, which interpret, critique and comment upon the British landed gentry at the end of the 18th century.","The 'Harry Potter' series, which consists of seven fantasy novels written by British author J.K. Rowling, is among the most popular and critically acclaimed books of the modern era.","'The Great Gatsby', a novel written by American author F. Scott Fitzgerald, was published in 1925. The story is set in the Jazz Age and follows the life of millionaire Jay Gatsby and his pursuit of Daisy Buchanan."].sort(()=>Math.random()-.5);function b(){const[d,a]=s.useState("idle"),[l,h]=s.useState("Who wrote 'To Kill a Mockingbird'?"),[i,x]=s.useState(p.join(`
`)),[m,o]=s.useState([]),n=s.useRef(null);s.useEffect(()=>{n.current??=new Worker(new URL(""+new URL("worker-BTxae1Ew.js",import.meta.url).href,import.meta.url),{type:"module"});const t=r=>{const c=r.data.status;r.data.file?.endsWith(".onnx")?c==="initiate"?a("loading"):c==="done"&&a("ready"):c==="complete"&&(o(r.data.output),a("idle"))};return n.current.addEventListener("message",t),()=>n.current.removeEventListener("message",t)},[]);const f=s.useCallback(()=>{a("processing"),n.current.postMessage({query:l,documents:i})},[l,i]),u=d!=="idle";return e.jsxs("div",{className:"flex flex-col h-screen w-screen p-8",children:[e.jsx("h1",{className:"text-2xl md:text-4xl font-bold text-center mb-1",children:"Reranking w/ The Crispy mixedbread Rerank Models"}),e.jsxs("p",{className:"text-lg md:text-xl font-medium text-center mb-2",children:["Powered by"," ",e.jsx("a",{href:"https://huggingface.co/mixedbread-ai/mxbai-rerank-xsmall-v1",target:"_blank",rel:"noreferrer",children:"mxbai-rerank-xsmall-v1"})," ","and"," ",e.jsx("a",{href:"http://huggingface.co/docs/transformers.js",target:"_blank",rel:"noreferrer",children:"πŸ€— Transformers.js"})]}),e.jsxs("div",{className:"flex-grow flex flex-wrap p-4",children:[e.jsxs("div",{className:"flex flex-col items-center gap-y-1 w-full md:w-1/2",children:[e.jsx("label",{className:"text-lg font-medium",children:"Query"}),e.jsx("textarea",{placeholder:"Enter query.",className:"border w-full p-1 resize-none overflow-hidden h-10",value:l,onChange:t=>{h(t.target.value),o([])}}),e.jsx("label",{className:"text-lg font-medium mt-1",children:"Documents"}),e.jsx("textarea",{placeholder:"Enter documents to compare with the query. One sentence per line.",className:"border w-full p-1 h-full resize-none",value:i,onChange:t=>{x(t.target.value),o([])}}),e.jsx("button",{className:"border py-1 px-2 bg-green-400 rounded text-white text-lg font-medium disabled:opacity-50 disabled:cursor-not-allowed cursor-pointer",disabled:u,onClick:f,children:u?d==="loading"?"Model loading...":"Processing":"Rerank"})]}),e.jsx("div",{className:"flex flex-col items-center w-full md:w-1/2 gap-y-1",children:m.length>0&&e.jsx(e.Fragment,{children:e.jsxs("div",{className:"w-full flex flex-col gap-y-1",children:[e.jsx("label",{className:"text-lg font-medium text-center",children:"Results"}),e.jsx("div",{className:"flex flex-col gap-y-1",children:m.map((t,r)=>e.jsxs("div",{className:"flex gap-x-2 border mx-2 p-1",children:[e.jsx("span",{className:"font-bold",children:t.score.toFixed(3)}),e.jsx("span",{children:t.text})]},r))})]})})})]})]})}export{b as default};