Feature Extraction
Transformers
TensorBoard
Safetensors
English
captionbert_v2
sentence-similarity
consensus-distillation
geometric-deep-learning
amoe
custom_code
Instructions to use AbstractPhil/captionbert-8192-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AbstractPhil/captionbert-8192-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AbstractPhil/captionbert-8192-v2", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AbstractPhil/captionbert-8192-v2", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
final (config)
Browse files- config/config.json +1 -12
config/config.json
CHANGED
|
@@ -6,18 +6,7 @@
|
|
| 6 |
"n_chunks": 66,
|
| 7 |
"chunk_rows": 500000,
|
| 8 |
"missing": {
|
| 9 |
-
"modern": [
|
| 10 |
-
5,
|
| 11 |
-
7,
|
| 12 |
-
8,
|
| 13 |
-
21,
|
| 14 |
-
25,
|
| 15 |
-
26,
|
| 16 |
-
28,
|
| 17 |
-
32,
|
| 18 |
-
38,
|
| 19 |
-
46
|
| 20 |
-
]
|
| 21 |
}
|
| 22 |
}
|
| 23 |
],
|
|
|
|
| 6 |
"n_chunks": 66,
|
| 7 |
"chunk_rows": 500000,
|
| 8 |
"missing": {
|
| 9 |
+
"modern": []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
}
|
| 11 |
}
|
| 12 |
],
|