Rhulli commited on
Commit
66fe3d7
verified
1 Parent(s): 502cd2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",