Add space after RWForCausalLM to pass HFValidation
Browse filesHFValidationError: 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(
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(
|