mrm8488 commited on
Commit
5e590b4
1 Parent(s): 71b58ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,14 +1,18 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
  - name: FalCoder
6
  results: []
7
  license: apache-2.0
8
  language:
9
  - code
10
- thumbnail: >-
11
- https://huggingface.co/mrm8488/falcoder-7b/resolve/main/falcoder.png
 
 
12
  ---
13
 
14
  <div style="text-align:center;width:250px;height:250px;">
@@ -94,5 +98,4 @@ def generate(
94
 
95
  instruction = "Design a class for representing a person in Python."
96
  print(generate(instruction))
97
- ```
98
-
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ - code
5
+ - coding
6
  model-index:
7
  - name: FalCoder
8
  results: []
9
  license: apache-2.0
10
  language:
11
  - code
12
+ thumbnail: https://huggingface.co/mrm8488/falcoder-7b/resolve/main/falcoder.png
13
+ datasets:
14
+ - HuggingFaceH4/testing_codealpaca_small
15
+ pipeline_tag: text-generation
16
  ---
17
 
18
  <div style="text-align:center;width:250px;height:250px;">
 
98
 
99
  instruction = "Design a class for representing a person in Python."
100
  print(generate(instruction))
101
+ ```