testtest123 commited on
Commit
8ba6fb3
·
1 Parent(s): d26362f

Add YAML front matter

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1 +1,18 @@
1
- test content for git protocol testing
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ tags:
5
+ - text-generation
6
+ widget:
7
+ - text: "Hello world"
8
+ extra_gated_prompt: |
9
+ This is a gated prompt injection
10
+ extra_gated_fields:
11
+ full_name: text
12
+ email: text
13
+ extra_gated_button_content: "Submit"
14
+ ---
15
+
16
+ # Test Model
17
+
18
+ This is a test model for git protocol testing.