Spaces:
Running
Running
Commit
·
c0daf91
1
Parent(s):
82862b7
Add Space metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Token Probability Analyzer
|
2 |
|
3 |
This web application allows you to analyze token probabilities and predictions from various language models. It provides insights into how likely each token is according to the model, along with top predictions at each position.
|
|
|
1 |
+
---
|
2 |
+
title: Token Probability Analyzer
|
3 |
+
emoji: 🎲
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: red
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
+
---
|
9 |
+
|
10 |
# Token Probability Analyzer
|
11 |
|
12 |
This web application allows you to analyze token probabilities and predictions from various language models. It provides insights into how likely each token is according to the model, along with top predictions at each position.
|