acayir64 commited on
Commit
b300222
1 Parent(s): d41220d

Upload Phi3ForCausalLM

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. config.json +1 -1
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
 
 
2
  tags:
3
  - autotrain
4
  - text-generation-inference
5
  - text-generation
6
  - peft
7
- library_name: transformers
8
  widget:
9
- - messages:
10
- - role: user
11
- content: What is your favorite condiment?
12
- license: other
13
  ---
14
 
15
  # Model Trained Using AutoTrain
 
1
  ---
2
+ license: other
3
+ library_name: transformers
4
  tags:
5
  - autotrain
6
  - text-generation-inference
7
  - text-generation
8
  - peft
 
9
  widget:
10
+ - messages:
11
+ - role: user
12
+ content: What is your favorite condiment?
 
13
  ---
14
 
15
  # Model Trained Using AutoTrain
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
3
  "architectures": [
4
  "Phi3ForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "acayir64/phi-3-colab-sft-merged",
3
  "architectures": [
4
  "Phi3ForCausalLM"
5
  ],