rangrangrang commited on
Commit
a1e0c18
·
verified ·
1 Parent(s): 3e88e61

Publish via hf-publishing-tools

Browse files
Files changed (2) hide show
  1. README.md +10 -0
  2. 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
+ }