neighborwang commited on
Commit
4ca21b6
1 Parent(s): 3902c4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -20
README.md CHANGED
@@ -1,23 +1,19 @@
1
- ---
2
- tags:
3
- - autotrain
4
- - text-generation-inference
5
- - text-generation
6
- - peft
7
- library_name: transformers
8
- base_model: Qwen/Qwen2.5-Coder-7B-Instruct
9
- widget:
10
- - messages:
11
- - role: user
12
- content: What is your favorite condiment?
13
- license: other
14
- datasets:
15
- - neighborwang/modelica_libraries
16
- ---
17
-
18
- # Model Trained Using AutoTrain
19
-
20
- This model was trained using AutoTrain. For more information, please visit [AutoTrain](https://hf.co/docs/autotrain).
21
 
22
  # Usage
23
 
 
1
+ ---
2
+ tags:
3
+ - code
4
+ library_name: transformers
5
+ base_model: Qwen/Qwen2.5-Coder-7B-Instruct
6
+ widget:
7
+ - messages:
8
+ - role: user
9
+ content: What is your favorite condiment?
10
+ license: apache-2.0
11
+ datasets:
12
+ - neighborwang/modelica_libraries
13
+ language:
14
+ - en
15
+ pipeline_tag: text2text-generation
16
+ ---
 
 
 
 
17
 
18
  # Usage
19