Text Generation
Transformers
Inference Endpoints
xdosmen commited on
Commit
0ee881a
1 Parent(s): bc0abea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: openrail
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ language:
4
+ - en
5
+ - de
6
+ - ja
7
+ - tr
8
+ - ar
9
+ - it
10
+ - bg
11
+ - ro
12
+ - pl
13
+ - fr
14
+ - fa
15
+ - ka
16
+ - zh
17
+ - ko
18
+ datasets:
19
+ - openai/MMMLU
20
+ - arxiv-community/arxiv_dataset
21
+ metrics:
22
+ - accuracy
23
+ - perplexity
24
+ base_model:
25
+ - openai/whisper-large-v3-turbo
26
+ - nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
27
+ - stabilityai/stable-diffusion-3.5-large
28
+ pipeline_tag: text-generation
29
+ library_name: transformers
30
+ ---