cherry0328 commited on
Commit
60d2875
·
verified ·
1 Parent(s): 6c0fc0b

Update README.md

Browse files

Hi there! I just wanted to say that your model is fantastic. We are interested in contributing to update the README of the model to include the base_model information. This is to help fill in the missing details in the model card. Thank you for your great work!

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,6 +8,8 @@ tags:
8
  - mlx
9
  license_link: https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/LICENSE
10
  pipeline_tag: text-generation
 
 
11
  ---
12
 
13
  # mlx-community/Phi-3-mini-128k-instruct-4bit
@@ -27,4 +29,4 @@ from mlx_lm import load, generate
27
 
28
  model, tokenizer = load("mlx-community/Phi-3-mini-128k-instruct-4bit")
29
  response = generate(model, tokenizer, prompt="hello", verbose=True)
30
- ```
 
8
  - mlx
9
  license_link: https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/LICENSE
10
  pipeline_tag: text-generation
11
+ base_model:
12
+ - microsoft/Phi-3-mini-128k-instruct
13
  ---
14
 
15
  # mlx-community/Phi-3-mini-128k-instruct-4bit
 
29
 
30
  model, tokenizer = load("mlx-community/Phi-3-mini-128k-instruct-4bit")
31
  response = generate(model, tokenizer, prompt="hello", verbose=True)
32
+ ```