Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -3,13 +3,12 @@ license: mit | |
| 3 | 
             
            ---
         | 
| 4 | 
             
            This model is a test for educational proposits.
         | 
| 5 |  | 
| 6 | 
            -
            To use:
         | 
| 7 |  | 
| 8 | 
             
            from transformers import pipeline
         | 
| 9 |  | 
| 10 | 
             
            classifier = pipeline("sentiment-analysis", model="areumtecnologia/bert-text-classification", tokenizer="areumtecnologia/bert-text-classification")
         | 
| 11 |  | 
| 12 | 
            -
            # Exemplo de texto para classificação
         | 
| 13 | 
             
            texts = ["I love this movie!", "This is a terrible movie.", "Awesome!", "Very bad!"]
         | 
| 14 | 
             
            results = classifier(texts)
         | 
| 15 |  | 
|  | |
| 3 | 
             
            ---
         | 
| 4 | 
             
            This model is a test for educational proposits.
         | 
| 5 |  | 
| 6 | 
            +
            # To use:
         | 
| 7 |  | 
| 8 | 
             
            from transformers import pipeline
         | 
| 9 |  | 
| 10 | 
             
            classifier = pipeline("sentiment-analysis", model="areumtecnologia/bert-text-classification", tokenizer="areumtecnologia/bert-text-classification")
         | 
| 11 |  | 
|  | |
| 12 | 
             
            texts = ["I love this movie!", "This is a terrible movie.", "Awesome!", "Very bad!"]
         | 
| 13 | 
             
            results = classifier(texts)
         | 
| 14 |  | 
