Pushing model and tokenizer to hub
Browse files- config.json +1 -1
- disk-write-timestamp.txt +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +0 -3
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"GPTNeoXForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "EleutherAI/pythia-14m",
|
3 |
"architectures": [
|
4 |
"GPTNeoXForSequenceClassification"
|
5 |
],
|
disk-write-timestamp.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
20241023-
|
|
|
1 |
+
20241023-221420
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 30542482
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:901e899d456d30f1dfba289771aa02501b68e3e5bd90274711688b13a5f7272a
|
3 |
size 30542482
|
tokenizer_config.json
CHANGED
@@ -207,11 +207,8 @@
|
|
207 |
"bos_token": "<|endoftext|>",
|
208 |
"clean_up_tokenization_spaces": false,
|
209 |
"eos_token": "<|endoftext|>",
|
210 |
-
"max_length": null,
|
211 |
"model_max_length": 2048,
|
212 |
-
"pad_to_multiple_of": null,
|
213 |
"pad_token": "<|endoftext|>",
|
214 |
-
"pad_token_type_id": 0,
|
215 |
"padding_side": "right",
|
216 |
"tokenizer_class": "GPTNeoXTokenizer",
|
217 |
"unk_token": "<|endoftext|>"
|
|
|
207 |
"bos_token": "<|endoftext|>",
|
208 |
"clean_up_tokenization_spaces": false,
|
209 |
"eos_token": "<|endoftext|>",
|
|
|
210 |
"model_max_length": 2048,
|
|
|
211 |
"pad_token": "<|endoftext|>",
|
|
|
212 |
"padding_side": "right",
|
213 |
"tokenizer_class": "GPTNeoXTokenizer",
|
214 |
"unk_token": "<|endoftext|>"
|