Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
34bead8
1
Parent(s): 20b148e
fix issue with narrative and explanation prompt not showing up in overview
Browse files
app/src/content/assets/data/rephrasing_metadata.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:288f735a52e970cfe31860d6b4cda8dde031bff14a4d73e495d8e32ae5339777
|
| 3 |
+
size 181012
|
app/src/content/embeds/experiment-overview.html
CHANGED
|
@@ -79,6 +79,8 @@
|
|
| 79 |
'format/commentary.md': { name: 'Commentary', cat: 'Format' },
|
| 80 |
'format/discussion.md': { name: 'Discussion', cat: 'Format' },
|
| 81 |
'format/article.md': { name: 'Article', cat: 'Format' },
|
|
|
|
|
|
|
| 82 |
'nemotron/diverse_qa_pairs.md': { name: 'Diverse QA', cat: 'Nemotron' },
|
| 83 |
'nemotron/knowledge_list.md': { name: 'Knowledge List', cat: 'Nemotron' },
|
| 84 |
'nemotron/wikipedia_style_rephrasing.md': { name: 'Wikipedia Style', cat: 'Nemotron' },
|
|
|
|
| 79 |
'format/commentary.md': { name: 'Commentary', cat: 'Format' },
|
| 80 |
'format/discussion.md': { name: 'Discussion', cat: 'Format' },
|
| 81 |
'format/article.md': { name: 'Article', cat: 'Format' },
|
| 82 |
+
'format/narrative.md': { name: 'Narrative', cat: 'Format' },
|
| 83 |
+
'format/explanation.md': { name: 'Explanation', cat: 'Format' },
|
| 84 |
'nemotron/diverse_qa_pairs.md': { name: 'Diverse QA', cat: 'Nemotron' },
|
| 85 |
'nemotron/knowledge_list.md': { name: 'Knowledge List', cat: 'Nemotron' },
|
| 86 |
'nemotron/wikipedia_style_rephrasing.md': { name: 'Wikipedia Style', cat: 'Nemotron' },
|