Instructions to use AgrippaZ/Tesso with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use AgrippaZ/Tesso with BERTopic:
from bertopic import BERTopic model = BERTopic.load("AgrippaZ/Tesso") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
+
datasets:
|
| 4 |
+
- databricks/databricks-dolly-15k
|
| 5 |
+
language:
|
| 6 |
+
- pis
|
| 7 |
+
metrics:
|
| 8 |
+
- cer
|
| 9 |
+
library_name: bertopic
|
| 10 |
+
pipeline_tag: token-classification
|
| 11 |
+
tags:
|
| 12 |
+
- legal
|
| 13 |
+
---
|