nielsr HF staff commited on
Commit
67786b3
1 Parent(s): 8f1619f

Add library name tag

Browse files

This PR ensures the proper library is recognized for your model

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ metrics:
9
  base_model:
10
  - meta-llama/Llama-3.1-8B-Instruct
11
  pipeline_tag: text-classification
 
12
  ---
13
 
14
  Release model for paper [SemiEvol](https://arxiv.org/abs/2410.14745).
 
9
  base_model:
10
  - meta-llama/Llama-3.1-8B-Instruct
11
  pipeline_tag: text-classification
12
+ library_name: transformers
13
  ---
14
 
15
  Release model for paper [SemiEvol](https://arxiv.org/abs/2410.14745).