Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
init
Browse files- Dockerfile +3 -0
- README.md +4 -9
Dockerfile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
FROM gokamoda/softmatcha-demo-en-wiki:main
|
2 |
+
|
3 |
+
CMD [".venv/bin/python", "src/run_demo.py"]
|
README.md
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
-
|
2 |
-
title: Wikitext En
|
3 |
-
emoji: 👀
|
4 |
-
colorFrom: yellow
|
5 |
-
colorTo: red
|
6 |
-
sdk: docker
|
7 |
-
pinned: false
|
8 |
-
---
|
9 |
|
10 |
-
|
|
|
|
|
|
1 |
+
# Demo for Softmatcha on 0.1B Wikitext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
- Softmatcha: [Softmatcha](https://softmatcha.github.io/)
|
4 |
+
- Corpus: [wikitext-103-raw-v1](https://huggingface.co/datasets/Salesforce/wikitext) (0.1B Tokens)
|
5 |
+
- Embedding: [glove-wiki-gigaword-300](https://nlp.stanford.edu/projects/glove/)
|