migtissera
commited on
Commit
•
3ef318c
1
Parent(s):
d6a4b1f
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ model-index:
|
|
11 |
|
12 |
![Trinity](https://huggingface.co/migtissera/Trinity-13B-v1.0/resolve/main/Trinity.png)
|
13 |
|
14 |
-
|
15 |
|
16 |
The compute for this model was generously sponsored by [KindoAI](https://kindo.ai).
|
17 |
|
@@ -22,7 +22,7 @@ The compute for this model was generously sponsored by [KindoAI](https://kindo.a
|
|
22 |
import torch, json
|
23 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
24 |
|
25 |
-
model_path = "migtissera/
|
26 |
|
27 |
model = AutoModelForCausalLM.from_pretrained(
|
28 |
model_path,
|
|
|
11 |
|
12 |
![Trinity](https://huggingface.co/migtissera/Trinity-13B-v1.0/resolve/main/Trinity.png)
|
13 |
|
14 |
+
Trinity is a coding specific Large Language Model series created by [Migel Tissera](https://x.com/migtissera).
|
15 |
|
16 |
The compute for this model was generously sponsored by [KindoAI](https://kindo.ai).
|
17 |
|
|
|
22 |
import torch, json
|
23 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
24 |
|
25 |
+
model_path = "migtissera/Trinity-2-Codestral-22B"
|
26 |
|
27 |
model = AutoModelForCausalLM.from_pretrained(
|
28 |
model_path,
|