Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
7 |
"""
|
8 |
|
9 |
#Update: Using a new base model
|
10 |
-
|
11 |
-
client = InferenceClient("HuggingFaceH4/zephyr-7b-gemma-v0.1")
|
12 |
#topic_model = BERTopic.load("MaartenGr/BERTopic_Wikipedia")
|
13 |
# Train model
|
14 |
#topic_model = BERTopic("english")
|
|
|
7 |
"""
|
8 |
|
9 |
#Update: Using a new base model
|
10 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
11 |
+
#client = InferenceClient("HuggingFaceH4/zephyr-7b-gemma-v0.1")
|
12 |
#topic_model = BERTopic.load("MaartenGr/BERTopic_Wikipedia")
|
13 |
# Train model
|
14 |
#topic_model = BERTopic("english")
|