wacc2 commited on
Commit
d0e7ef1
·
verified ·
1 Parent(s): 520267a

Create README.md

Browse files

### Qwen2.5-7B-PT-BR-Instruct
#### Introduction
Qwen2.5-7B-PT-BR-Instruct is a Brazilian Portuguese language model (PT-BR-LLM) developed from the base model Qwen2.5-7B by fine-tuning the Brazilian Portuguese superset instruction dataset. This model is designed for Brazilian Portuguese natural language processing tasks such as text generation, machine translation, text summarization, and more. The goal of developing Qwen2.5-7B-PT-BR-Instruct is to address the shortage of Brazilian Portuguese LLMs.

#### Usage

You can use Qwen2.5-7B-PT-BR-Instruct with the latest HuggingFace Transformers library and we advise you to use the latest version of transformers.

With transformers<4.37.0, you will encounter the following error:

KeyError: 'qwen2'

Below, we have provided a simple example of how to load the model and generate text:

#### Quickstart

Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - rhaymison/superset
4
+ language:
5
+ - pt
6
+ metrics:
7
+ - accuracy
8
+ base_model:
9
+ - Qwen/Qwen2.5-7B
10
+ pipeline_tag: text-generation
11
+ library_name: transformers
12
+ tags:
13
+ - text-generation-inference
14
+ ---