CaasiHUANG
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ And you can use `infer.py` to evaluate your model:
|
|
31 |
python infer.py --data_path YOUR_DATA_FILE.jsonl
|
32 |
```
|
33 |
|
34 |
-
|
35 |
```python
|
36 |
from tokenization_internlm import InternLMTokenizer
|
37 |
from modeling_internlm import InternLMForSequenceClassification
|
|
|
31 |
python infer.py --data_path YOUR_DATA_FILE.jsonl
|
32 |
```
|
33 |
|
34 |
+
The flames-scorer can be loaded by:
|
35 |
```python
|
36 |
from tokenization_internlm import InternLMTokenizer
|
37 |
from modeling_internlm import InternLMForSequenceClassification
|