CaasiHUANG commited on
Commit
cdb1528
1 Parent(s): 8615ed5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- Models can be loaded by:
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