h4rz3rk4s3
commited on
Commit
•
a4e7c60
1
Parent(s):
4e7fa72
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ language:
|
|
11 |
- en
|
12 |
pipeline_tag: text-generation
|
13 |
---
|
|
|
14 |
|
15 |
# TinyNewsLlama-1.1B
|
16 |
|
@@ -28,6 +29,7 @@ The used training data contains political news articles from **The New York Time
|
|
28 |
from transformers import AutoTokenizer
|
29 |
import transformers
|
30 |
import torch
|
|
|
31 |
model = "h4rz3rk4s3/TinyNewsLlama-1.1B"
|
32 |
messages = [
|
33 |
{
|
|
|
11 |
- en
|
12 |
pipeline_tag: text-generation
|
13 |
---
|
14 |
+
# UPDATE March, 17th: Changed quantization for the merge of the adapter and the original model.
|
15 |
|
16 |
# TinyNewsLlama-1.1B
|
17 |
|
|
|
29 |
from transformers import AutoTokenizer
|
30 |
import transformers
|
31 |
import torch
|
32 |
+
|
33 |
model = "h4rz3rk4s3/TinyNewsLlama-1.1B"
|
34 |
messages = [
|
35 |
{
|