Instructions to use TaylorAI/cognigy-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TaylorAI/cognigy-v2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TaylorAI/cognigy-v2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
558f0cd
1
Parent(s): 04a1133
Upload folder using huggingface_hub
Browse files- config.json +6 -0
- model.bin +3 -0
- vocabulary.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<|endoftext|>",
|
| 3 |
+
"eos_token": "<|endoftext|>",
|
| 4 |
+
"layer_norm_epsilon": null,
|
| 5 |
+
"unk_token": "<|endoftext|>"
|
| 6 |
+
}
|
model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf399901c38e98de274bba92b0756480ace25df4ceb4f4d98dd0858f59391ef5
|
| 3 |
+
size 6926992806
|
vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|