Update README.md
Browse files
README.md
CHANGED
@@ -3,17 +3,14 @@ language:
|
|
3 |
- en
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
-
- gpt
|
7 |
- llm
|
8 |
- large language model
|
9 |
-
- h2o-llmstudio
|
10 |
inference: false
|
11 |
-
thumbnail:
|
12 |
---
|
13 |
# Model Card
|
14 |
## Summary
|
15 |
|
16 |
-
This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmstudio).
|
17 |
- Base model: [EleutherAI/pythia-1.4b-deduped](https://huggingface.co/EleutherAI/pythia-1.4b-deduped)
|
18 |
|
19 |
|
@@ -37,7 +34,7 @@ Also make sure you are providing your huggingface token to the pipeline if the m
|
|
37 |
from transformers import pipeline
|
38 |
|
39 |
generate_text = pipeline(
|
40 |
-
model="
|
41 |
torch_dtype="auto",
|
42 |
trust_remote_code=True,
|
43 |
use_fast=True,
|
|
|
3 |
- en
|
4 |
library_name: transformers
|
5 |
tags:
|
|
|
6 |
- llm
|
7 |
- large language model
|
|
|
8 |
inference: false
|
9 |
+
thumbnail:
|
10 |
---
|
11 |
# Model Card
|
12 |
## Summary
|
13 |
|
|
|
14 |
- Base model: [EleutherAI/pythia-1.4b-deduped](https://huggingface.co/EleutherAI/pythia-1.4b-deduped)
|
15 |
|
16 |
|
|
|
34 |
from transformers import pipeline
|
35 |
|
36 |
generate_text = pipeline(
|
37 |
+
model="CyberRift/sidekick",
|
38 |
torch_dtype="auto",
|
39 |
trust_remote_code=True,
|
40 |
use_fast=True,
|