PeakyWillow commited on
Commit
63b5b96
1 Parent(s): 507b659

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -1,8 +1,15 @@
1
- import boto3
2
-
3
- client = boto3.client('textract')
4
- with open('sample.pdf', 'rb') as document:
5
- response = client.analyze_document(
6
- Document={'Bytes': document.read()},
7
- FeatureTypes=['TABLES', 'FORMS']
8
- )
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: afl-3.0
3
+ datasets:
4
+ - nvidia/OpenMathInstruct-2
5
+ language:
6
+ - en
7
+ metrics:
8
+ - bertscore
9
+ base_model:
10
+ - openai/whisper-large-v3-turbo
11
+ pipeline_tag: summarization
12
+ library_name: bertopic
13
+ tags:
14
+ - math
15
+ ---