Instructions to use ProfessorBob/title-par-segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ProfessorBob/title-par-segmentation with Transformers:
# Load model directly from transformers import AutoTokenizer, e5_base_CTSEG tokenizer = AutoTokenizer.from_pretrained("ProfessorBob/title-par-segmentation") model = e5_base_CTSEG.from_pretrained("ProfessorBob/title-par-segmentation") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -298,10 +298,6 @@ Block 4
|
|
| 298 |
-----
|
| 299 |
Delve into the intellectual flourishing during the Islamic Golden Age, where scholars like Al-Khwarizmi and Omar Khayyam made groundbreaking contributions to algebra, trigonometry, and the development of algorithms. Discover how these advancements paved the way for the Renaissance in Europe.
|
| 300 |
|
| 301 |
-
...
|
| 302 |
-
Block 5
|
| 303 |
-
-----
|
| 304 |
-
Both of these approaches will give you a list of indices where the specified value occurs in your original list. Adjust the value you are searching for based on your specific use case.
|
| 305 |
```
|
| 306 |
|
| 307 |
|
|
|
|
| 298 |
-----
|
| 299 |
Delve into the intellectual flourishing during the Islamic Golden Age, where scholars like Al-Khwarizmi and Omar Khayyam made groundbreaking contributions to algebra, trigonometry, and the development of algorithms. Discover how these advancements paved the way for the Renaissance in Europe.
|
| 300 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 301 |
```
|
| 302 |
|
| 303 |
|