Nezpic commited on
Commit
d3ded3a
·
1 Parent(s): 6bd013e

Add YAML metadata to model card

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Supply Chain GPT-2 Model
2
 
3
  This is a fine-tuned GPT-2 model specialized in supply chain management and operations. The model has been trained to understand and generate text related to supply chain processes, inventory management, logistics, and operational efficiency.
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - text-generation
6
+ - supply-chain
7
+ - gpt2
8
+ - business
9
+ library_name: transformers
10
+ pipeline_tag: text-generation
11
+ license: mit
12
+ base_model: gpt2
13
+ datasets:
14
+ - custom
15
+ ---
16
+
17
  # Supply Chain GPT-2 Model
18
 
19
  This is a fine-tuned GPT-2 model specialized in supply chain management and operations. The model has been trained to understand and generate text related to supply chain processes, inventory management, logistics, and operational efficiency.