Spaces:
Sleeping
Sleeping
Moshe Ofer
commited on
Commit
ยท
143bcfb
1
Parent(s):
07e5e01
Initial commit for Hugging Face Space
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Beam Search Generator with MultiBeamTextStreamer
|
2 |
|
3 |
This Hugging Face Space hosts a **Beam Search Generator** web application, powered by a Flask backend and integrated with Hugging Face Transformers. The application provides real-time visualization of beam search generation, offering insights into how language models explore multiple text completion possibilities simultaneously.
|
@@ -23,11 +32,6 @@ This Hugging Face Space hosts a **Beam Search Generator** web application, power
|
|
23 |
|
24 |
## ๐ ๏ธ Setup Instructions
|
25 |
|
26 |
-
### Prerequisites
|
27 |
-
|
28 |
-
- Python 3.9+
|
29 |
-
- A Hugging Face account (if running the app locally, ensure access to the required models)
|
30 |
-
|
31 |
### Running Locally
|
32 |
|
33 |
1. **Clone the repository**:
|
|
|
1 |
+
---
|
2 |
+
title: Multi Beam Text Streamer
|
3 |
+
emoji: ๐
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: pink
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
short_description: A generic text streamer that supports beam search and manage
|
9 |
+
---
|
10 |
# Beam Search Generator with MultiBeamTextStreamer
|
11 |
|
12 |
This Hugging Face Space hosts a **Beam Search Generator** web application, powered by a Flask backend and integrated with Hugging Face Transformers. The application provides real-time visualization of beam search generation, offering insights into how language models explore multiple text completion possibilities simultaneously.
|
|
|
32 |
|
33 |
## ๐ ๏ธ Setup Instructions
|
34 |
|
|
|
|
|
|
|
|
|
|
|
35 |
### Running Locally
|
36 |
|
37 |
1. **Clone the repository**:
|