Feature Extraction
Transformers
Safetensors
Thai
English
clip_text_camembert
openthaigpt
custom_code
Instructions to use openthaigpt/CLIPTextCamembertModelWithProjection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openthaigpt/CLIPTextCamembertModelWithProjection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="openthaigpt/CLIPTextCamembertModelWithProjection", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openthaigpt/CLIPTextCamembertModelWithProjection", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -158,11 +158,7 @@ recall_text_search = sum(1.0 if i in indices else 0.0
|
|
| 158 |
|
| 159 |
```
|
| 160 |
### Sponsors
|
| 161 |
-
[<img src="https://cdn-uploads.huggingface.co/production/uploads/647d9e689bb822b5cd3cc752/
|
| 162 |
-
[<img src="https://cdn-uploads.huggingface.co/production/uploads/647d9e689bb822b5cd3cc752/Upv4ZQsLbMdw5CfXc9v5g.png" width="175"/>](image.png)
|
| 163 |
-
[<img src="https://cdn-uploads.huggingface.co/production/uploads/647d9e689bb822b5cd3cc752/RzgFdIv5xqy9kOZLUrdv0.jpeg" width="175"/>](image.png)
|
| 164 |
-
[<img src="https://cdn-uploads.huggingface.co/production/uploads/647d9e689bb822b5cd3cc752/LR9cbKcI3o60EzWT8Tn7Y.png" width="125"/>](image.png)
|
| 165 |
-
|
| 166 |
|
| 167 |
### Authors
|
| 168 |
* Konthee Boonmeeprakob (konthee1995@gmail.com)
|
|
|
|
| 158 |
|
| 159 |
```
|
| 160 |
### Sponsors
|
| 161 |
+
[<img src="https://cdn-uploads.huggingface.co/production/uploads/647d9e689bb822b5cd3cc752/FDVgNU6mQ_OW6IsaXI8_r.png" width="725"/>](image.png)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
|
| 163 |
### Authors
|
| 164 |
* Konthee Boonmeeprakob (konthee1995@gmail.com)
|