igoramf commited on
Commit
dac415d
·
verified ·
1 Parent(s): 3f5837f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ model = PeftModel.from_pretrained(model, model_repo)
55
 
56
  ```
57
 
58
-
59
  ```python
60
  id2c = {0: 'neg', 1:'neutral', 2: 'pos'}
61
 
 
55
 
56
  ```
57
 
58
+ ## RESULTS
59
  ```python
60
  id2c = {0: 'neg', 1:'neutral', 2: 'pos'}
61