yonikremer
commited on
Commit
โข
943d773
1
Parent(s):
cad3946
changed avilable models to llama
Browse files- app.py +1 -1
- user_instructions_hebrew.md +2 -2
app.py
CHANGED
@@ -17,7 +17,7 @@ with st.form("request_form"):
|
|
17 |
selected_model_name: str = st.selectbox(
|
18 |
label="ืืืจื ืืืื",
|
19 |
options=AVAILABLE_MODELS,
|
20 |
-
help="
|
21 |
)
|
22 |
|
23 |
output_length: int = st.number_input(
|
|
|
17 |
selected_model_name: str = st.selectbox(
|
18 |
label="ืืืจื ืืืื",
|
19 |
options=AVAILABLE_MODELS,
|
20 |
+
help="llama-30b-hf generates better texts but is slower",
|
21 |
)
|
22 |
|
23 |
output_length: int = st.number_input(
|
user_instructions_hebrew.md
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
|
7 |
- ืืืืืืื ืืืื ืื
|
8 |
|
9 |
-
1.
|
10 |
-
2.
|
11 |
|
12 |
ืืืืื ืืืืื ืืืฆืจ ืืงืกืืื ืืืชืจ ืืืืื, ืื ืืืืืืืช.
|
13 |
|
|
|
6 |
|
7 |
- ืืืืืืื ืืืื ืื
|
8 |
|
9 |
+
1. decapoda-research/llama-13b-hf (ืืืืื ืืงืื)
|
10 |
+
2. decapoda-research/llama-30b-hf (ืืืืื ืืืืื)
|
11 |
|
12 |
ืืืืื ืืืืื ืืืฆืจ ืืงืกืืื ืืืชืจ ืืืืื, ืื ืืืืืืืช.
|
13 |
|