jazpuli commited on
Commit
bab4334
·
verified ·
1 Parent(s): 5f5c6aa

Dummy Files

Browse files
Files changed (3) hide show
  1. README.md +20 -3
  2. config.json +6 -0
  3. dummy.txt +1 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ library_name: none
4
+ license: mit
5
+ tags:
6
+ - dummy
7
+ - homework
8
+ pipeline_tag: text-classification
9
+ ---
10
+
11
+ # 🧪 Dummy Model for Homework
12
+
13
+ This is a placeholder repository used only to demonstrate the **publish → screenshot → delete** workflow on the Hugging Face Hub.
14
+
15
+ ## Files
16
+ - `config.json`: placeholder config
17
+ - `dummy.txt`: sample small file
18
+ - `README.md`: this model card
19
+
20
+ > No real model weights are included. Safe to upload and delete.
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DummyModel"
4
+ ],
5
+ "model_type": "dummy"
6
+ }
dummy.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ hello from a harmless dummy file