Instructions to use pupipatsk/llada-thaisum-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pupipatsk/llada-thaisum-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="pupipatsk/llada-thaisum-finetuned", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pupipatsk/llada-thaisum-finetuned", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Invalid JSON:Expected ',' or ']' after array element in JSONat line 4, column 5
| { | |
| "additional_special_tokens": [ | |
| "<|mdm_mask|>" | |
| "<role>", | |
| "</role>", | |
| "<|arithmetic_start|>", | |
| "<|arithmetic_end|>", | |
| "<|number_start|>", | |
| "<|number_end|>" | |
| ], | |
| "bos_token": { | |
| "content": "<|startoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "cls_token": { | |
| "content": "[CLS]", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eos_token": { | |
| "content": "<|endoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": { | |
| "content": "<|endoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |