Pushing model and tokenizer to hub
Browse files- commit.txt +1 -1
- config.json +1 -1
- disk-write-timestamp.txt +1 -1
- tokenizer.json +7 -5
- tokenizer_config.json +3 -4
commit.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
b057e02f8b0074f268b2ebf3085ecef96c28d2bf
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/robust_llm_data/checkpoints/
|
3 |
"architectures": [
|
4 |
"GPTNeoXForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/robust_llm_data/checkpoints/a58821100588fc133ced8bb9fa7b43de60aba3f66088362babdd50ef750bb2a8/epoch_0003/model",
|
3 |
"architectures": [
|
4 |
"GPTNeoXForSequenceClassification"
|
5 |
],
|
disk-write-timestamp.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
20241023-
|
|
|
1 |
+
20241023-221115
|
tokenizer.json
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
4 |
"direction": "Right",
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
|
|
8 |
},
|
9 |
-
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
12 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": {
|
5 |
+
"strategy": "BatchLongest",
|
6 |
"direction": "Right",
|
7 |
+
"pad_to_multiple_of": null,
|
8 |
+
"pad_id": 0,
|
9 |
+
"pad_type_id": 0,
|
10 |
+
"pad_token": "<|endoftext|>"
|
11 |
},
|
|
|
12 |
"added_tokens": [
|
13 |
{
|
14 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -207,13 +207,12 @@
|
|
207 |
"bos_token": "<|endoftext|>",
|
208 |
"clean_up_tokenization_spaces": false,
|
209 |
"eos_token": "<|endoftext|>",
|
210 |
-
"max_length":
|
211 |
"model_max_length": 2048,
|
|
|
212 |
"pad_token": "<|endoftext|>",
|
|
|
213 |
"padding_side": "right",
|
214 |
-
"stride": 0,
|
215 |
"tokenizer_class": "GPTNeoXTokenizer",
|
216 |
-
"truncation_side": "right",
|
217 |
-
"truncation_strategy": "longest_first",
|
218 |
"unk_token": "<|endoftext|>"
|
219 |
}
|
|
|
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|>"
|
218 |
}
|