Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -69,9 +69,37 @@ pinned: false
|
|
69 |
</p>
|
70 |
<ul>
|
71 |
<li class="ml-6"><a href="https://huggingface.co/hardware/intel" class="underline" data-ga-category="intel-org" data-ga-action="clicked partner page" data-ga-label="partner page">- Intel AI + Hugging Face partner page</a></li>
|
72 |
-
<li class="ml-6"><a href="https://github.com/huggingface/optimum-intel" class="underline" data-ga-category="intel-org" data-ga-action="clicked optimum intel" data-ga-label="optimum intel">- 🤗 Optimum-Intel library</a></li>
|
73 |
<li class="ml-6"><a href="https://github.com/IntelAI" class="underline" data-ga-category="intel-org" data-ga-action="clicked intel ai github" data-ga-label="intel ai github">- Intel AI GitHub</a></li>
|
74 |
<li class="ml-6"><a href="https://www.intel.com/content/www/us/en/developer/partner/hugging-face.html" class="underline" data-ga-category="intel-org" data-ga-action="clicked intel partner page" data-ga-label="intel partner page">- Developer Resources from Intel and Hugging Face</a></li>
|
75 |
</ul>
|
76 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
</div>
|
|
|
69 |
</p>
|
70 |
<ul>
|
71 |
<li class="ml-6"><a href="https://huggingface.co/hardware/intel" class="underline" data-ga-category="intel-org" data-ga-action="clicked partner page" data-ga-label="partner page">- Intel AI + Hugging Face partner page</a></li>
|
|
|
72 |
<li class="ml-6"><a href="https://github.com/IntelAI" class="underline" data-ga-category="intel-org" data-ga-action="clicked intel ai github" data-ga-label="intel ai github">- Intel AI GitHub</a></li>
|
73 |
<li class="ml-6"><a href="https://www.intel.com/content/www/us/en/developer/partner/hugging-face.html" class="underline" data-ga-category="intel-org" data-ga-action="clicked intel partner page" data-ga-label="intel partner page">- Developer Resources from Intel and Hugging Face</a></li>
|
74 |
</ul>
|
75 |
</div>
|
76 |
+
<div class="lg:col-span-3">
|
77 |
+
<p class="mb-2">
|
78 |
+
To get started with Intel® hardware and software optimizations, download and install the Optimum-Intel®
|
79 |
+
and Intel® Extension for Transformers libraries with the following commands:
|
80 |
+
</p>
|
81 |
+
<pre><code>
|
82 |
+
$ python -m pip install "optimum-intel[extras]"@git+https://github.com/huggingface/optimum-intel.git
|
83 |
+
$ python -m pip install intel-extension-for-transformers
|
84 |
+
</code></pre>
|
85 |
+
<p>
|
86 |
+
<i>For additional information on these two libraries including installation, features, and usage, see the two links below.</i>
|
87 |
+
</p>
|
88 |
+
<p class="mb-2">
|
89 |
+
Next, find your desired model (and dataset) by searching in the search box at the top-left of Hugging Face’s website.
|
90 |
+
Add “intel” to your search to narrow your search to Intel®-pretrained models.
|
91 |
+
</p>
|
92 |
+
<p class="mb-2">
|
93 |
+
On the model’s page (called a “Model Card”) you will find description and usage information, an embedded
|
94 |
+
inferencing demo, and the associated dataset. In the upper-right of your screen, click “Use in Transformers”
|
95 |
+
for helpful code hints on how to import the model to your own workspace with an established Hugging Face pipeline and tokenizer.
|
96 |
+
</p>
|
97 |
+
<p>
|
98 |
+
Library Source and Documentation:
|
99 |
+
</p>
|
100 |
+
<ul>
|
101 |
+
<li class="ml-6"><a href="https://github.com/huggingface/optimum-intel" class="underline" data-ga-category="intel-org" data-ga-action="clicked optimum intel" data-ga-label="optimum intel">- 🤗 Optimum-Intel® library</a></li>
|
102 |
+
<li class="ml-6"><a href="https://github.com/intel/intel-extension-for-transformers" class="underline" data-ga-category="intel-org" data-ga-action="clicked intel extension for transformers" data-ga-label="intel extension for transformers">- Intel® Extension for Transformers</a></li>
|
103 |
+
</ul>
|
104 |
+
</div>
|
105 |
</div>
|