gokamoda commited on
Commit
ce7fe36
·
1 Parent(s): a9743d7
Files changed (2) hide show
  1. Dockerfile +3 -0
  2. 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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
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/)