# Summer at Hugging Face

huggingface.co · system · Sep 24, 2021

**Type:** Announcement

## Summary

Hugging Face released several major updates across its ecosystem, expanding its public Hub repository to over 16,000 models. Platform additions include Spaces for deploying Gradio and Streamlit demo applications, automatic TensorBoard instances, and evaluation metric tracking integrated with Papers With Code leaderboards. The Transformers library gained JAX/Flax support across more than 5,000 models, improved TensorFlow implementations, and introduced the transformers.onnx export module for model conversion. In research, the BigScience project completed large-scale training of a 13-billion-parameter English decoder model on Jean Zay, while the DeDLOC method enabled training the sahajBERT Bengali model without HPC infrastructure. Accepted conference papers detailed the Datasets library, prompt data-point equivalence, prompt-based fine-tuning heuristics, and block pruning techniques that reduced BERT size by 74 percent.

## Context

Hugging Face aimed to empower the machine learning community through open and collaborative technology by expanding platform capabilities, open-source tooling, educational resources, and research programs.

## Approach / What changed

The team introduced Spaces for hosting Python ML demos, integrated TensorBoard and Papers With Code metric tracking on the Hub, added JAX/Flax and ONNX export support to Transformers, organized community training sprints, and published research on distributed training, prompting, and block pruning.

## Takeaways

- Hugging Face Spaces provides free hosting for machine learning demo applications using Python SDKs like Gradio and Streamlit, supporting secrets, custom requirements, and GitHub repository synchronization.
- The Transformers library added JAX/Flax as its third supported framework with over 5,000 models, upgraded its TensorFlow examples, and introduced the transformers.onnx module for direct model export.
- The DeDLOC research collaboration created a distributed method to train large neural networks collaboratively across volunteer machines, Colaboratory, and preemptible VMs without HPC clusters.

**Tags:** [LLMs](https://yomu.fyi/topic/llm), [Machine Learning](https://yomu.fyi/topic/machine-learning), [Open Source](https://yomu.fyi/topic/open-source), [Python](https://yomu.fyi/topic/python)

[Read original post](https://huggingface.co/blog/summer-at-huggingface)
