GGroenendaal
commited on
Commit
β’
dbfc66c
1
Parent(s):
c0d5ad4
put config at top
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# NLP FlashCards
|
2 |
|
3 |
|
@@ -82,15 +93,7 @@ options:
|
|
82 |
--retriever {faiss,es}, -r {faiss,es}
|
83 |
The retrieval method to use
|
84 |
```
|
85 |
-
|
86 |
-
|
87 |
-
emoji: π
|
88 |
-
colorFrom: yellow
|
89 |
-
colorTo: blue
|
90 |
-
sdk: gradio
|
91 |
-
sdk_version: 2.9.0
|
92 |
-
app_file: app.py
|
93 |
-
pinned: false
|
94 |
-
---
|
95 |
|
96 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
|
|
1 |
+
---
|
2 |
+
title: Speech_Language_Processing_Jurafsky_Martin
|
3 |
+
emoji: π
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 2.9.0
|
8 |
+
app_file: app.py
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
# NLP FlashCards
|
13 |
|
14 |
|
|
|
93 |
--retriever {faiss,es}, -r {faiss,es}
|
94 |
The retrieval method to use
|
95 |
```
|
96 |
+
|
97 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|