Files changed (1) hide show
  1. README.md +267 -63
README.md CHANGED
@@ -1,70 +1,274 @@
1
  ---
2
  title: README
3
- emoji: 🌍
4
- colorFrom: pink
5
- colorTo: red
6
  sdk: static
7
  pinned: false
8
  ---
 
9
  ![Hugging Face x Google Cloud](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/google-cloud/thumbnail.png)
10
 
11
- *Welcome to the official Google organization on Hugging Face\!*
12
-
13
- [Google collaborates with Hugging Face](https://huggingface.co/blog/gcp-partnership) across open science, open source, cloud, and hardware to **enable companies to innovate with AI** [on Google Cloud AI services and infrastructure with the Hugging Face ecosystem](https://huggingface.co/docs/google-cloud/main/en/index).
14
-
15
- ## Featured Models and Tools
16
-
17
- * **Gemma Family of Open Multimodal Models**
18
- * **Gemma** is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models
19
- * **PaliGemma** is a versatile and lightweight vision-language model (VLM)
20
- * **CodeGemma** is a collection of lightweight open code models built on top of Gemma
21
- * **RecurrentGemma** is a family of open language models built on a novel recurrent architecture developed at Google
22
- * **ShieldGemma** is a series of safety content moderation models built upon Gemma 2 that target four harm categories
23
- * [**Health AI Developer Foundations**](https://huggingface.co/collections/google/health-ai-developer-foundations-hai-def-6744dc060bc19b6cf631bb0f)
24
- * [**MedGemma**](https://huggingface.co/collections/google/medgemma-release-680aade845f90bec6a3f60c4) A collection of open models for medical image and text comprehension to accelerate building healthcare-based AI applications
25
- * [**MedASR**](https://huggingface.co/google/medasr) A lightweight automatic speech recognition model pre-trained for medical context.
26
- * [**MedSigLIP**](https://huggingface.co/google/medsiglip-448) MedGemma's vision encoder; can be used like other embedding models for predictive tasks.
27
- * [**TxGemma**](https://huggingface.co/collections/google/txgemma-release-67dd92e931c857d15e4d1e87) A collection of open models to accelerate the development of therapeutics
28
- * **HeAR** ([TensorFlow](https://huggingface.co/google/hear), [PyTorch](https://huggingface.co/google/hear-pytorch)) An embedding model for efficiently building AI related to audio originating from the respiratory system
29
- * [**Path Foundation**](https://huggingface.co/google/path-foundation) An embedding model for efficiently building AI for histopathology applications
30
- * **[**BERT**](https://huggingface.co/collections/google/bert-release-64ff5e7a4be99045d1896dbc), [**T5**](https://huggingface.co/collections/google/t5-release-65005e7c520f8d7b4d037918), and [**TimesFM**](https://github.com/google-research/timesfm) Model Families**
31
- * **Author ML models with [**MaxText**](https://github.com/google/maxtext), [**JAX**](https://github.com/google/jax), [**Keras**](https://github.com/keras-team/keras), [**Tensorflow**](https://github.com/tensorflow/tensorflow), and [**PyTorch/XLA**](https://github.com/pytorch/xla)**
32
- * **[**SynthID**](https://deepmind.google/technologies/synthid/)** is a Google DeepMind technology that watermarks and identifies AI-generated content ([🤗 Space](https://huggingface.co/spaces/google/synthid-text))
33
-
34
- ## Open Research and Community Resources
35
-
36
- * **Google Blogs**:
37
- * [https://blog.google/](https://blog.google/)
38
- * [https://cloud.google.com/blog/](https://cloud.google.com/blog/)
39
- * [https://deepmind.google/discover/blog/](https://deepmind.google/discover/blog/)
40
- * [https://developers.google.com/learn?category=aiandmachinelearning](https://developers.google.com/learn?category=aiandmachinelearning)
41
- * [https://research.google/blog/](https://research.google/blog/)
42
- * **Notable GitHub Repositories**:
43
- * [https://github.com/google/jax](https://github.com/google/jax) is a Python library for high-performance numerical computing and machine learning
44
- * [https://github.com/huggingface/Google-Cloud-Containers](https://github.com/huggingface/Google-Cloud-Containers) facilitate the training and deployment of Hugging Face models on Google Cloud
45
- * [https://github.com/pytorch/xla](https://github.com/pytorch/xla) enables PyTorch on XLA Devices (e.g. Google TPU)
46
- * [https://github.com/huggingface/optimum-tpu](https://github.com/huggingface/optimum-tpu) brings the power of TPUs to your training and inference stack
47
- * [https://github.com/openxla/xla](https://github.com/openxla/xla) is a machine learning compiler for GPUs, CPUs, and ML accelerators
48
- * [https://github.com/google/JetStream](https://github.com/google/JetStream) (and [https://github.com/google/jetstream-pytorch](https://github.com/google/jetstream-pytorch)) is a throughput and memory optimized engine for large language model (LLM) inference on XLA devices
49
- * [https://github.com/google/flax](https://github.com/google/flax) is a neural network library for JAX that is designed for flexibility
50
- * [https://github.com/kubernetes-sigs/lws](https://github.com/kubernetes-sigs/lws) facilitates Kubernetes deployment patterns for AI/ML inference workloads, especially multi-host inference workloads
51
- * [https://gke-ai-labs.dev/](https://gke-ai-labs.dev/) is a collection of AI examples, best-practices, and prebuilt solutions
52
- * **Google Research Papers**: [https://research.google/](https://research.google/)
53
-
54
- ## On-device ML using [Google AI Edge](http://ai.google.dev/edge)
55
-
56
- * Customize and run common ML Tasks with low-code [MediaPipe Solutions](https://ai.google.dev/edge/mediapipe/solutions/guide)
57
- * Run [pretrained](https://ai.google.dev/edge/litert/models/trained) or custom models on-device with [Lite RT (previously known as TensorFlow Lite)](https://ai.google.dev/edge/lite)
58
- * Convert [TensorFlow](https://ai.google.dev/edge/lite/models/convert_tf) and [JAX](https://ai.google.dev/edge/lite/models/convert_jax) models to LiteRT
59
- * Convert PyTorch models to LiteRT and author high performance on-device LLMs with [AI Edge Torch](https://github.com/google-ai-edge/ai-edge-torch)
60
- * Visualize and debug models with [Model Explorer](https://ai.google.dev/edge/model-explorer) ([🤗 Space](https://huggingface.co/spaces/google/model-explorer))
61
-
62
- ## Partnership Highlights and Resources
63
-
64
- * Select Google Cloud CPU, GPU, or TPU options when setting up your **Hugging Face [**Inference Endpoints**](https://huggingface.co/blog/tpu-inference-endpoints-spaces) and Spaces**
65
- * **Train and Deploy Hugging Face models** on Google Kubernetes Engine (GKE) and Vertex AI **directly from Hugging Face model landing pages or from Google Cloud Model Garden**
66
- * **Integrate [**Colab**](https://colab.research.google.com/) notebooks with Hugging Face Hub** via the [HF\_TOKEN secret manager integration](https://huggingface.co/docs/huggingface_hub/v0.23.3/en/quick-start#environment-variable) and transformers/huggingface\_hub pre-installs
67
- * Leverage [**Hugging Face Deep Learning Containers (DLCs)**](https://cloud.google.com/deep-learning-containers/docs/choosing-container#hugging-face) for easy training and deployment of Hugging Face models on Google Cloud infrastructure
68
- * Run optimized, zero-configuration inference microservices with [**Hugging Face Generative AI Services (HUGS) via the Google Cloud Marketplace**](https://huggingface.co/docs/hugs/how-to/cloud/gcp)
69
-
70
- Read about our principles for responsible AI at [https://ai.google/responsibility/principles](https://ai.google/responsibility/principles/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 🌐
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: static
7
  pinned: false
8
  ---
9
+
10
  ![Hugging Face x Google Cloud](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/google-cloud/thumbnail.png)
11
 
12
+ <div class="text-center text-sm font-medium text-gray-600 dark:text-gray-400 my-4">
13
+ <a href="https://research.google/" class="text-blue-600 dark:text-blue-400 hover:underline">Google Research Papers</a>
14
+ <span class="mx-2 text-gray-300 dark:text-gray-700">|</span>
15
+ <a href="https://ai.google/responsibility/principles/" class="text-blue-600 dark:text-blue-400 hover:underline">Responsible AI Principles</a>
16
+ <span class="mx-2 text-gray-300 dark:text-gray-700">|</span>
17
+ <a href="https://blog.google/" class="text-blue-600 dark:text-blue-400 hover:underline">Google Blog</a>
18
+ <span class="mx-2 text-gray-300 dark:text-gray-700">|</span>
19
+ <a href="https://cloud.google.com/blog/" class="text-blue-600 dark:text-blue-400 hover:underline">Google Cloud Blog</a>
20
+ <span class="mx-2 text-gray-300 dark:text-gray-700">|</span>
21
+ <a href="https://deepmind.google/discover/blog/" class="text-blue-600 dark:text-blue-400 hover:underline">Google DeepMind Blog</a>
22
+ <span class="mx-2 text-gray-300 dark:text-gray-700">|</span>
23
+ <a href="https://developers.google.com/learn?category=aiandmachinelearning" class="text-blue-600 dark:text-blue-400 hover:underline">Google AI/ML Developers</a>
24
+ <span class="mx-2 text-gray-300 dark:text-gray-700">|</span>
25
+ <a href="https://research.google/blog/" class="text-blue-600 dark:text-blue-400 hover:underline">Google Research Blog</a>
26
+ </div>
27
+
28
+ # Google on Hugging Face
29
+
30
+ Welcome to the official **Google** organization on Hugging Face. [Google collaborates with Hugging Face](https://huggingface.co/blog/gcp-partnership) across open science, open source, cloud, and hardware to enable enterprises and developers to innovate with AI [on Google Cloud AI services and infrastructure with the Hugging Face ecosystem](https://huggingface.co/docs/google-cloud/main/en/index).
31
+
32
+ <!-- SECTION 1: FEATURED MODELS AND TOOLS -->
33
+ <div class="mt-14 mb-6 border-b border-gray-200 dark:border-gray-800 pb-3">
34
+ <h2 class="text-xl md:text-2xl font-bold tracking-tight text-gray-900 dark:text-gray-100 m-0">
35
+ Featured Models and Tools
36
+ </h2>
37
+ </div>
38
+
39
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 my-6">
40
+ <a href="https://huggingface.co/collections/google/gemma-4" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#4285F4] dark:hover:border-[#4285F4] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #4285F4;">
41
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#4285F4] transition-colors">
42
+ Gemma Family of Open Models
43
+ </div>
44
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
45
+ Open multimodal and language models built from Gemini research, including Gemma, PaliGemma, CodeGemma, RecurrentGemma, and ShieldGemma.
46
+ </p>
47
+ </a>
48
+
49
+ <a href="https://huggingface.co/collections/google/bert-release-64ff5e7a4be99045d1896dbc" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#34A853] dark:hover:border-[#34A853] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #34A853;">
50
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#34A853] transition-colors">
51
+ BERT Release Collection
52
+ </div>
53
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
54
+ Pioneering bidirectional encoder representations from transformers for natural language understanding.
55
+ </p>
56
+ </a>
57
+
58
+ <a href="https://huggingface.co/collections/google/t5-release-65005e7c520f8d7b4d037918" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#FBBC04] dark:hover:border-[#FBBC04] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #FBBC04;">
59
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#FBBC04] transition-colors">
60
+ T5 Release Collection
61
+ </div>
62
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
63
+ Text-to-Text Transfer Transformer models for unified natural language processing tasks.
64
+ </p>
65
+ </a>
66
+
67
+ <a href="https://github.com/google-research/timesfm" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#EA4335] dark:hover:border-[#EA4335] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #EA4335;">
68
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#EA4335] transition-colors">
69
+ TimesFM Foundation Model
70
+ </div>
71
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
72
+ A pretrained time-series foundation model for time-series forecasting.
73
+ </p>
74
+ </a>
75
+
76
+ <a href="https://huggingface.co/collections/google/health-ai-developer-foundations-hai-def-6744dc060bc19b6cf631bb0f" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#4285F4] dark:hover:border-[#4285F4] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #4285F4;">
77
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#4285F4] transition-colors">
78
+ Health AI Foundations
79
+ </div>
80
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
81
+ Open models for medical image and clinical text comprehension to accelerate healthcare applications.
82
+ </p>
83
+ </a>
84
+
85
+ <a href="https://deepmind.google/technologies/synthid/" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#34A853] dark:hover:border-[#34A853] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #34A853;">
86
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#34A853] transition-colors">
87
+ SynthID Technology
88
+ </div>
89
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
90
+ Google DeepMind technology that watermarks and identifies AI-generated content across text, audio, image, and video.
91
+ </p>
92
+ </a>
93
+ </div>
94
+
95
+ <!-- SECTION 2: ON-DEVICE ML WITH GOOGLE AI EDGE -->
96
+ <div class="mt-14 mb-6 border-b border-gray-200 dark:border-gray-800 pb-3">
97
+ <h2 class="text-xl md:text-2xl font-bold tracking-tight text-gray-900 dark:text-gray-100 m-0">
98
+ On-Device ML with Google AI Edge
99
+ </h2>
100
+ </div>
101
+
102
+ On-device machine learning using Google AI Edge:
103
+
104
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4 my-6">
105
+ <a href="http://ai.google.dev/edge" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#4285F4] dark:hover:border-[#4285F4] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #4285F4;">
106
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#4285F4] transition-colors">Google AI Edge</div>
107
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
108
+ On-device machine learning using Google AI Edge tools, runtimes, and documentation.
109
+ </p>
110
+ </a>
111
+
112
+ <a href="https://ai.google.dev/edge/mediapipe/solutions/guide" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#34A853] dark:hover:border-[#34A853] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #34A853;">
113
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#34A853] transition-colors">MediaPipe Solutions</div>
114
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
115
+ Low-code frameworks and customizable solutions for common vision and audio tasks.
116
+ </p>
117
+ </a>
118
+
119
+ <a href="https://ai.google.dev/edge/lite" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#FBBC04] dark:hover:border-[#FBBC04] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #FBBC04;">
120
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#FBBC04] transition-colors">LiteRT</div>
121
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
122
+ Run pretrained or custom models on-device with LiteRT (previously known as TensorFlow Lite).
123
+ </p>
124
+ </a>
125
+
126
+ <a href="https://github.com/google-ai-edge/ai-edge-torch" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#EA4335] dark:hover:border-[#EA4335] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #EA4335;">
127
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#EA4335] transition-colors">AI Edge Torch</div>
128
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
129
+ Convert PyTorch models to LiteRT and author high-performance on-device LLMs.
130
+ </p>
131
+ </a>
132
+
133
+ <a href="https://ai.google.dev/edge/model-explorer" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#4285F4] dark:hover:border-[#4285F4] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #4285F4;">
134
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#4285F4] transition-colors">Model Explorer</div>
135
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
136
+ Visualize model graphs and architectures with Model Explorer documentation guide.
137
+ </p>
138
+ </a>
139
+ </div>
140
+
141
+ <!-- SECTION 3: AUTHORING & HIGH-PERFORMANCE FRAMEWORKS -->
142
+ <div class="mt-14 mb-6 border-b border-gray-200 dark:border-gray-800 pb-3">
143
+ <h2 class="text-xl md:text-2xl font-bold tracking-tight text-gray-900 dark:text-gray-100 m-0">
144
+ Authoring &amp; High-Performance Frameworks
145
+ </h2>
146
+ </div>
147
+
148
+ Author ML models with MaxText, JAX, Keras, TensorFlow, PyTorch/XLA, and notable open-source repositories:
149
+
150
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4 my-6">
151
+ <a href="https://github.com/google/jax" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#4285F4] dark:hover:border-[#4285F4] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #4285F4;">
152
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#4285F4] transition-colors">JAX</div>
153
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
154
+ High-performance numerical computing and machine learning library for accelerators.
155
+ </p>
156
+ </a>
157
+
158
+ <a href="https://github.com/google/flax" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#34A853] dark:hover:border-[#34A853] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #34A853;">
159
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#34A853] transition-colors">Flax</div>
160
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
161
+ Flexible neural network library for JAX designed for scale and research experimentation.
162
+ </p>
163
+ </a>
164
+
165
+ <a href="https://github.com/google/maxtext" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#FBBC04] dark:hover:border-[#FBBC04] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #FBBC04;">
166
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#FBBC04] transition-colors">MaxText</div>
167
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
168
+ Scalable, high-performance LLM training and inference engine written in JAX.
169
+ </p>
170
+ </a>
171
+
172
+ <a href="https://github.com/keras-team/keras" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#EA4335] dark:hover:border-[#EA4335] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #EA4335;">
173
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#EA4335] transition-colors">Keras</div>
174
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
175
+ Multi-backend deep learning framework for modular and flexible model authoring.
176
+ </p>
177
+ </a>
178
+
179
+ <a href="https://github.com/tensorflow/tensorflow" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#4285F4] dark:hover:border-[#4285F4] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #4285F4;">
180
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#4285F4] transition-colors">TensorFlow</div>
181
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
182
+ End-to-end open-source platform for machine learning and production deployment.
183
+ </p>
184
+ </a>
185
+
186
+ <a href="https://github.com/pytorch/xla" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#34A853] dark:hover:border-[#34A853] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #34A853;">
187
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#34A853] transition-colors">PyTorch/XLA</div>
188
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
189
+ Enable PyTorch models and training workloads on Google TPUs and XLA devices.
190
+ </p>
191
+ </a>
192
+
193
+ <a href="https://github.com/openxla/xla" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#FBBC04] dark:hover:border-[#FBBC04] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #FBBC04;">
194
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#FBBC04] transition-colors">OpenXLA</div>
195
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
196
+ Open-source machine learning compiler for GPUs, CPUs, and accelerators.
197
+ </p>
198
+ </a>
199
+
200
+ <a href="https://github.com/huggingface/optimum-tpu" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#EA4335] dark:hover:border-[#EA4335] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #EA4335;">
201
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#EA4335] transition-colors">Optimum-TPU</div>
202
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
203
+ Seamless TPU acceleration for Hugging Face transformers and training stacks.
204
+ </p>
205
+ </a>
206
+
207
+ <a href="https://github.com/kubernetes-sigs/lws" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#4285F4] dark:hover:border-[#4285F4] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #4285F4;">
208
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#4285F4] transition-colors">LWS (LeaderWorkerSet)</div>
209
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
210
+ Kubernetes deployment patterns for multi-host AI/ML inference workloads.
211
+ </p>
212
+ </a>
213
+
214
+ <a href="https://github.com/huggingface/Google-Cloud-Containers" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#34A853] dark:hover:border-[#34A853] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #34A853;">
215
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#34A853] transition-colors">Google Cloud Containers</div>
216
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
217
+ Deep Learning Containers for training and deploying Hugging Face models on Cloud.
218
+ </p>
219
+ </a>
220
+
221
+ <a href="https://gke-ai-labs.dev/" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#FBBC04] dark:hover:border-[#FBBC04] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #FBBC04;">
222
+ <div class="font-semibold text-gray-900 dark:text-gray-100 group-hover:text-[#FBBC04] transition-colors">GKE AI Labs</div>
223
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
224
+ A collection of AI examples, best-practices, and prebuilt Kubernetes solutions.
225
+ </p>
226
+ </a>
227
+ </div>
228
+
229
+ <!-- SECTION 4: GOOGLE CLOUD PARTNERSHIP & DEPLOYMENT -->
230
+ <div class="mt-14 mb-6 border-b border-gray-200 dark:border-gray-800 pb-3">
231
+ <h2 class="text-xl md:text-2xl font-bold tracking-tight text-gray-900 dark:text-gray-100 m-0">
232
+ Google Cloud Partnership &amp; Deployment
233
+ </h2>
234
+ </div>
235
+
236
+ Train and deploy models on GKE and Vertex AI from Hugging Face landing pages, Deep Learning Containers, and Marketplace integrations:
237
+
238
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4 my-6">
239
+ <a href="https://huggingface.co/blog/tpu-inference-endpoints-spaces" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#4285F4] dark:hover:border-[#4285F4] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #4285F4;">
240
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#4285F4] transition-colors">
241
+ Inference Endpoints and Spaces
242
+ </div>
243
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
244
+ Deploy Hugging Face Hub models on Google Cloud CPU, GPU, or TPU infrastructure.
245
+ </p>
246
+ </a>
247
+
248
+ <a href="https://cloud.google.com/deep-learning-containers/docs/choosing-container#hugging-face" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#34A853] dark:hover:border-[#34A853] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #34A853;">
249
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#34A853] transition-colors">
250
+ Deep Learning Containers (DLCs)
251
+ </div>
252
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
253
+ Hugging Face Deep Learning Containers optimized for Google Cloud training and serving.
254
+ </p>
255
+ </a>
256
+
257
+ <a href="https://huggingface.co/docs/huggingface_hub/v0.23.3/en/quick-start#environment-variable" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#FBBC04] dark:hover:border-[#FBBC04] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #FBBC04;">
258
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#FBBC04] transition-colors">
259
+ Google Colab &amp; Hugging Face authentication
260
+ </div>
261
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
262
+ Securely manage Hugging Face authentication tokens in Colab environment secrets.
263
+ </p>
264
+ </a>
265
+
266
+ <a href="https://huggingface.co/docs/hugs/how-to/cloud/gcp" class="block p-5 rounded-xl border border-gray-200 dark:border-gray-800 hover:border-[#EA4335] dark:hover:border-[#EA4335] hover:bg-gray-50/60 dark:hover:bg-gray-900/40 transition-all no-underline group" style="border-top: 3px solid #EA4335;">
267
+ <div class="font-semibold text-lg text-gray-900 dark:text-gray-100 group-hover:text-[#EA4335] transition-colors">
268
+ HUGS via Cloud Marketplace
269
+ </div>
270
+ <p class="text-sm text-gray-600 dark:text-gray-400 mt-2 mb-0 leading-relaxed">
271
+ Deploy zero-configuration Hugging Face generative AI microservices on Google Cloud.
272
+ </p>
273
+ </a>
274
+ </div>