NickyNicky commited on
Commit
67fc3b6
β€’
1 Parent(s): 0f3838e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
7
  # from google.colab import userdata
8
  import os
9
 
10
- model_id = "somosnlp/gemma-1.1-2b-it_ColombiaRAC_FullyCurated_format_chatML_V1"
11
  bnb_config = BitsAndBytesConfig(
12
  load_in_4bit=True,
13
  bnb_4bit_quant_type="nf4",
 
7
  # from google.colab import userdata
8
  import os
9
 
10
+ model_id = "somosnlp/GemmaColRAC-AeroExpert"
11
  bnb_config = BitsAndBytesConfig(
12
  load_in_4bit=True,
13
  bnb_4bit_quant_type="nf4",