Instructions to use Qbeast/memeaiai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Qbeast/memeaiai with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("Qbeast/memeaiai", set_active=True) - Notebooks
- Google Colab
- Kaggle
Commit ·
db5b7c3
1
Parent(s): c9eed04
Upload PhiForCausalLM
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"PhiForCausalLM"
|
| 6 |
],
|
| 7 |
"attn_pdrop": 0.0,
|
| 8 |
"auto_map": {
|
| 9 |
-
"AutoConfig": "
|
| 10 |
-
"AutoModelForCausalLM": "
|
| 11 |
},
|
| 12 |
"embd_pdrop": 0.0,
|
| 13 |
"flash_attn": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "src/models/Qbeast/memeaiai",
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"PhiForCausalLM"
|
| 6 |
],
|
| 7 |
"attn_pdrop": 0.0,
|
| 8 |
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi.PhiConfig",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
|
| 11 |
},
|
| 12 |
"embd_pdrop": 0.0,
|
| 13 |
"flash_attn": false,
|