Buckets:

HuggingFaceDocBuilder's picture
download
raw
19.6 kB
import{s as Se,n as Ve,o as qe}from"../chunks/scheduler.d75c11ed.js";import{S as Ne,i as Oe,e as n,s as l,c as d,h as Ae,a as o,d as a,b as i,f as We,g as p,j as r,k as c,l as Ee,m as s,n as u,t as f,o as h,p as m}from"../chunks/index.4ec9dfe9.js";import{C as Ke,H as y,E as Qe}from"../chunks/MermaidChart.svelte_svelte_type_style_lang.903f9bf7.js";import{C as ft}from"../chunks/CodeBlock.77fa95e2.js";function ta(fe){let g,ct,ht,gt,k,yt,G,vt,U,he='The <a href="https://huggingface.co/datasets" rel="nofollow">Hub</a> is home to an extensive collection of community-curated and popular research datasets. We encourage you to share your dataset to the Hub to help grow the ML community and accelerate progress for everyone. All contributions are welcome; adding a dataset is just a drag and drop away!',$t,R,me='Start by <a href="https://huggingface.co/join" rel="nofollow">creating a Hugging Face Hub account</a> if you don’t have one yet.',wt,z,bt,J,ce="The Hub’s web-based interface allows users without any developer experience to upload a dataset.",Tt,F,xt,X,ge="A repository hosts all your dataset files, including the revision history, making storing more than one dataset version possible.",_t,Y,ye="<li>Click on your profile and select <strong>New Dataset</strong> to create a new dataset repository.</li> <li>Pick a name for your dataset, and choose whether it is a public or private dataset. A public dataset is visible to anyone, whereas a private dataset can only be viewed by you or members of your organization.</li>",Mt,v,ve='<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/create_repo.png"/>',Ct,Z,Lt,P,$e='<li><p>Once you’ve created a repository, navigate to the <strong>Files and versions</strong> tab to add a file. Select <strong>Add file</strong> to upload your dataset files. We support many text, audio, and image data extensions such as <code>.csv</code>, <code>.mp3</code>, and <code>.jpg</code> among many others. For text data extensions like <code>.csv</code>, <code>.json</code>, <code>.jsonl</code>, and <code>.txt</code>, we recommend compressing them before uploading to the Hub (to <code>.zip</code> or <code>.gz</code> file extension for example).</p> <p>Text file extensions are not tracked by Git LFS by default, and if they’re greater than 10MB, they will not be committed and uploaded. Take a look at the <code>.gitattributes</code> file in your repository for a complete list of tracked file extensions. For this tutorial, you can use the following sample <code>.csv</code> files since they’re small: <a href="https://huggingface.co/datasets/stevhliu/demo/raw/main/train.csv" download="">train.csv</a>, <a href="https://huggingface.co/datasets/stevhliu/demo/raw/main/test.csv" download="">test.csv</a>.</p></li>',Ht,$,we='<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/upload_files.png"/>',jt,w,be="<li>Drag and drop your dataset files and add a brief descriptive commit message.</li>",kt,b,Te='<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/commit_files.png"/>',Gt,T,xe="<li>After uploading your dataset files, they are stored in your dataset repository.</li>",Ut,x,_e='<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/files_stored.png"/>',Rt,B,zt,D,Me="Adding a Dataset card is super valuable for helping users find your dataset and understand how to use it responsibly.",Jt,I,Ce="<li>Click on <strong>Create Dataset Card</strong> to create a Dataset card. This button creates a <code>README.md</code> file in your repository.</li>",Ft,_,Le='<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/dataset_card.png"/>',Xt,M,He='<li><p>At the top, you’ll see the <strong>Metadata UI</strong> with several fields to select from like license, language, and task categories. These are the most important tags for helping users discover your dataset on the Hub. When you select an option from each field, they’ll be automatically added to the top of the dataset card.</p> <p>You can also look at the <a href="https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1" rel="nofollow">Dataset Card specifications</a>, which has a complete set of (but not required) tag options like <code>annotations_creators</code>, to help you choose the appropriate tags.</p></li>',Yt,C,je='<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/metadata_ui.png"/>',Zt,L,ke='<li>Click on the <strong>Import dataset card template</strong> link at the top of the editor to automatically create a dataset card template. Filling out the template is a great way to introduce your dataset to the community and help users understand how to use it. For a detailed example of what a good Dataset card should look like, take a look at the <a href="https://huggingface.co/datasets/cnn_dailymail" rel="nofollow">CNN DailyMail Dataset card</a>.</li>',Pt,W,Bt,S,Ge='Once your dataset is stored on the Hub, anyone can load it with the <a href="/docs/datasets/pr_8113/en/package_reference/loading_methods#datasets.load_dataset">load_dataset()</a> function:',Dt,V,It,q,Wt,N,Ue='Users who prefer to upload a dataset programmatically can use the <a href="https://huggingface.co/docs/huggingface_hub/index" rel="nofollow">huggingface_hub</a> library. This library allows users to interact with the Hub from Python.',St,O,Re="<li>Begin by installing the library:</li>",Vt,A,qt,H,ze="<li>To upload a dataset on the Hub in Python, you need to log in to your Hugging Face account:</li>",Nt,E,Ot,j,Je='<li>Use the <a href="https://huggingface.co/docs/datasets/main/en/package_reference/main_classes#datasets.DatasetDict.push_to_hub" rel="nofollow"><code>push_to_hub()</code></a> function to help you add, commit, and push a file to your repository:</li>',At,K,Et,Q,Fe="To set your dataset as private, set the <code>private</code> parameter to <code>True</code>. This parameter will only work if you are creating a repository for the first time.",Kt,tt,Qt,et,Xe='To add a new configuration (or subset) to a dataset or to add a new split (train/validation/test), please refer to the <a href="/docs/datasets/pr_8113/en/package_reference/main_classes#datasets.Dataset.push_to_hub">Dataset.push_to_hub()</a> documentation.',te,at,ee,st,Ye="A private dataset is only accessible by you. Similarly, if you share a dataset within your organization, then members of the organization can also access the dataset.",ae,lt,Ze="Load a private dataset by providing your authentication token to the <code>token</code> parameter:",se,it,le,nt,ie,ot,Pe="Congratulations, you’ve completed the tutorials! 🥳",ne,rt,Be="From here, you can go on to:",oe,dt,De='<li>Learn more about how to use 🤗 Datasets other functions to <a href="process">process your dataset</a>.</li> <li><a href="stream">Stream large datasets</a> without downloading it locally.</li> <li><a href="repository_structure">Define your dataset splits and configurations</a> and share your dataset with the community.</li>',re,pt,Ie='If you have any questions about 🤗 Datasets, feel free to join and ask the community on our <a href="https://discuss.huggingface.co/c/datasets/10" rel="nofollow">forum</a>.',de,ut,pe,mt,ue;return k=new Ke({props:{containerStyle:"float: right; margin-left: 10px; display: inline-flex; position: relative; z-index: 10;"}}),G=new y({props:{title:"Share a dataset to the Hub",local:"share-a-dataset-to-the-hub",headingTag:"h1"}}),z=new y({props:{title:"Upload with the Hub UI",local:"upload-with-the-hub-ui",headingTag:"h2"}}),F=new y({props:{title:"Create a repository",local:"create-a-repository",headingTag:"h3"}}),Z=new y({props:{title:"Upload dataset",local:"upload-dataset",headingTag:"h3"}}),B=new y({props:{title:"Create a Dataset card",local:"create-a-dataset-card",headingTag:"h3"}}),W=new y({props:{title:"Load dataset",local:"load-dataset",headingTag:"h3"}}),V=new ft({props:{code:"ZnJvbSUyMGRhdGFzZXRzJTIwaW1wb3J0JTIwbG9hZF9kYXRhc2V0JTBBJTBBZGF0YXNldCUyMCUzRCUyMGxvYWRfZGF0YXNldCglMjJzdGV2aGxpdSUyRmRlbW8lMjIp",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> datasets <span class="hljs-keyword">import</span> load_dataset
<span class="hljs-meta">&gt;&gt;&gt; </span>dataset = load_dataset(<span class="hljs-string">&quot;stevhliu/demo&quot;</span>)`,wrap:!1}}),q=new y({props:{title:"Upload with Python",local:"upload-with-python",headingTag:"h2"}}),A=new ft({props:{code:"cGlwJTIwaW5zdGFsbCUyMGh1Z2dpbmdmYWNlX2h1Yg==",highlighted:"pip install huggingface_hub",wrap:!1}}),E=new ft({props:{code:"aHVnZ2luZ2ZhY2UtY2xpJTIwbG9naW4=",highlighted:"huggingface-cli login",wrap:!1}}),K=new ft({props:{code:"ZnJvbSUyMGRhdGFzZXRzJTIwaW1wb3J0JTIwbG9hZF9kYXRhc2V0JTBBJTBBZGF0YXNldCUyMCUzRCUyMGxvYWRfZGF0YXNldCglMjJzdGV2aGxpdSUyRmRlbW8lMjIpJTBBZGF0YXNldC5wdXNoX3RvX2h1YiglMjJzdGV2aGxpdSUyRnByb2Nlc3NlZF9kZW1vJTIyKQ==",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> datasets <span class="hljs-keyword">import</span> load_dataset
<span class="hljs-meta">&gt;&gt;&gt; </span>dataset = load_dataset(<span class="hljs-string">&quot;stevhliu/demo&quot;</span>)
<span class="hljs-comment"># dataset = dataset.map(...) # do all your processing here</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>dataset.push_to_hub(<span class="hljs-string">&quot;stevhliu/processed_demo&quot;</span>)`,wrap:!1}}),tt=new ft({props:{code:"ZGF0YXNldC5wdXNoX3RvX2h1YiglMjJzdGV2aGxpdSUyRnByaXZhdGVfcHJvY2Vzc2VkX2RlbW8lMjIlMkMlMjBwcml2YXRlJTNEVHJ1ZSk=",highlighted:'<span class="hljs-meta">&gt;&gt;&gt; </span>dataset.push_to_hub(<span class="hljs-string">&quot;stevhliu/private_processed_demo&quot;</span>, private=<span class="hljs-literal">True</span>)',wrap:!1}}),at=new y({props:{title:"Privacy",local:"privacy",headingTag:"h3"}}),it=new ft({props:{code:"ZnJvbSUyMGRhdGFzZXRzJTIwaW1wb3J0JTIwbG9hZF9kYXRhc2V0JTBBJTBBZGF0YXNldCUyMCUzRCUyMGxvYWRfZGF0YXNldCglMjJzdGV2aGxpdSUyRmRlbW8lMjIlMkMlMjB0b2tlbiUzRFRydWUpJTBBJTBBZGF0YXNldCUyMCUzRCUyMGxvYWRfZGF0YXNldCglMjJvcmdhbml6YXRpb24lMkZkYXRhc2V0X25hbWUlMjIlMkMlMjB0b2tlbiUzRFRydWUp",highlighted:`<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> datasets <span class="hljs-keyword">import</span> load_dataset
<span class="hljs-comment"># Load a private individual dataset</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>dataset = load_dataset(<span class="hljs-string">&quot;stevhliu/demo&quot;</span>, token=<span class="hljs-literal">True</span>)
<span class="hljs-comment"># Load a private organization dataset</span>
<span class="hljs-meta">&gt;&gt;&gt; </span>dataset = load_dataset(<span class="hljs-string">&quot;organization/dataset_name&quot;</span>, token=<span class="hljs-literal">True</span>)`,wrap:!1}}),nt=new y({props:{title:"What’s next?",local:"whats-next",headingTag:"h2"}}),ut=new Qe({props:{source:"https://github.com/huggingface/datasets/blob/main/docs/source/upload_dataset.mdx"}}),{c(){g=n("meta"),ct=l(),ht=n("p"),gt=l(),d(k.$$.fragment),yt=l(),d(G.$$.fragment),vt=l(),U=n("p"),U.innerHTML=he,$t=l(),R=n("p"),R.innerHTML=me,wt=l(),d(z.$$.fragment),bt=l(),J=n("p"),J.textContent=ce,Tt=l(),d(F.$$.fragment),xt=l(),X=n("p"),X.textContent=ge,_t=l(),Y=n("ol"),Y.innerHTML=ye,Mt=l(),v=n("div"),v.innerHTML=ve,Ct=l(),d(Z.$$.fragment),Lt=l(),P=n("ol"),P.innerHTML=$e,Ht=l(),$=n("div"),$.innerHTML=we,jt=l(),w=n("ol"),w.innerHTML=be,kt=l(),b=n("div"),b.innerHTML=Te,Gt=l(),T=n("ol"),T.innerHTML=xe,Ut=l(),x=n("div"),x.innerHTML=_e,Rt=l(),d(B.$$.fragment),zt=l(),D=n("p"),D.textContent=Me,Jt=l(),I=n("ol"),I.innerHTML=Ce,Ft=l(),_=n("div"),_.innerHTML=Le,Xt=l(),M=n("ol"),M.innerHTML=He,Yt=l(),C=n("div"),C.innerHTML=je,Zt=l(),L=n("ol"),L.innerHTML=ke,Pt=l(),d(W.$$.fragment),Bt=l(),S=n("p"),S.innerHTML=Ge,Dt=l(),d(V.$$.fragment),It=l(),d(q.$$.fragment),Wt=l(),N=n("p"),N.innerHTML=Ue,St=l(),O=n("ol"),O.innerHTML=Re,Vt=l(),d(A.$$.fragment),qt=l(),H=n("ol"),H.innerHTML=ze,Nt=l(),d(E.$$.fragment),Ot=l(),j=n("ol"),j.innerHTML=Je,At=l(),d(K.$$.fragment),Et=l(),Q=n("p"),Q.innerHTML=Fe,Kt=l(),d(tt.$$.fragment),Qt=l(),et=n("p"),et.innerHTML=Xe,te=l(),d(at.$$.fragment),ee=l(),st=n("p"),st.textContent=Ye,ae=l(),lt=n("p"),lt.innerHTML=Ze,se=l(),d(it.$$.fragment),le=l(),d(nt.$$.fragment),ie=l(),ot=n("p"),ot.textContent=Pe,ne=l(),rt=n("p"),rt.textContent=Be,oe=l(),dt=n("ul"),dt.innerHTML=De,re=l(),pt=n("p"),pt.innerHTML=Ie,de=l(),d(ut.$$.fragment),pe=l(),mt=n("p"),this.h()},l(t){const e=Ae("svelte-u9bgzb",document.head);g=o(e,"META",{name:!0,content:!0}),e.forEach(a),ct=i(t),ht=o(t,"P",{}),We(ht).forEach(a),gt=i(t),p(k.$$.fragment,t),yt=i(t),p(G.$$.fragment,t),vt=i(t),U=o(t,"P",{"data-svelte-h":!0}),r(U)!=="svelte-osw7f9"&&(U.innerHTML=he),$t=i(t),R=o(t,"P",{"data-svelte-h":!0}),r(R)!=="svelte-1fojn2"&&(R.innerHTML=me),wt=i(t),p(z.$$.fragment,t),bt=i(t),J=o(t,"P",{"data-svelte-h":!0}),r(J)!=="svelte-wcztra"&&(J.textContent=ce),Tt=i(t),p(F.$$.fragment,t),xt=i(t),X=o(t,"P",{"data-svelte-h":!0}),r(X)!=="svelte-193c6le"&&(X.textContent=ge),_t=i(t),Y=o(t,"OL",{"data-svelte-h":!0}),r(Y)!=="svelte-1ekj4ey"&&(Y.innerHTML=ye),Mt=i(t),v=o(t,"DIV",{class:!0,"data-svelte-h":!0}),r(v)!=="svelte-ggmafm"&&(v.innerHTML=ve),Ct=i(t),p(Z.$$.fragment,t),Lt=i(t),P=o(t,"OL",{"data-svelte-h":!0}),r(P)!=="svelte-aa5rfb"&&(P.innerHTML=$e),Ht=i(t),$=o(t,"DIV",{class:!0,"data-svelte-h":!0}),r($)!=="svelte-ejbx7w"&&($.innerHTML=we),jt=i(t),w=o(t,"OL",{start:!0,"data-svelte-h":!0}),r(w)!=="svelte-1u6lz3j"&&(w.innerHTML=be),kt=i(t),b=o(t,"DIV",{class:!0,"data-svelte-h":!0}),r(b)!=="svelte-14wj5uc"&&(b.innerHTML=Te),Gt=i(t),T=o(t,"OL",{start:!0,"data-svelte-h":!0}),r(T)!=="svelte-9bhhwd"&&(T.innerHTML=xe),Ut=i(t),x=o(t,"DIV",{class:!0,"data-svelte-h":!0}),r(x)!=="svelte-15ihy8q"&&(x.innerHTML=_e),Rt=i(t),p(B.$$.fragment,t),zt=i(t),D=o(t,"P",{"data-svelte-h":!0}),r(D)!=="svelte-5ezmk1"&&(D.textContent=Me),Jt=i(t),I=o(t,"OL",{"data-svelte-h":!0}),r(I)!=="svelte-kvcsjv"&&(I.innerHTML=Ce),Ft=i(t),_=o(t,"DIV",{class:!0,"data-svelte-h":!0}),r(_)!=="svelte-1o3g2qu"&&(_.innerHTML=Le),Xt=i(t),M=o(t,"OL",{start:!0,"data-svelte-h":!0}),r(M)!=="svelte-1xw2ae"&&(M.innerHTML=He),Yt=i(t),C=o(t,"DIV",{class:!0,"data-svelte-h":!0}),r(C)!=="svelte-stlsmn"&&(C.innerHTML=je),Zt=i(t),L=o(t,"OL",{start:!0,"data-svelte-h":!0}),r(L)!=="svelte-sunr1d"&&(L.innerHTML=ke),Pt=i(t),p(W.$$.fragment,t),Bt=i(t),S=o(t,"P",{"data-svelte-h":!0}),r(S)!=="svelte-8zruj2"&&(S.innerHTML=Ge),Dt=i(t),p(V.$$.fragment,t),It=i(t),p(q.$$.fragment,t),Wt=i(t),N=o(t,"P",{"data-svelte-h":!0}),r(N)!=="svelte-12gu7os"&&(N.innerHTML=Ue),St=i(t),O=o(t,"OL",{"data-svelte-h":!0}),r(O)!=="svelte-zyx2xm"&&(O.innerHTML=Re),Vt=i(t),p(A.$$.fragment,t),qt=i(t),H=o(t,"OL",{start:!0,"data-svelte-h":!0}),r(H)!=="svelte-iilsup"&&(H.innerHTML=ze),Nt=i(t),p(E.$$.fragment,t),Ot=i(t),j=o(t,"OL",{start:!0,"data-svelte-h":!0}),r(j)!=="svelte-xugwg8"&&(j.innerHTML=Je),At=i(t),p(K.$$.fragment,t),Et=i(t),Q=o(t,"P",{"data-svelte-h":!0}),r(Q)!=="svelte-j7uq5c"&&(Q.innerHTML=Fe),Kt=i(t),p(tt.$$.fragment,t),Qt=i(t),et=o(t,"P",{"data-svelte-h":!0}),r(et)!=="svelte-1x865ts"&&(et.innerHTML=Xe),te=i(t),p(at.$$.fragment,t),ee=i(t),st=o(t,"P",{"data-svelte-h":!0}),r(st)!=="svelte-1ikb5e6"&&(st.textContent=Ye),ae=i(t),lt=o(t,"P",{"data-svelte-h":!0}),r(lt)!=="svelte-1oh642o"&&(lt.innerHTML=Ze),se=i(t),p(it.$$.fragment,t),le=i(t),p(nt.$$.fragment,t),ie=i(t),ot=o(t,"P",{"data-svelte-h":!0}),r(ot)!=="svelte-1h0td6n"&&(ot.textContent=Pe),ne=i(t),rt=o(t,"P",{"data-svelte-h":!0}),r(rt)!=="svelte-fnxf3r"&&(rt.textContent=Be),oe=i(t),dt=o(t,"UL",{"data-svelte-h":!0}),r(dt)!=="svelte-1ng7k9w"&&(dt.innerHTML=De),re=i(t),pt=o(t,"P",{"data-svelte-h":!0}),r(pt)!=="svelte-1nqxwu3"&&(pt.innerHTML=Ie),de=i(t),p(ut.$$.fragment,t),pe=i(t),mt=o(t,"P",{}),We(mt).forEach(a),this.h()},h(){c(g,"name","hf:doc:metadata"),c(g,"content",ea),c(v,"class","flex justify-center"),c($,"class","flex justify-center"),c(w,"start","2"),c(b,"class","flex justify-center"),c(T,"start","3"),c(x,"class","flex justify-center"),c(_,"class","flex justify-center"),c(M,"start","2"),c(C,"class","flex justify-center"),c(L,"start","3"),c(H,"start","2"),c(j,"start","3")},m(t,e){Ee(document.head,g),s(t,ct,e),s(t,ht,e),s(t,gt,e),u(k,t,e),s(t,yt,e),u(G,t,e),s(t,vt,e),s(t,U,e),s(t,$t,e),s(t,R,e),s(t,wt,e),u(z,t,e),s(t,bt,e),s(t,J,e),s(t,Tt,e),u(F,t,e),s(t,xt,e),s(t,X,e),s(t,_t,e),s(t,Y,e),s(t,Mt,e),s(t,v,e),s(t,Ct,e),u(Z,t,e),s(t,Lt,e),s(t,P,e),s(t,Ht,e),s(t,$,e),s(t,jt,e),s(t,w,e),s(t,kt,e),s(t,b,e),s(t,Gt,e),s(t,T,e),s(t,Ut,e),s(t,x,e),s(t,Rt,e),u(B,t,e),s(t,zt,e),s(t,D,e),s(t,Jt,e),s(t,I,e),s(t,Ft,e),s(t,_,e),s(t,Xt,e),s(t,M,e),s(t,Yt,e),s(t,C,e),s(t,Zt,e),s(t,L,e),s(t,Pt,e),u(W,t,e),s(t,Bt,e),s(t,S,e),s(t,Dt,e),u(V,t,e),s(t,It,e),u(q,t,e),s(t,Wt,e),s(t,N,e),s(t,St,e),s(t,O,e),s(t,Vt,e),u(A,t,e),s(t,qt,e),s(t,H,e),s(t,Nt,e),u(E,t,e),s(t,Ot,e),s(t,j,e),s(t,At,e),u(K,t,e),s(t,Et,e),s(t,Q,e),s(t,Kt,e),u(tt,t,e),s(t,Qt,e),s(t,et,e),s(t,te,e),u(at,t,e),s(t,ee,e),s(t,st,e),s(t,ae,e),s(t,lt,e),s(t,se,e),u(it,t,e),s(t,le,e),u(nt,t,e),s(t,ie,e),s(t,ot,e),s(t,ne,e),s(t,rt,e),s(t,oe,e),s(t,dt,e),s(t,re,e),s(t,pt,e),s(t,de,e),u(ut,t,e),s(t,pe,e),s(t,mt,e),ue=!0},p:Ve,i(t){ue||(f(k.$$.fragment,t),f(G.$$.fragment,t),f(z.$$.fragment,t),f(F.$$.fragment,t),f(Z.$$.fragment,t),f(B.$$.fragment,t),f(W.$$.fragment,t),f(V.$$.fragment,t),f(q.$$.fragment,t),f(A.$$.fragment,t),f(E.$$.fragment,t),f(K.$$.fragment,t),f(tt.$$.fragment,t),f(at.$$.fragment,t),f(it.$$.fragment,t),f(nt.$$.fragment,t),f(ut.$$.fragment,t),ue=!0)},o(t){h(k.$$.fragment,t),h(G.$$.fragment,t),h(z.$$.fragment,t),h(F.$$.fragment,t),h(Z.$$.fragment,t),h(B.$$.fragment,t),h(W.$$.fragment,t),h(V.$$.fragment,t),h(q.$$.fragment,t),h(A.$$.fragment,t),h(E.$$.fragment,t),h(K.$$.fragment,t),h(tt.$$.fragment,t),h(at.$$.fragment,t),h(it.$$.fragment,t),h(nt.$$.fragment,t),h(ut.$$.fragment,t),ue=!1},d(t){t&&(a(ct),a(ht),a(gt),a(yt),a(vt),a(U),a($t),a(R),a(wt),a(bt),a(J),a(Tt),a(xt),a(X),a(_t),a(Y),a(Mt),a(v),a(Ct),a(Lt),a(P),a(Ht),a($),a(jt),a(w),a(kt),a(b),a(Gt),a(T),a(Ut),a(x),a(Rt),a(zt),a(D),a(Jt),a(I),a(Ft),a(_),a(Xt),a(M),a(Yt),a(C),a(Zt),a(L),a(Pt),a(Bt),a(S),a(Dt),a(It),a(Wt),a(N),a(St),a(O),a(Vt),a(qt),a(H),a(Nt),a(Ot),a(j),a(At),a(Et),a(Q),a(Kt),a(Qt),a(et),a(te),a(ee),a(st),a(ae),a(lt),a(se),a(le),a(ie),a(ot),a(ne),a(rt),a(oe),a(dt),a(re),a(pt),a(de),a(pe),a(mt)),a(g),m(k,t),m(G,t),m(z,t),m(F,t),m(Z,t),m(B,t),m(W,t),m(V,t),m(q,t),m(A,t),m(E,t),m(K,t),m(tt,t),m(at,t),m(it,t),m(nt,t),m(ut,t)}}}const ea='{"title":"Share a dataset to the Hub","local":"share-a-dataset-to-the-hub","sections":[{"title":"Upload with the Hub UI","local":"upload-with-the-hub-ui","sections":[{"title":"Create a repository","local":"create-a-repository","sections":[],"depth":3},{"title":"Upload dataset","local":"upload-dataset","sections":[],"depth":3},{"title":"Create a Dataset card","local":"create-a-dataset-card","sections":[],"depth":3},{"title":"Load dataset","local":"load-dataset","sections":[],"depth":3}],"depth":2},{"title":"Upload with Python","local":"upload-with-python","sections":[{"title":"Privacy","local":"privacy","sections":[],"depth":3}],"depth":2},{"title":"What’s next?","local":"whats-next","sections":[],"depth":2}],"depth":1}';function aa(fe){return qe(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class oa extends Ne{constructor(g){super(),Oe(this,g,aa,ta,Se,{})}}export{oa as component};

Xet Storage Details

Size:
19.6 kB
·
Xet hash:
4b4ed9eea35d16c6d58881eff1a2cf699219e0ec05ebd2049e6512a07edb5986

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.