Update README.md
Browse files
README.md
CHANGED
@@ -72,8 +72,6 @@ valid:
|
|
72 |
model_name: tinyllama_1_1b
|
73 |
```
|
74 |
|
75 |
-
> The domain weights will be renormalized in the code to make sure the sum of them to be 1.0.
|
76 |
-
|
77 |
## Model Variants
|
78 |
|
79 |
To access different model variants, simply change the `revision` parameter in the `from_pretrained` method to the desired seed (e.g., "seed-2", "seed-3"), and the maxium seed is 5.
|
|
|
72 |
model_name: tinyllama_1_1b
|
73 |
```
|
74 |
|
|
|
|
|
75 |
## Model Variants
|
76 |
|
77 |
To access different model variants, simply change the `revision` parameter in the `from_pretrained` method to the desired seed (e.g., "seed-2", "seed-3"), and the maxium seed is 5.
|