ckcl commited on
Commit
a66a826
1 Parent(s): b7c8a94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -11,6 +11,8 @@ tags:
11
  ---
12
  # Custom Transformer Model for MEXC Price Prediction
13
 
 
 
14
  ## Model Description
15
 
16
  This model is a custom Transformer model designed to predict MEXC contract prices. It consists of an embedding layer followed by multiple Transformer encoder layers, and a fully connected layer at the end to produce the output.
 
11
  ---
12
  # Custom Transformer Model for MEXC Price Prediction
13
 
14
+ # [中文版](https://huggingface.co/ckcl/mexc_price_model/blob/main/CN_README.md)
15
+
16
  ## Model Description
17
 
18
  This model is a custom Transformer model designed to predict MEXC contract prices. It consists of an embedding layer followed by multiple Transformer encoder layers, and a fully connected layer at the end to produce the output.