yonikremer commited on
Commit
943d773
โ€ข
1 Parent(s): cad3946

changed avilable models to llama

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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="opt-iml-max-30b generates better texts but is slower",
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. opt-iml-max-1.3B (ื”ืžื•ื“ืœ ื”ืงื˜ืŸ)
10
- 2. opt-iml-max-30B (ื”ืžื•ื“ืœ ื”ื’ื“ื•ืœ)
11
 
12
  ื”ืžื•ื“ืœ ื”ื’ื“ื•ืœ ื™ื•ืฆืจ ื˜ืงืกื˜ื™ื ื™ื•ืชืจ ื˜ื•ื‘ื™ื, ืืš ื‘ืื™ื˜ื™ื•ืช.
13
 
 
6
 
7
  - ื”ืžื•ื“ืœื™ื ื‘ื“ืžื• ื”ื
8
 
9
+ 1. decapoda-research/llama-13b-hf (ื”ืžื•ื“ืœ ื”ืงื˜ืŸ)
10
+ 2. decapoda-research/llama-30b-hf (ื”ืžื•ื“ืœ ื”ื’ื“ื•ืœ)
11
 
12
  ื”ืžื•ื“ืœ ื”ื’ื“ื•ืœ ื™ื•ืฆืจ ื˜ืงืกื˜ื™ื ื™ื•ืชืจ ื˜ื•ื‘ื™ื, ืืš ื‘ืื™ื˜ื™ื•ืช.
13