Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ pipeline_tag: question-answering
|
|
| 8 |
tags:
|
| 9 |
- art
|
| 10 |
---
|
| 11 |
-
# tinygoop-1
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
|
@@ -45,7 +45,7 @@ A fine-tuned version of TinyLlama-1.1B-Chat with room temp iq -> quantized to 4
|
|
| 45 |
import torch
|
| 46 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 47 |
|
| 48 |
-
model_id = "S-teven/tinygoop-1"
|
| 49 |
|
| 50 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 51 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 8 |
tags:
|
| 9 |
- art
|
| 10 |
---
|
| 11 |
+
# tinygoop-1.1b
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
|
|
|
| 45 |
import torch
|
| 46 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 47 |
|
| 48 |
+
model_id = "S-teven/tinygoop-1.1b"
|
| 49 |
|
| 50 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 51 |
model = AutoModelForCausalLM.from_pretrained(
|