Instructions to use ferdmartin/HF_DistilBertBasedModelAppDocs2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ferdmartin/HF_DistilBertBasedModelAppDocs2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ferdmartin/HF_DistilBertBasedModelAppDocs2") model = AutoModel.from_pretrained("ferdmartin/HF_DistilBertBasedModelAppDocs2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 164 Bytes
123eaab | 1 2 3 4 5 6 7 8 9 10 | {
"architectures": [
"MyHFModel"
],
"final_dropout": 0.55,
"model_type": "distilbert",
"torch_dtype": "float32",
"transformers_version": "4.27.3"
}
|