Text Generation
Transformers
agent
Qz0001 commited on
Commit
c986c40
·
verified ·
1 Parent(s): bed9903

Commit and push the new LangGraph code to the PR branch. (#1)

Browse files

- Commit and push the new LangGraph code to the PR branch. (a36cb768bba0ced7c5c520e3fc94b0b1a8cdf4e7)

Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: openrail
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ datasets:
4
+ - Sicheng-Chroma/wikipedia-en-splade-bge
5
+ language:
6
+ - en
7
+ - de
8
+ - fr
9
+ - ru
10
+ - es
11
+ - ja
12
+ metrics:
13
+ - character
14
+ - accuracy
15
+ base_model:
16
+ - deepseek-ai/DeepSeek-R1
17
+ new_version: meta-llama/Llama-3.1-8B-Instruct
18
+ pipeline_tag: text-generation
19
+ library_name: transformers
20
+ tags:
21
+ - agent
22
+ ---