hamishivi commited on
Commit
7179385
·
verified ·
1 Parent(s): 17ff0d8
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # TESS 2: A Large-Scale, Generalist Diffusion Language Model
2
 
3
  This is the codebase for the paper [TESS 2](https://arxiv.todo). TESS 2 is a state-of-the-art diffusion language model created by adapting existing pretrained autoregressive models to a diffusion paradigm.
 
1
+ ---
2
+ title: Tess 2 Demo
3
+ emoji: 🏢
4
+ colorFrom: yellow
5
+ colorTo: yellow
6
+ sdk: gradio
7
+ sdk_version: 5.16.1
8
+ app_file: app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ short_description: Inference demo for TESS 2 model
12
+ ---
13
  # TESS 2: A Large-Scale, Generalist Diffusion Language Model
14
 
15
  This is the codebase for the paper [TESS 2](https://arxiv.todo). TESS 2 is a state-of-the-art diffusion language model created by adapting existing pretrained autoregressive models to a diffusion paradigm.