Instructions to use aehrc/uniformer_base_tl_384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aehrc/uniformer_base_tl_384 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="aehrc/uniformer_base_tl_384", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("aehrc/uniformer_base_tl_384", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"AutoModel": "modelling_uniformer.UniFormerModel"
|
| 10 |
},
|
| 11 |
"conv_stem": false,
|
| 12 |
-
"layer_scale":
|
| 13 |
"init_value": 1e-6,
|
| 14 |
"depth": [
|
| 15 |
5,
|
|
|
|
| 9 |
"AutoModel": "modelling_uniformer.UniFormerModel"
|
| 10 |
},
|
| 11 |
"conv_stem": false,
|
| 12 |
+
"layer_scale": false,
|
| 13 |
"init_value": 1e-6,
|
| 14 |
"depth": [
|
| 15 |
5,
|