Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ ID2LABEL = {0: "O", 1: "B-TIMEX", 2: "I-TIMEX"}
|
|
| 37 |
BASE_ID = "google/gemma-2b-it"
|
| 38 |
ADAPTER_ID = "Rhulli/gemma-2b-it-TIMEX3"
|
| 39 |
|
| 40 |
-
# --- Configuraci贸n de cuantizaci贸n para el modelo de normalizaci贸n
|
| 41 |
quant_config = BitsAndBytesConfig(
|
| 42 |
load_in_4bit=True,
|
| 43 |
bnb_4bit_quant_type="nf4",
|
|
|
|
| 37 |
BASE_ID = "google/gemma-2b-it"
|
| 38 |
ADAPTER_ID = "Rhulli/gemma-2b-it-TIMEX3"
|
| 39 |
|
| 40 |
+
# --- Configuraci贸n de cuantizaci贸n para el modelo de normalizaci贸n ----
|
| 41 |
quant_config = BitsAndBytesConfig(
|
| 42 |
load_in_4bit=True,
|
| 43 |
bnb_4bit_quant_type="nf4",
|