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") - Notebooks
- Google Colab
- Kaggle
Commit ·
123eaab
1
Parent(s): 3a91e1b
Upload 2 files
Browse files- config.json +9 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MyHFModel"
|
| 4 |
+
],
|
| 5 |
+
"final_dropout": 0.55,
|
| 6 |
+
"model_type": "distilbert",
|
| 7 |
+
"torch_dtype": "float32",
|
| 8 |
+
"transformers_version": "4.27.3"
|
| 9 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b27ac141a2cfa400809fe555659c9e2d787bdc851a043506581553bf8afe7f10
|
| 3 |
+
size 265492517
|