File size: 2,848 Bytes
0414397
 
 
 
 
 
 
 
323c50a
 
ef15002
323c50a
 
 
 
 
 
 
 
 
9ba5ed7
323c50a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8d2c505
323c50a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
title: README
emoji: 🐠
colorFrom: red
colorTo: blue
sdk: static
pinned: false
---
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
	<p class="lg:col-span-3">
		Link text prefix here along with link 🌲<b> <a href="https://github.com/AaronCWacker/Yggdrasil/">Yggdrasil</a> </b> Yggdrasil🌲- For AI Superheroes!<br />
		Legend of Huggingface: With a single command, you can upload any pipeline package, with a pretty
		model card and all required metadata auto-generated for you. The inference
		API currently supports NER out-of-the-box and you can try out your
		pipeline interactively in your browser. You'll also get a live URL for
		your package that you can pip install from anywhere for a smooth path from
		prototype all the way to production!
	</p>
	<a href="https://huggingface.co/awacke1" class="block overflow-hidden group">
		<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]">
			<img alt="" src="/Aaron_Wacker_a_spaceship_with_cyberpunk_thrusters_and_rocketry__0898eacd-3bdd-4f90-afb9-263e7fe92f89.png" class="w-40" />
		</div>
		<div class="underline">Web</div>
	</a>
	<a
		href="https://github.com/AaronCWacker"
		class="block overflow-hidden"
	>
		<div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
			<pre
				class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
	python -m CoolModelPackages huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
		</pre>
		</div>
		<div class="underline">Upload packages on the hub</div>
	</a>
	<a href="https://huggingface.co/awacke1?sort_spaces=likes#spaces"
		class="block overflow-hidden group">
		<div class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden">
			<img alt="" src="/Aaron_Wacker_a_spaceship_with_cyberpunk_thrusters_and_rocketry__0898eacd-3bdd-4f90-afb9-263e7fe92f89.png" class="w-full h-40 object-cover overflow-hidden"/>
		</div>
		<div class="underline">Find AI Classroom Spaces</div>
	</a>
	<div class="lg:col-span-3">
		<p class="mb-4">
			To upload pipelines to the Hub, use the <a href="https://github.com/explosion/spacy-huggingface-hub">spacy-huggingface-hub</a> library.
		</p>
		<div class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4">
			<pre class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
	pip install spacy-huggingface-hub
	huggingface-cli login
	python -m spacy package ./en_ner_fashion ./output --build wheel
	cd ./output/en_ner_fashion-0.0.0/dist
	python -m spacy huggingface-hub push en_ner_fashion-0.0.0-py3-none-any.whl
		</pre>
		</div>
		<p>
			More information: <a href="https://spacy.io/usage/v3-1#huggingface-hub"
				class="underline">spaCy 3.1 release post</a>
		</p>
	</div>
</div>