thiagob36 commited on
Commit
d5390eb
·
verified ·
1 Parent(s): 5a13fd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ from datasets import load_dataset
5
  """
6
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
7
  """
8
- client = InferenceClient("thiagob36/flaxbollAIModel")
 
9
 
10
  # Carregar o dataset do Hugging Face
11
  dataset_name = "thiagob36/fine-tuning-flaxAI"
 
5
  """
6
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
7
  """
8
+ client = InferenceClient("HuggingFaceH4/starchat2-15b-v0.1")
9
+ # client = InferenceClient("thiagob36/flaxbollAIModel")
10
 
11
  # Carregar o dataset do Hugging Face
12
  dataset_name = "thiagob36/fine-tuning-flaxAI"