myduy commited on
Commit
79a8a76
·
verified ·
1 Parent(s): d305f26

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -7,12 +7,16 @@ tags:
7
  - pytorch
8
  - custom-architecture
9
  pipeline_tag: text-generation
 
 
10
  ---
11
 
12
  # DLM Vi2En
13
 
14
  This is a Vietnamese to English translation model based on the DLM architecture.
15
 
 
 
16
  ## Requirements
17
 
18
  Please ensure you have the following library versions installed:
 
7
  - pytorch
8
  - custom-architecture
9
  pipeline_tag: text-generation
10
+ base_model:
11
+ - "FacebookAI/xlm-roberta-large"
12
  ---
13
 
14
  # DLM Vi2En
15
 
16
  This is a Vietnamese to English translation model based on the DLM architecture.
17
 
18
+ Base model is: `"FacebookAI/xlm-roberta-large"`
19
+
20
  ## Requirements
21
 
22
  Please ensure you have the following library versions installed: