Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
---
|
2 |
-
library_name: peft
|
3 |
-
base_model: cerebras/Cerebras-GPT-256M
|
4 |
-
license: apache-2.0
|
5 |
-
language:
|
6 |
-
- en
|
7 |
-
---
|
8 |
|
9 |
# Model Card for Model ID
|
10 |
|
@@ -16,11 +16,13 @@ Together with SD Heightmap Generation v3.0, 3d terrain can be procedurally gener
|
|
16 |
|
17 |
## Uses
|
18 |
Example Inference:<br>
|
19 |
-
|
|
|
20 |
|
21 |
Result:<br>
|
22 |
-
|
23 |
-
\<
|
|
|
24 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
25 |
|
26 |
Requires ~3GB VRAM
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: cerebras/Cerebras-GPT-256M
|
4 |
+
license: apache-2.0
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
---
|
8 |
|
9 |
# Model Card for Model ID
|
10 |
|
|
|
16 |
|
17 |
## Uses
|
18 |
Example Inference:<br>
|
19 |
+
|
20 |
+
\<prompt\> Alpine mountains and a forest adorned with red flowers.
|
21 |
|
22 |
Result:<br>
|
23 |
+
|
24 |
+
\<prompt\> Alpine mountains and a forest adorned with red flowers.<br>
|
25 |
+
\<biomes\> [{'Entities': {'Boulders': [], 'BouldersSpawnrate': 0.0, 'Grass': [{'BaseTint': '#ff0000', 'Id': 'flowers'}], 'GrassSpawnrate': 0.8, 'Trees': [], 'TreesSpawnrate': 0.0}, 'Name':'Alpine Mountains', 'SpawnCondition': {'HeightRange': [0.0, 0.5], 'SlopeRange': [0.0, 0.3]}, 'Texturing': {'GroundTexture': 'grass', 'GroundTextureTint': '#7cfc00', 'SlopeTexture': 'grass', 'SlopeTextureTint': '#7cfc00'}}, {'Entities': {'Boulders': [], 'BouldersSpawnrate': 0.0, 'Grass': [], 'GrassSpawnrate': 0.0, 'Trees': [{'BaseTint': '#8b4513', 'Id': 'tree_large'}], 'TreesSpawnrate': 0.8}, 'Name':'Redwood Forest', 'SpawnCondition': {'HeightRange': [0.0, 0.5], 'SlopeRange': [0.0, 0.3]}, 'Texturing': {'GroundTexture': 'dirt', 'GroundTextureTint': '#7cfc00', 'SlopeTexture':'stone', 'SlopeTextureTint': '#c2c2c2'}}]
|
26 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
27 |
|
28 |
Requires ~3GB VRAM
|