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

Pushing model and tokenizer to hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/robust_llm_data/checkpoints/a58821100588fc133ced8bb9fa7b43de60aba3f66088362babdd50ef750bb2a8/epoch_0003/model",
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-221115
 
1
+ 20241023-221420
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fc01aa794d68a698f0b3fd7dae17b089a51e4df14b1a13fc481e78a42fcbe73
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|>"