Instructions to use alfaifiisa/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alfaifiisa/test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("alfaifiisa/test", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 516 Bytes
a0c8420 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"intervention_constant_sources": [
true
],
"intervention_dimensions": [
2048
],
"intervention_types": [
"<class 'pyreft.interventions.LoreftIntervention'>"
],
"mode": "parallel",
"representations": [
[
8,
"block_output",
"pos",
1,
4,
null,
null,
null,
null,
null,
null,
null,
null
]
],
"sorted_keys": [
"layer.8.comp.block_output.unit.pos.nunit.1#0"
],
"transformers_version": "4.40.1"
}
|