fix
Browse files- README copy.md +0 -9
- README.md +9 -0
README copy.md
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
base_model:
|
4 |
-
- deepseek-ai/DeepSeek-V3
|
5 |
-
pipeline_tag: text-generation
|
6 |
-
library_name: transformers
|
7 |
-
---
|
8 |
-
# DeepSeek V3 1B Test
|
9 |
-
This model is randomly initialized for testing implementations, it's **not** a trained model and it will only generate random tokens.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- deepseek-ai/DeepSeek-V3
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
library_name: transformers
|
7 |
+
---
|
8 |
+
# DeepSeek V3 1B Test
|
9 |
+
This model is randomly initialized for testing implementations, it's **not** a trained model and it will only generate random tokens.
|