YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

<<<<<<< HEAD

My Fine-Tuned Model

这是一个微调后的模型,基于 [GPT2],用于 [诗文创作的大语言模型]。

使用方法

from transformers import AutoModel, AutoTokenizer
model = AutoModel.from_pretrained("jinv2/shiwen")
tokenizer = AutoTokenizer.from_pretrained("jinv2/shiwen")---
=======
---
language: 
  - zh  # 中文
tags:
  - text-generation  
  - nlp  
license: apache-2.0  
datasets:
  - 金威诗文  
metrics:
  - accuracy  
model_type: transformer  

# My Fine-Tuned Model

这是一个微调后的模型,基于 **金威诗文** 数据集,用于 **文本生成**。

## 使用方法

```python
from transformers import AutoModel, AutoTokenizer

model = AutoModel.from_pretrained("jinv2/shiwen")
tokenizer = AutoTokenizer.from_pretrained("jinv2/shiwen")
<<<<<<< HEAD
训练详情
数据集:[金威5万字诗文进行微调,可以生成新的诗文]


>>>>>>> 058c6bc (添加 YAML 元数据到 README.md)
license: apache-2.0
---
=======
>>>>>>> 2087ccf (添加 YAML 元数据到 README.md)
Downloads last month
4
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support