Instructions to use kots14/falcon-7b-sharded-bf16-finetuned-html-code-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kots14/falcon-7b-sharded-bf16-finetuned-html-code-generation with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kots14/falcon-7b-sharded-bf16-finetuned-html-code-generation", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "additional_special_tokens": [ | |
| ">>TITLE<<", | |
| ">>ABSTRACT<<", | |
| ">>INTRODUCTION<<", | |
| ">>SUMMARY<<", | |
| ">>COMMENT<<", | |
| ">>ANSWER<<", | |
| ">>QUESTION<<", | |
| ">>DOMAIN<<", | |
| ">>PREFIX<<", | |
| ">>SUFFIX<<", | |
| ">>MIDDLE<<" | |
| ], | |
| "eos_token": { | |
| "content": "<|endoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": "<|endoftext|>" | |
| } | |