Publish via hf-publishing-tools
Browse files- README.md +10 -0
- config.json +4 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- test
|
| 5 |
+
- publishing-tools
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Test Model
|
| 9 |
+
|
| 10 |
+
This is a sample model uploaded by **hf-publishing-tools** for testing purposes.
|
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "test",
|
| 3 |
+
"description": "Placeholder config for testing the publishing pipeline"
|
| 4 |
+
}
|