x54-729 commited on
Commit
e6e6069
1 Parent(s): 38f564d

update config

Browse files
Files changed (2) hide show
  1. config.json +0 -2
  2. configuration_internlm.py +1 -1
config.json CHANGED
@@ -22,8 +22,6 @@
22
  "pad_token_id": 2,
23
  "pretraining_tp": 1,
24
  "rms_norm_eps": 1e-06,
25
- "rope_scaling": null,
26
- "rope_theta": 10000.0,
27
  "tie_word_embeddings": false,
28
  "torch_dtype": "bfloat16",
29
  "transformers_version": "4.33.1",
 
22
  "pad_token_id": 2,
23
  "pretraining_tp": 1,
24
  "rms_norm_eps": 1e-06,
 
 
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.33.1",
configuration_internlm.py CHANGED
@@ -1,5 +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
5
  # and OPT implementations in this library. It has been modified from its
 
1
  # coding=utf-8
2
+ # Copyright (c) InternLM. All rights reserved.
3
  #
4
  # This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
5
  # and OPT implementations in this library. It has been modified from its