jsmanrique commited on
Commit
fee88d4
·
verified ·
1 Parent(s): 45a9299

Add Llama 3. and Gemma 2 to app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -6,6 +6,8 @@ import os
6
  # Seleccionamos modelos 'instruct' o 'chat' que son buenos para seguir órdenes.
7
  AVAILABLE_MODELS = {
8
  "Zephyr 7B Beta": "HuggingFaceH4/zephyr-7b-beta",
 
 
9
  "Gemma 3 4B Instruct": "google/gemma-3-4b-it",
10
  "Mistral 7B Instruct": "mistralai/Mistral-7B-Instruct-v0.3",
11
  }
@@ -24,18 +26,18 @@ summary that complies with *all* the rules in this prompt.
24
  <One-paragraph abstract — maximum 250 characters, including spaces>
25
 
26
  ## Permissions
27
- ✅ <permission 1 — ≤ 80 chars>
28
- ✅ <permission 2 — ≤ 80 chars>
29
 
30
 
31
  ## Limitations
32
- ❌ <limitation 1 — ≤ 80 chars>
33
- ❌ <limitation 2 — ≤ 80 chars>
34
 
35
 
36
  ## Conditions
37
- ℹ <condition 1 — ≤ 80 chars>
38
- ℹ <condition 2 — ≤ 80 chars>
39
 
40
 
41
  ## Formatting & content rules
 
6
  # Seleccionamos modelos 'instruct' o 'chat' que son buenos para seguir órdenes.
7
  AVAILABLE_MODELS = {
8
  "Zephyr 7B Beta": "HuggingFaceH4/zephyr-7b-beta",
9
+ "Llama 3 8B Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
10
+ "Gemma 2 9B Instruct": "google/gemma-2-9b-it",
11
  "Gemma 3 4B Instruct": "google/gemma-3-4b-it",
12
  "Mistral 7B Instruct": "mistralai/Mistral-7B-Instruct-v0.3",
13
  }
 
26
  <One-paragraph abstract — maximum 250 characters, including spaces>
27
 
28
  ## Permissions
29
+ * ✅ <permission 1 — ≤ 80 chars>
30
+ * ✅ <permission 2 — ≤ 80 chars>
31
 
32
 
33
  ## Limitations
34
+ * ❌ <limitation 1 — ≤ 80 chars>
35
+ * ❌ <limitation 2 — ≤ 80 chars>
36
 
37
 
38
  ## Conditions
39
+ * ℹ <condition 1 — ≤ 80 chars>
40
+ * ℹ <condition 2 — ≤ 80 chars>
41
 
42
 
43
  ## Formatting & content rules