ianmckenzie commited on
Commit
a868bdf
·
verified ·
1 Parent(s): f16954d

Pushing model and tokenizer to hub

Browse files
commit.txt CHANGED
@@ -1 +1 @@
1
- ca86dd7d550be87f21ead04ebb792e9fd7ccdb0c
 
1
+ b057e02f8b0074f268b2ebf3085ecef96c28d2bf
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/robust_llm_data/checkpoints/6df328e8c92cfe5613549772d3a3e4276e232892aec3c486d5c03abbec7033f4/epoch_0004/model",
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-182353
 
1
+ 20241023-221115
tokenizer.json CHANGED
@@ -1,12 +1,14 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
 
 
4
  "direction": "Right",
5
- "max_length": 2048,
6
- "strategy": "LongestFirst",
7
- "stride": 0
 
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": 2048,
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
  }