Andrei Panferov
commited on
Commit
•
f6db3f5
1
Parent(s):
400eeaa
better checkpoint
Browse files- modeling_llama_aqlm.py +1 -0
- pytorch_model.bin +1 -1
modeling_llama_aqlm.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
# coding=utf-8
|
|
|
2 |
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
|
3 |
#
|
4 |
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
|
|
1 |
# coding=utf-8
|
2 |
+
# This code is a modification of transformers/models/llama/modeling_llama.py , which is has the following copyright:
|
3 |
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
|
4 |
#
|
5 |
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2148631318
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fb42afa0fac556f5d855695c89f902cf1015e09ae1aca885ec5748f09ca6e35
|
3 |
size 2148631318
|