Instructions to use ProTema/first-start with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use ProTema/first-start with BERTopic:
from bertopic import BERTopic model = BERTopic.load("ProTema/first-start") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,9 @@ language:
|
|
| 5 |
- en
|
| 6 |
base_model: mattshumer/Reflection-Llama-3.1-70B
|
| 7 |
library_name: bertopic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
|
|
|
| 5 |
- en
|
| 6 |
base_model: mattshumer/Reflection-Llama-3.1-70B
|
| 7 |
library_name: bertopic
|
| 8 |
+
datasets:
|
| 9 |
+
- fka/awesome-chatgpt-prompts
|
| 10 |
+
metrics:
|
| 11 |
+
- accuracy
|
| 12 |
+
pipeline_tag: summarization
|
| 13 |
---
|