patti-j commited on
Commit
d91cdd3
1 Parent(s): f7b8456

Add space after RWForCausalLM to pass HFValidation

Browse files

HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.'
cannot start or end the name, max length is 96: 'RWForCausalLM(

variable model
type= RWForCausalLM
value=RWForCausalLM(

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -156,7 +156,7 @@ print(answer)
156
  ## Model Architecture
157
 
158
  ```
159
- RWForCausalLM(
160
  (transformer): RWModel(
161
  (word_embeddings): Embedding(65024, 4544)
162
  (h): ModuleList(
 
156
  ## Model Architecture
157
 
158
  ```
159
+ RWForCausalLM (
160
  (transformer): RWModel(
161
  (word_embeddings): Embedding(65024, 4544)
162
  (h): ModuleList(