ariG23498 HF Staff commited on
Commit
5b53ca6
·
verified ·
1 Parent(s): 82cc7b9

Upload mirth_chonky_mmbert_small_multilingual_1_0.py with huggingface_hub

Browse files
mirth_chonky_mmbert_small_multilingual_1_0.py CHANGED
@@ -28,13 +28,13 @@ except Exception as e:
28
 
29
  with open('mirth_chonky_mmbert_small_multilingual_1_0.txt', 'a', encoding='utf-8') as f:
30
  import traceback
31
- f.write('''
32
- ```CODE:
33
  # Use a pipeline as a high-level helper
34
  from transformers import pipeline
35
 
36
  pipe = pipeline("token-classification", model="mirth/chonky_mmbert_small_multilingual_1")
37
  ```
 
38
  ERROR:
39
  ''')
40
  traceback.print_exc(file=f)
 
28
 
29
  with open('mirth_chonky_mmbert_small_multilingual_1_0.txt', 'a', encoding='utf-8') as f:
30
  import traceback
31
+ f.write('''```CODE:
 
32
  # Use a pipeline as a high-level helper
33
  from transformers import pipeline
34
 
35
  pipe = pipeline("token-classification", model="mirth/chonky_mmbert_small_multilingual_1")
36
  ```
37
+
38
  ERROR:
39
  ''')
40
  traceback.print_exc(file=f)